From 893957c41481a0cd5eb624096337762ffa54ff28 Mon Sep 17 00:00:00 2001
From: Starla Insigna
Date: Sun, 9 Aug 2009 09:14:58 -0400
Subject: Created layout 7
The following changes were also made in this revision:
* All HTML was changed to XHTML and a !DOCTYPE was included to reflect this
* Rewrote quotes tracking system to be much less complicated and actually working
* Changed quotes rendering to look more like Chirpy than Rash
* Fixed comment textarea bug
* Rewrote a ton of CSS so it's not as bloated
* Added a JavaScript confirmation when deleting a comment
* AJAXified voting on the POTW
* AJAXified voting and flagging quotes
* AJAXified commenting
* AJAXified voting on posts
* Added DateFinder back after it was accidentally deleted in Layout 4.5
The following database changes must be performed as soon as possible:
* Fix title of NO post (the < is missing the semicolon)
* Restore post Frasty Tha Snaman from a backup
* Reset "flag" field of all rows in "rash_quotes" to 0
* Remove the "vote" and "flag" columns of "rash_tracking"
* Rename the "quote_id" column of "rash_tracking" to "vote"
The following external code changes must also be performed as soon as possible:
* Add the following line to the end of the // Four Island block in The Fourm's functions.php:
require('/svr/www/hatkirby/fourisland/main/includes/specialdates.php');
---
theme/admin/deleteDraft.tpl | 8 +++----
theme/admin/deletePending.tpl | 8 +++----
theme/admin/deletePost.tpl | 8 +++----
theme/admin/deletedDraft.tpl | 8 +++----
theme/admin/deletedPending.tpl | 8 +++----
theme/admin/deletedPost.tpl | 8 +++----
theme/admin/draftSuccess.tpl | 12 +++++-----
theme/admin/editDraft.tpl | 26 ++++++++++-----------
theme/admin/editPending.tpl | 14 +++++------
theme/admin/editPost.tpl | 14 +++++------
theme/admin/index.tpl | 46 ++++++++++++++++++-------------------
theme/admin/maintenanceMode.tpl | 24 +++++++++----------
theme/admin/manageDrafts.tpl | 36 ++++++++++++++---------------
theme/admin/managePending.tpl | 40 ++++++++++++++++----------------
theme/admin/managePendingQuotes.tpl | 30 ++++++++++++------------
theme/admin/managePosts.tpl | 36 ++++++++++++++---------------
theme/admin/moderateComments.tpl | 36 ++++++++++++++---------------
theme/admin/newPoll.tpl | 18 +++++++--------
theme/admin/pendingSuccess.tpl | 12 +++++-----
theme/admin/pollrss.tpl | 10 ++++----
theme/admin/postSuccess.tpl | 12 +++++-----
theme/admin/viewComment.tpl | 20 ++++++++--------
theme/admin/write.tpl | 26 ++++++++++-----------
23 files changed, 230 insertions(+), 230 deletions(-)
(limited to 'theme/admin')
diff --git a/theme/admin/deleteDraft.tpl b/theme/admin/deleteDraft.tpl
index 346604e..0b37a97 100755
--- a/theme/admin/deleteDraft.tpl
+++ b/theme/admin/deleteDraft.tpl
@@ -1,6 +1,6 @@
-
Delete a Draft
+
Delete a Draft
-Are you ABSOLUTELY SURE that you want to delete this draft?
+
Are you ABSOLUTELY SURE that you want to delete this draft?
-Back to Admin Panel
+Back to Admin Panel
diff --git a/theme/admin/managePending.tpl b/theme/admin/managePending.tpl
index 8cce14c..6c98bf8 100755
--- a/theme/admin/managePending.tpl
+++ b/theme/admin/managePending.tpl
@@ -1,26 +1,26 @@
-
Manage Pending
+
Manage Pending
-
-
-
Pending Post Title
-
Pending Post Author
-
Actions
-
+
+
+
Pending Post Title
+
Pending Post Author
+
Actions
+
-
-
-
+
+
+
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
-
+
-Back to Admin Panel
+Back to Admin Panel
diff --git a/theme/admin/managePendingQuotes.tpl b/theme/admin/managePendingQuotes.tpl
index 2d4a108..e993aae 100755
--- a/theme/admin/managePendingQuotes.tpl
+++ b/theme/admin/managePendingQuotes.tpl
@@ -1,21 +1,21 @@
-
Manage Pending Quotes
+
Manage Pending Quotes
-
-
-
Quote
-
Actions
-
+
+
+
Quote
+
Actions
+
-
-
+
+
-
-
-
-
-
+
+
+
+
+
-
+
-Back to Admin Panel
+Back to Admin Panel
diff --git a/theme/admin/managePosts.tpl b/theme/admin/managePosts.tpl
index 7e37b1f..41a2456 100755
--- a/theme/admin/managePosts.tpl
+++ b/theme/admin/managePosts.tpl
@@ -1,24 +1,24 @@
-
Manage Posts
+
Manage Posts
-
-
-
Post Title
-
Post Author
-
Actions
-
+
+
+
Post Title
+
Post Author
+
Actions
+
-
-
-
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
-
+
-Back to Admin Panel
+Back to Admin Panel
diff --git a/theme/admin/moderateComments.tpl b/theme/admin/moderateComments.tpl
index f3da51c..7b41016 100755
--- a/theme/admin/moderateComments.tpl
+++ b/theme/admin/moderateComments.tpl
@@ -1,24 +1,24 @@
-
Moderate Comments
+
Moderate Comments
-
-
-
Title of Article Commented Upon
-
Comment Author
-
Actions
-
+
+
+
Title of Article Commented Upon
+
Comment Author
+
Actions
+
-
-
-
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
-
+
-Back to Admin Panel
+Back to Admin Panel
diff --git a/theme/admin/newPoll.tpl b/theme/admin/newPoll.tpl
index 5f1d2a4..debc8f1 100755
--- a/theme/admin/newPoll.tpl
+++ b/theme/admin/newPoll.tpl
@@ -1,10 +1,10 @@
-Congradulations! You've successfully added a Poll RSS. Now it's time to add the new Poll Of The Week:
+Congradulations! You've successfully added a Poll RSS. Now it's time to add the new Poll Of The Week:
-
+
diff --git a/theme/admin/pendingSuccess.tpl b/theme/admin/pendingSuccess.tpl
index 64adbe6..51b115f 100755
--- a/theme/admin/pendingSuccess.tpl
+++ b/theme/admin/pendingSuccess.tpl
@@ -1,8 +1,8 @@
Congradulations, you've just made/edited a pending post!
-