From 0900531c71a3aa57b5e8aca2ce16e2ea7ba4c1f9 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Tue, 17 Mar 2009 20:39:56 +0000 Subject: Changed the way startstop works in core to add a list of allowed actions. Modified all ACFs that don't use the standard functions to work with new library method. git-svn-id: svn://svn.alpinelinux.org/acf/asterisk/trunk@1730 ab2d0c66-481e-0410-8bed-d214d4d58bed --- asterisk-startstop-html.lsp | 25 +------------------------ 1 file changed, 1 insertion(+), 24 deletions(-) mode change 100644 => 120000 asterisk-startstop-html.lsp (limited to 'asterisk-startstop-html.lsp') diff --git a/asterisk-startstop-html.lsp b/asterisk-startstop-html.lsp deleted file mode 100644 index c497c49..0000000 --- a/asterisk-startstop-html.lsp +++ /dev/null @@ -1,24 +0,0 @@ -<% local data, viewlibrary, page_info = ... %> - -

Management

-
-
" method="POST"> -
Program control-panel
-
-> -> -> -> -
-
- -<% if data.value.result then %> -
Previous action result
-
-<% if data.value.result.value ~= "" then %> -

<%= string.gsub(html.html_escape(data.value.result.value), "\n", "
") %>

-<% end if data.value.result.errtxt then %> -

<%= string.gsub(html.html_escape(data.value.result.errtxt), "\n", "
") %>

-<% end end %> -
-
diff --git a/asterisk-startstop-html.lsp b/asterisk-startstop-html.lsp new file mode 120000 index 0000000..0ea2627 --- /dev/null +++ b/asterisk-startstop-html.lsp @@ -0,0 +1 @@ +../startstop-html.lsp \ No newline at end of file -- cgit v1.2.3