From 281d2f617899a0c3a171a66c6a3a14e834aa000c Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Wed, 7 Oct 2015 19:07:36 +0200 Subject: Globally replace luci.dispatcher.build_url(...) with url(...) invocations Also concat multiple string arguments into one while we're at it. Signed-off-by: Jo-Philipp Wich --- .../luasrc/view/asterisk/dialplans.htm | 22 +++++++++++----------- .../luasrc/view/asterisk/dialzones.htm | 8 ++++---- 2 files changed, 15 insertions(+), 15 deletions(-) (limited to 'applications/luci-app-asterisk/luasrc') diff --git a/applications/luci-app-asterisk/luasrc/view/asterisk/dialplans.htm b/applications/luci-app-asterisk/luasrc/view/asterisk/dialplans.htm index 6de7ba122..9f644ba07 100644 --- a/applications/luci-app-asterisk/luasrc/view/asterisk/dialplans.htm +++ b/applications/luci-app-asterisk/luasrc/view/asterisk/dialplans.htm @@ -56,7 +56,7 @@ %> -
" enctype="multipart/form-data"> +
@@ -68,9 +68,9 @@
Here you can manage your dial plans which are used to route outgoing calls from your local extensions.

Related tasks:
- Manage dialzones | - Manage voicemail boxes | - Manage meetme rooms + Manage dialzones | + Manage voicemail boxes | + Manage meetme rooms
@@ -85,7 +85,7 @@ Dialplan <%=plan.name%> - + Remove this dialplan @@ -109,10 +109,10 @@

- + Edit dialzone - + Remove from this dialplan @@ -134,10 +134,10 @@

- + Manage mailboxes ... - + Remove from this dialplan @@ -157,10 +157,10 @@

- + Manage conferences ... - + Remove from this dialplan diff --git a/applications/luci-app-asterisk/luasrc/view/asterisk/dialzones.htm b/applications/luci-app-asterisk/luasrc/view/asterisk/dialzones.htm index c867bc186..ffdbbcf35 100644 --- a/applications/luci-app-asterisk/luasrc/view/asterisk/dialzones.htm +++ b/applications/luci-app-asterisk/luasrc/view/asterisk/dialzones.htm @@ -47,7 +47,7 @@ %> -" enctype="multipart/form-data"> +
@@ -57,7 +57,7 @@

Dial Zone Management

- " class="cbi-title-ref">Back to dialplan overview

+ " class="cbi-title-ref">Back to dialplan overview

Here you can manage your dial zones. The zones are used to route outgoing calls to the destination. Each zone groups multiple trunks and number matches to represent a logical destination. Zones can also be used to enforce certain dial restrictions on selected extensions. @@ -109,10 +109,10 @@ <%=rule.description or rule.name%> - + Edit entry - + Delete entry -- cgit v1.2.3