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 +++++++++++++++ theme/maintenance.tpl | 6 ++++++ theme/mantainence.tpl | 6 ------ 4 files changed, 22 insertions(+), 6 deletions(-) create mode 100644 theme/admin/maintenanceMode.tpl create mode 100755 theme/maintenance.tpl delete mode 100755 theme/mantainence.tpl (limited to 'theme') 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 +

diff --git a/theme/maintenance.tpl b/theme/maintenance.tpl new file mode 100755 index 0000000..0a50a51 --- /dev/null +++ b/theme/maintenance.tpl @@ -0,0 +1,6 @@ +

Four Island is under maintenance

+ +

I'm sorry, but you've caught Four Island off guard. We're currently upgrading the website to accomidate for some fun new features we've thrown in, +so Four Island'll be down for a few minutes. Please try again soon and thanks for your interest in Four Island!

+ +

--Starla Insigna

diff --git a/theme/mantainence.tpl b/theme/mantainence.tpl deleted file mode 100755 index dab4ef5..0000000 --- a/theme/mantainence.tpl +++ /dev/null @@ -1,6 +0,0 @@ -

Four Island is under mantainence

- -

I'm sorry, but you've caught Four Island off guard. We're currently upgrading the website to accomidate for some fun new features we've thrown in, -so Four Island'll be down for a few minutes. Please try again soon and thanks for your interest in Four Island!

- -

--Starla Insigna

-- cgit 1.4.1