From 86e1aebb593eb712e45536b730302495948ebdad Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Tue, 7 Oct 2008 13:10:24 +0000 Subject: * luci-trunk: huge xhtml, css and accessibility improvement patch - thanks Alina! --- modules/admin-full/luasrc/view/admin_system/applyreboot.htm | 2 +- modules/admin-full/luasrc/view/admin_system/backup.htm | 4 ++-- modules/admin-full/luasrc/view/admin_system/packages.htm | 4 ++-- modules/admin-full/luasrc/view/admin_system/reboot.htm | 4 ++-- modules/admin-full/luasrc/view/admin_system/upgrade.htm | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) (limited to 'modules/admin-full/luasrc/view/admin_system') diff --git a/modules/admin-full/luasrc/view/admin_system/applyreboot.htm b/modules/admin-full/luasrc/view/admin_system/applyreboot.htm index cbfa23d319..1a1a24bb0c 100644 --- a/modules/admin-full/luasrc/view/admin_system/applyreboot.htm +++ b/modules/admin-full/luasrc/view/admin_system/applyreboot.htm @@ -13,7 +13,7 @@ $Id$ -%> <%+header%> -

<%:system%>

+

<%:system%>


<% if msg then %><%=msg%><% else %><%:a_s_applyreboot1%><% end %>

<%:a_s_reboot_running%>

diff --git a/modules/admin-full/luasrc/view/admin_system/backup.htm b/modules/admin-full/luasrc/view/admin_system/backup.htm index a288e0be2b..2db044ddd3 100644 --- a/modules/admin-full/luasrc/view/admin_system/backup.htm +++ b/modules/admin-full/luasrc/view/admin_system/backup.htm @@ -13,8 +13,8 @@ $Id$ -%> <%+header%> -

<%:system%>

-

<%:a_s_backup%>

+

<%:system%>

+

<%:a_s_backup%>

<%:a_s_backup1%>


diff --git a/modules/admin-full/luasrc/view/admin_system/packages.htm b/modules/admin-full/luasrc/view/admin_system/packages.htm index 2794fd824d..34b8212a68 100644 --- a/modules/admin-full/luasrc/view/admin_system/packages.htm +++ b/modules/admin-full/luasrc/view/admin_system/packages.htm @@ -20,8 +20,8 @@ function rowstyle() end -%> <%+header%> -

<%:system%>

-

<%:a_s_packages%>

+

<%:system%>

+

<%:a_s_packages%>


diff --git a/modules/admin-full/luasrc/view/admin_system/reboot.htm b/modules/admin-full/luasrc/view/admin_system/reboot.htm index b7b10b50fb..f1656fbb8d 100644 --- a/modules/admin-full/luasrc/view/admin_system/reboot.htm +++ b/modules/admin-full/luasrc/view/admin_system/reboot.htm @@ -13,8 +13,8 @@ $Id$ -%> <%+header%> -

<%:system%>

-

<%:reboot%>

+

<%:system%>

+

<%:reboot%>

<%:a_s_reboot1%>

<%- local c = require("luci.model.uci").cursor():changes() diff --git a/modules/admin-full/luasrc/view/admin_system/upgrade.htm b/modules/admin-full/luasrc/view/admin_system/upgrade.htm index a3d97d6497..bbc5215c45 100644 --- a/modules/admin-full/luasrc/view/admin_system/upgrade.htm +++ b/modules/admin-full/luasrc/view/admin_system/upgrade.htm @@ -13,8 +13,8 @@ $Id$ -%> <%+header%> -

<%:system%>

-

<%:a_s_flash%>

+

<%:system%>

+

<%:a_s_flash%>

<%:a_s_flash_upgrade1%>


<% if sysupgrade and not ret then %> -- cgit v1.2.3