diff options
Diffstat (limited to 'admin/newsreel/functions.php')
-rw-r--r-- | admin/newsreel/functions.php | 2 |
1 files changed, 2 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){
|