diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2008-07-15 22:37:53 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2008-07-15 22:37:53 +0000 |
commit | be4147d3d810bb246470b67315b7c019319c9bf4 (patch) | |
tree | 92ea9eef2e831df640700dcaee68bde98d884807 /modules/admin-full/luasrc/view/admin_uci | |
parent | 18f0ebfd8bd669a0792fc2e1c1d31e3b41eeda7b (diff) |
* luci/themes: css fixed in openwrt.org theme
* luci/statistics: fixed layout of graph display page
* luci/admin: fixed layout of uci changes page
Diffstat (limited to 'modules/admin-full/luasrc/view/admin_uci')
-rw-r--r-- | modules/admin-full/luasrc/view/admin_uci/changes.htm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/admin-full/luasrc/view/admin_uci/changes.htm b/modules/admin-full/luasrc/view/admin_uci/changes.htm index f2a88602a..09d8d3e7e 100644 --- a/modules/admin-full/luasrc/view/admin_uci/changes.htm +++ b/modules/admin-full/luasrc/view/admin_uci/changes.htm @@ -16,10 +16,11 @@ $Id$ <h1><%:config%></h1> <h2><%:changes%></h2> <code><%=changes%></code> +<br /><br /> <form class="inline" method="get" action="<%=controller%>/admin/uci/apply"> <input type="submit" value="<%:apply%>" /> </form> <form class="inline" method="get" action="<%=controller%>/admin/uci/revert"> <input type="submit" value="<%:revert%>" /> </form> -<%+footer%>
\ No newline at end of file +<%+footer%> |