changeset 868:6829da58c17c

Add some more css classes.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 26 Nov 2014 12:46:11 +0200
parents 74ee30f5b34d
children 2447673c5d04
files admajax.php
diffstat 1 files changed, 5 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/admajax.php	Wed Nov 26 12:11:25 2014 +0200
+++ b/admajax.php	Wed Nov 26 12:46:11 2014 +0200
@@ -427,8 +427,11 @@
     if (($entry = stFetchSQL($sql)) !== false)
     {
       $str =
-        "<div class=\"entryInfo\">#".$entry["show_id"]." - ".chentities($entry["name"]).
-        " by ".chentities($entry["author"])."</div>";
+        "<div class=\"entryInfo\">#".$entry["show_id"]." - ".
+        "<span class=\"entryName\">".chentities($entry["name"])."</span>".
+        "<span class=\"entryBy\"> by </span>".
+        "<span class=\"entryAuthor\">".chentities($entry["author"])."</span>".
+        "</div>";
 
       if (($efile = stFetchSQL("SELECT * FROM files WHERE id=".$entry["file_id"])) !== false)
       {