From eaf0dc418bb8338a0de53c6ca6d2469ce3b70214 Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Sat, 20 Dec 2008 21:41:09 -0500 Subject: Added Maintenance switcher to Admin Also fixed spelling of maintenance in places where it was incorrectly spelled. Maintenance Required: Rename "mantainenceMode" config to "maintenanceMode" --- theme/admin/index.tpl | 1 + theme/admin/maintenanceMode.tpl | 15 +++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 theme/admin/maintenanceMode.tpl (limited to 'theme/admin') diff --git a/theme/admin/index.tpl b/theme/admin/index.tpl index 66fbae3..866c900 100755 --- a/theme/admin/index.tpl +++ b/theme/admin/index.tpl @@ -28,4 +28,5 @@ Welcome to the ubiquitous administration panel!

diff --git a/theme/admin/maintenanceMode.tpl b/theme/admin/maintenanceMode.tpl new file mode 100644 index 0000000..401d0ab --- /dev/null +++ b/theme/admin/maintenanceMode.tpl @@ -0,0 +1,15 @@ +

Maintenance Mode

+ +

Here you can enable/disable Maintenance Mode. When Maintenance Mode is enabled, no one can access Four Island except localhost.

+ +
+
+ >On
+ >Off
+ +
+
+ +

+ Back to Admin Panel +

-- cgit 1.4.1