From dd7934a39afec3aaf826c3d5f19cf87b58eb7e64 Mon Sep 17 00:00:00 2001 From: Nils Schneider <nils@nilsschneider.net> Date: Wed, 22 Jan 2014 16:44:29 +0100 Subject: [PATCH] gluon-luci-admin: remove redundant headings --- .../files/usr/lib/lua/luci/view/admin/backup.htm | 3 +-- .../files/usr/lib/lua/luci/view/admin/reboot.htm | 3 +-- .../files/usr/lib/lua/luci/view/admin/upgrade.htm | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/package/gluon-luci-admin/files/usr/lib/lua/luci/view/admin/backup.htm b/package/gluon-luci-admin/files/usr/lib/lua/luci/view/admin/backup.htm index eb9dc46e4..167419da2 100644 --- a/package/gluon-luci-admin/files/usr/lib/lua/luci/view/admin/backup.htm +++ b/package/gluon-luci-admin/files/usr/lib/lua/luci/view/admin/backup.htm @@ -13,8 +13,7 @@ $Id$ -%> <%+header%> -<h2><a id="content" name="content"><%:System%></a></h2> -<h3><%:Backup / Restore%></h3> +<h2><a id="content" name="content"><%:Backup / Restore%></a></h2> <p><%:Here you can backup and restore your configuration and - if possible - reset this device to the default settings.%></p> <br /> <div> diff --git a/package/gluon-luci-admin/files/usr/lib/lua/luci/view/admin/reboot.htm b/package/gluon-luci-admin/files/usr/lib/lua/luci/view/admin/reboot.htm index 9e57d89f9..5e671471f 100644 --- a/package/gluon-luci-admin/files/usr/lib/lua/luci/view/admin/reboot.htm +++ b/package/gluon-luci-admin/files/usr/lib/lua/luci/view/admin/reboot.htm @@ -13,8 +13,7 @@ $Id$ -%> <%+header%> -<h2><a id="content" name="content"><%:System%></a></h2> -<h3><%:Reboot%></h3> +<h2><a id="content" name="content"><%:Reboot%></a></h2> <p><%:Reboots the operating system of your device%></p> <%- local c = require("luci.model.uci").cursor():changes() diff --git a/package/gluon-luci-admin/files/usr/lib/lua/luci/view/admin/upgrade.htm b/package/gluon-luci-admin/files/usr/lib/lua/luci/view/admin/upgrade.htm index 1083a1618..3d75b4158 100644 --- a/package/gluon-luci-admin/files/usr/lib/lua/luci/view/admin/upgrade.htm +++ b/package/gluon-luci-admin/files/usr/lib/lua/luci/view/admin/upgrade.htm @@ -15,8 +15,7 @@ $Id$ <%+header%> -<h2><a id="content" name="content"><%:System%></a></h2> -<h3><%:Flash Firmware%></h3> +<h2><a id="content" name="content"><%:Flash Firmware%></a></h2> <% if step == 1 then %> <% if supported then %> -- GitLab