diff options
author | Jo-Philipp Wich <jo@mein.io> | 2018-11-12 10:13:34 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2018-11-14 20:46:04 +0100 |
commit | cf3621522815544d42d1cc5cdf65b4fd1a6b4412 (patch) | |
tree | 7d2656f92612be0ff31e0d987cb08b38a404a6fe /applications/luci-app-asterisk/luasrc/view/asterisk/cbi | |
parent | 4791180eb3253381b4bc69342ee58605a15431dd (diff) |
applications: drop luci-app-asterisk
This application was never useful to begin with, drop it to avoid
further confusion.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'applications/luci-app-asterisk/luasrc/view/asterisk/cbi')
-rw-r--r-- | applications/luci-app-asterisk/luasrc/view/asterisk/cbi/cell.htm | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/applications/luci-app-asterisk/luasrc/view/asterisk/cbi/cell.htm b/applications/luci-app-asterisk/luasrc/view/asterisk/cbi/cell.htm deleted file mode 100644 index 3afb26bdac..0000000000 --- a/applications/luci-app-asterisk/luasrc/view/asterisk/cbi/cell.htm +++ /dev/null @@ -1,13 +0,0 @@ -<%# - Copyright 2008 Steven Barth <steven@midlink.org> - Copyright 2008 Jo-Philipp Wich <jow@openwrt.org> - Licensed to the public under the Apache License 2.0. --%> - -<%+cbi/valueheader%> -<% if self.href then %><a href="<%=self.href%>"><% end -%> - <%=self:cfgvalue(section)%> -<%- if self.href then %></a><%end%> -  -<input type="hidden" id="<%=cbid%>" value="<%=luci.util.pcdata(self:cfgvalue(section))%>" /> -<%+cbi/valuefooter%> |