diff options
Diffstat (limited to 'libs/web/luasrc/view/cbi/delegator.htm')
-rw-r--r-- | libs/web/luasrc/view/cbi/delegator.htm | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/libs/web/luasrc/view/cbi/delegator.htm b/libs/web/luasrc/view/cbi/delegator.htm index ed7c6b4ea2..4fd19265d8 100644 --- a/libs/web/luasrc/view/cbi/delegator.htm +++ b/libs/web/luasrc/view/cbi/delegator.htm @@ -1,16 +1,3 @@ -<%# -LuCI - Lua Configuration Interface -Copyright 2009 Steven Barth <steven@midlink.org> - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -$Id$ - --%> <%- self.active:render() %> <div class="cbi-page-actions"> <input type="hidden" name="cbi.delg.current" value="<%=self.current%>" /> @@ -34,4 +21,4 @@ $Id$ <% end %> <% end %> <script type="text/javascript">cbi_d_update();</script> - </div>
\ No newline at end of file + </div> |