From 90ed713a8c23e77028a413e9c3a7e88b51575b7c Mon Sep 17 00:00:00 2001
From: deva <deva>
Date: Sun, 28 Feb 2010 10:54:45 +0000
Subject: Changed how the admin modules is shown.

---
 utils/admin.php | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

(limited to 'utils')

diff --git a/utils/admin.php b/utils/admin.php
index ab22a9a..f967c76 100644
--- a/utils/admin.php
+++ b/utils/admin.php
@@ -1,6 +1,6 @@
 <?php /* -*- Mode: php; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ ?>
 <div class="admin" id="admin">
-  <span class="header">Admin</span>
+  <span class="windowtitle header">Admin</span>
   <div class="button close"><a href="?page=">X</a></div>
 <?php
 global $loggedin;
@@ -198,8 +198,8 @@ function OnMouseUp(e)
 			var e = window.event; 
 		
 		// Store new coordinate
-		createCookie('admin_x', _offsetX + e.clientX - _startX);
-		createCookie('admin_y', _offsetY + e.clientY - _startY);
+		createCookie('admin_x', _offsetX + e.clientX - _startX, 1000);
+		createCookie('admin_y', _offsetY + e.clientY - _startY, 1000);
 	}
 }
 //-->
-- 
cgit v1.2.3