Author: sevein
Date: Thu Aug 16 11:48:58 2012
New Revision: 12121

Log:
Avoid double parentheses, fixes issue 2411

Modified:
   trunk/css/graphic.css
   trunk/lib/helper/QubitHelper.php

Modified: trunk/css/graphic.css
==============================================================================
--- trunk/css/graphic.css       Thu Aug 16 11:43:19 2012        (r12120)
+++ trunk/css/graphic.css       Thu Aug 16 11:48:58 2012        (r12121)
@@ -391,7 +391,7 @@
   margin-right: 4px;
 }
 
-#treeview .publicationStatus
+#treeview .pubStatus
 {
   color: #bbb;
 }

Modified: trunk/lib/helper/QubitHelper.php
==============================================================================
--- trunk/lib/helper/QubitHelper.php    Thu Aug 16 11:43:19 2012        (r12120)
+++ trunk/lib/helper/QubitHelper.php    Thu Aug 16 11:48:58 2012        (r12121)
@@ -222,7 +222,7 @@
       // Publication status
       if ((null !== $status = $item->getPublicationStatus()) && 
QubitTerm::PUBLICATION_STATUS_DRAFT_ID == $status->statusId)
       {
-        $node .= '<span 
class="publicationStatus">('.$status->__toString().')</span>';
+        $node .= '<span class="pubStatus">('.$status->__toString().')</span>';
       }
 
       // Level of description

-- 
You received this message because you are subscribed to the Google Groups 
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/qubit-commits?hl=en.

Reply via email to