applications/luci-asterisk: some minor html cleanups
This commit is contained in:
parent
1a3d44865f
commit
65e41ec629
1 changed files with 66 additions and 66 deletions
|
@ -70,12 +70,13 @@ $Id$
|
|||
|
||||
<div class="cbi-map" id="cbi-asterisk">
|
||||
<h2><a id="content" name="content">Outgoing Call Routing</a></h2>
|
||||
<div class="cbi-map-descr"></div><!-- tblsection -->
|
||||
<fieldset class="cbi-section" id="cbi-asterisk-sip">
|
||||
<!--<legend>Dialplans</legend>-->
|
||||
<div class="cbi-section-descr">
|
||||
<div class="cbi-map-descr">
|
||||
Here you can manage your dial plans which are used to route outgoing calls from your local extensions.
|
||||
</div>
|
||||
<!-- tblsection -->
|
||||
<fieldset class="cbi-section" id="cbi-asterisk-sip">
|
||||
<!--<legend>Dialplans</legend>-->
|
||||
<div class="cbi-section-descr"></div>
|
||||
|
||||
<% for i, plan in pairs(ast.dialplan.plans()) do %>
|
||||
<div class="cbi-section-node">
|
||||
|
@ -96,9 +97,8 @@ $Id$
|
|||
<% for i, zone in ipairs(plan.zones) do zones_used[zone.name] = true %>
|
||||
<tr class="cbi-section-table-row <%=rowstyle(i)%>">
|
||||
<td style="text-align: left; padding: 3px" class="cbi-section-table-cell">
|
||||
<strong>└ Dialzone <em><%=zone.name%></em></strong>
|
||||
<strong>└ Dialzone <em><%=zone.name%></em></strong> (<%=zone.description%>)
|
||||
<p style="padding-left: 1em; margin-bottom:0">
|
||||
Description: <%=zone.description%><br />
|
||||
Lines:
|
||||
<%=ast.tools.hyperlinks(
|
||||
zone.trunks, function(v)
|
||||
|
|
Loading…
Reference in a new issue