[Rt-commit] r12978 - in rt/branches/3.8-TESTING: . share/html/Ticket/Elements

jesse at bestpractical.com jesse at bestpractical.com
Fri Jun 6 12:23:17 EDT 2008


Author: jesse
Date: Fri Jun  6 12:23:15 2008
New Revision: 12978

Modified:
   rt/branches/3.8-TESTING/   (props changed)
   rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/base.css
   rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/nav.css
   rt/branches/3.8-TESTING/share/html/Ticket/Elements/ShowUpdateStatus

Log:
 r32373 at 31b:  jesse | 2008-06-06 12:21:24 -0400
 * Boldification of links,
 * Colorized 'ShowUpdateStatus'


Modified: rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/base.css
==============================================================================
--- rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/base.css	(original)
+++ rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/base.css	Fri Jun  6 12:23:15 2008
@@ -55,6 +55,7 @@
 a {
   color: #000;
   text-decoration: none;
+  font-weight: bold;
 }
 
 

Modified: rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/nav.css
==============================================================================
--- rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/nav.css	(original)
+++ rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/nav.css	Fri Jun  6 12:23:15 2008
@@ -114,6 +114,7 @@
 
 div#nav a, div#page-navigation a{
  text-decoration: none;
+ font-weight: normal;
  color: #000;
 }
 

Modified: rt/branches/3.8-TESTING/share/html/Ticket/Elements/ShowUpdateStatus
==============================================================================
--- rt/branches/3.8-TESTING/share/html/Ticket/Elements/ShowUpdateStatus	(original)
+++ rt/branches/3.8-TESTING/share/html/Ticket/Elements/ShowUpdateStatus	Fri Jun  6 12:23:15 2008
@@ -48,8 +48,9 @@
 <div class="unread-messages">
 <&| /Widgets/TitleBox, title => loc('New messages'), title_href => "#txn-". $txn->id &>
 <&|/l, &>There are unread messages on this ticket.</&>
-<&|/l, &>Click "New Messages" above to jump to the first unread message.</&>
-<&|/l, RT->Config->Get('WebPath') ."/Ticket/Display.html#txn-".$txn->id."?id=". $Ticket->id ."&MarkAsSeen=1" &><a href="[_1]">Click here to jump to the first unread message and mark all messages as seen</a>.</&>
+<&|/l, 
+ RT->Config->Get('WebPath') ."/Ticket/Display.html#txn-".$txn->id."?id=". $Ticket->id ."&MarkAsSeen=1",
+ RT->Config->Get('WebPath') ."/Ticket/Display.html#txn-".$txn->id."?id=". $Ticket->id &>You can <a href="[_1]">jump to the first unread message</a> or <a href="[_2]">jump to the first unread message and mark all messages as seen</a>.</&>
 </&>
 </div>
 <%ARGS>


More information about the Rt-commit mailing list