From 75dddd70a7f004601e0ad4aff214d94be793cd4b Mon Sep 17 00:00:00 2001 From: jhunkeler Date: Mon, 21 Dec 2009 23:20:27 +0000 Subject: (OC) removed markItUps jQuery declaration git-svn-id: http://svn.3rd-infantry-division.org/testing/branches/Bayonet CMS v2@390 c5b2fb0a-d05d-0410-98c8-828840a80ff6 --- admin/header.php | 49 +++++++++++++++++++++++++++++++++----------- admin/newsreel/functions.php | 8 +++++--- admin/newsreel/index.php | 10 ++++++--- admin/newsreel/updateDB.php | 2 ++ 4 files changed, 51 insertions(+), 18 deletions(-) diff --git a/admin/header.php b/admin/header.php index 60ada0f..3f84d17 100644 --- a/admin/header.php +++ b/admin/header.php @@ -30,27 +30,52 @@ $starttime = $starttime[1] + $starttime[0]; - + - - - - + -*/ -?> - - + + - + \ No newline at end of file diff --git a/admin/newsreel/functions.php b/admin/newsreel/functions.php index 9e56dce..b3c2d5f 100644 --- a/admin/newsreel/functions.php +++ b/admin/newsreel/functions.php @@ -15,6 +15,7 @@ ul { background-color:#a1a1a1; border: #CCCCCC solid 1px; color:#fff; + text-align:center; } @@ -53,7 +54,7 @@ $(document).ready(function(){ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - function ListSlides(){ + function EditOrder(){ global $db; @@ -66,12 +67,13 @@ $(document).ready(function(){ + Click and drag on a slide to change the order. Wait for confirmation indicating the changes have been saved. \ No newline at end of file +?> + + + + + +
diff --git a/admin/newsreel/updateDB.php b/admin/newsreel/updateDB.php index a7d25a9..904e578 100644 --- a/admin/newsreel/updateDB.php +++ b/admin/newsreel/updateDB.php @@ -36,4 +36,6 @@ if ($action == "updateReelOrder"){ else{ echo ""; } +date_default_timezone_set("America/New_York"); +echo " Updated at ".date("g:i:s a", time()); ?> \ No newline at end of file -- cgit