aboutsummaryrefslogtreecommitdiff
path: root/admin/newsreel
diff options
context:
space:
mode:
Diffstat (limited to 'admin/newsreel')
-rw-r--r--admin/newsreel/functions.php2
-rw-r--r--admin/newsreel/index.php1
2 files changed, 3 insertions, 0 deletions
diff --git a/admin/newsreel/functions.php b/admin/newsreel/functions.php
index 583e719..8423b9b 100644
--- a/admin/newsreel/functions.php
+++ b/admin/newsreel/functions.php
@@ -16,6 +16,7 @@ ul {
border: #CCCCCC solid 1px;
color:#fff;
text-align:center;
+ cursor:move;
}
</style>
@@ -105,6 +106,7 @@ $(document).ready(function(){
function ListInactive(){
global $db;
+ echo "<h3>Disabled Slides</h3>";
$result = $db->query("SELECT `slide_id`, `title`, `src` FROM `bayonet_newsreel` WHERE `visible` = 0 ORDER BY `slide_id` DESC");
while(($row = $db->fetch($result))!= false){
diff --git a/admin/newsreel/index.php b/admin/newsreel/index.php
index a12eed2..35bed28 100644
--- a/admin/newsreel/index.php
+++ b/admin/newsreel/index.php
@@ -24,6 +24,7 @@ if(!defined("ADMIN_FILE"))
include $basedir.'newsreel/functions.php';
?>
+ <div style="text-align:left;"><h2>- Manage News Reel</h2></div>
<table class="panel" width="100%">
<tr>
<td class="panel"><?php EditOrder(); ?></td>