diff options
author | Jo-Philipp Wich <jo@mein.io> | 2018-07-02 08:45:02 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2018-07-02 08:46:26 +0200 |
commit | 30eaba02f1ffbf4098be34fd1fd5ca4a60122fd0 (patch) | |
tree | f9451d0170ce88d3b261f6988b2c6d733cd3f9bb /modules | |
parent | b693baaa6ea4dc8bf877d7cee748def8efe0ced0 (diff) |
luci-mod-admin-full: cleanup markup on flashops page
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'modules')
-rw-r--r-- | modules/luci-mod-admin-full/luasrc/view/admin_system/flashops.htm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/modules/luci-mod-admin-full/luasrc/view/admin_system/flashops.htm b/modules/luci-mod-admin-full/luasrc/view/admin_system/flashops.htm index 9eec01254..0a4bc6578 100644 --- a/modules/luci-mod-admin-full/luasrc/view/admin_system/flashops.htm +++ b/modules/luci-mod-admin-full/luasrc/view/admin_system/flashops.htm @@ -14,7 +14,7 @@ </ul> <div class="cbi-section"> - <legend><%:Backup / Restore%></legend> + <h3><%:Backup / Restore%></h3> <div class="cbi-section-descr"><%:Click "Generate archive" to download a tar archive of the current configuration files. To reset the firmware to its initial state, click "Perform reset" (only possible with squashfs images).%></div> <div class="cbi-section-node"> <form class="inline" method="post" action="<%=url('admin/system/flashops/backup')%>"> @@ -38,7 +38,6 @@ </form> <% end %> </div> - <br /> <div class="cbi-section-descr"><%:To restore configuration files, you can upload a previously generated backup archive here.%></div> <div class="cbi-section-node"> <form class="inline" method="post" action="<%=url('admin/system/flashops/restore')%>" enctype="multipart/form-data"> @@ -58,7 +57,7 @@ </div> <div class="cbi-section"> - <legend><%:Flash new firmware image%></legend> + <h3><%:Flash new firmware image%></h3> <% if upgrade_avail then %> <form method="post" action="<%=url('admin/system/flashops/sysupgrade')%>" enctype="multipart/form-data"> <input type="hidden" name="token" value="<%=token%>" /> |