applications/luci-asterisk: adept meetme example in default config to current format...
[project/luci.git] / applications / luci-asterisk / luasrc / view / asterisk / dialplans.htm
index 2c6895b..a46a8db 100644 (file)
@@ -159,7 +159,8 @@ $Id$
                                <% for ext, room in luci.util.kspairs(plan.meetmerooms) do rooms_used[room.room] = true %>
                                <tr class="cbi-section-table-row <%=rowstyle(row)%>">
                                        <td style="text-align: left; padding: 3px" class="cbi-section-table-cell">
-                                               <strong>&#x2514; MeetMe Room <em><%=room.room%></em></strong> (<%=room.description%>)
+                                               <strong>&#x2514; MeetMe Room <em><%=room.room%></em></strong>
+                                               <% if room.description and #room.description > 0 then %> (<%=room.description%>)<% end %>
                                                <p style="padding-left: 1em; margin-bottom:0">
                                                        Matches: <%=format_matches(ext)%>
                                                </p>
@@ -209,7 +210,10 @@ $Id$
                                                        <option value="">-- please select --</option>
                                                        <% for ext, room in luci.util.kspairs(ast.meetme.rooms()) do %>
                                                                <%# if not rooms_used[room.room] then %>
-                                                                       <option value="<%=room.room%>"><%=room.room%> (<%=room.description%>)</option>
+                                                                       <option value="<%=room.room%>">
+                                                                               <%=room.room%>
+                                                                               <% if room.description and #room.description > 0 then %>(<%=room.description%>)<% end %>
+                                                                       </option>
                                                                <%# end %>
                                                        <% end %>
                                                </select>