[Rt-commit] [svn] r1310 - in rt/branches/3.2-RELEASE: html/Elements html/NoAuth lib/RT/I18N

alexmv at pallas.eruditorum.org alexmv at pallas.eruditorum.org
Wed Aug 4 15:03:52 EDT 2004


Author: alexmv
Date: Wed Aug  4 15:03:51 2004
New Revision: 1310

Modified:
   rt/branches/3.2-RELEASE/html/Elements/MyRequests
   rt/branches/3.2-RELEASE/html/Elements/MyTickets
   rt/branches/3.2-RELEASE/html/Elements/TitleBoxStart
   rt/branches/3.2-RELEASE/html/NoAuth/webrt.css
   rt/branches/3.2-RELEASE/lib/RT/I18N/cs.po
   rt/branches/3.2-RELEASE/lib/RT/I18N/da.po
   rt/branches/3.2-RELEASE/lib/RT/I18N/de.po
   rt/branches/3.2-RELEASE/lib/RT/I18N/es.po
   rt/branches/3.2-RELEASE/lib/RT/I18N/fi.po
   rt/branches/3.2-RELEASE/lib/RT/I18N/fr.po
   rt/branches/3.2-RELEASE/lib/RT/I18N/he.po
   rt/branches/3.2-RELEASE/lib/RT/I18N/hu.po
   rt/branches/3.2-RELEASE/lib/RT/I18N/it.po
   rt/branches/3.2-RELEASE/lib/RT/I18N/ja.po
   rt/branches/3.2-RELEASE/lib/RT/I18N/nl.po
   rt/branches/3.2-RELEASE/lib/RT/I18N/no.po
   rt/branches/3.2-RELEASE/lib/RT/I18N/pt_br.po
   rt/branches/3.2-RELEASE/lib/RT/I18N/ru.po
   rt/branches/3.2-RELEASE/lib/RT/I18N/zh_cn.po
   rt/branches/3.2-RELEASE/lib/RT/I18N/zh_tw.po
Log:
RT-Ticket: 5942
RT-Status: resolved
 * Use a:after {content: "..."} to put dots after titlebox links; this
   involves one loc string change

 * Also force titlebox hrefs to be white, not black


Modified: rt/branches/3.2-RELEASE/html/Elements/MyRequests
==============================================================================
--- rt/branches/3.2-RELEASE/html/Elements/MyRequests	(original)
+++ rt/branches/3.2-RELEASE/html/Elements/MyRequests	Wed Aug  4 15:03:51 2004
@@ -44,7 +44,7 @@
 %# 
 %# }}} END BPS TAGGED BLOCK
 <&|/Elements/TitleBox, 
-        title => loc("[_1] newest unowned tickets...", $rows),
+        title => loc("[_1] newest unowned tickets", $rows),
 	title_href => "Search/Results.html".$QueryString &>
 <& /Elements/TicketList, 
         Format => "'<a href=\"$RT::WebPath/Ticket/Display.html?id=__id__\">__id__</a>/TITLE:#', '<a href=\"$RT::WebPath/Ticket/Display.html?id=__id__\">__Subject__</a>/TITLE:Subject', QueueName, ExtendedStatus, CreatedRelative, '<A HREF=\"$RT::WebPath/Ticket/Display.html?Action=Take&id=__id__\">".loc('Take')."</a>/TITLE:&nbsp;' ",

Modified: rt/branches/3.2-RELEASE/html/Elements/MyTickets
==============================================================================
--- rt/branches/3.2-RELEASE/html/Elements/MyTickets	(original)
+++ rt/branches/3.2-RELEASE/html/Elements/MyTickets	Wed Aug  4 15:03:51 2004
@@ -47,7 +47,6 @@
 	title => loc('[_1] highest priority tickets I own', $rows),
 	title_href => "Search/Results.html".$QueryString &>
 <& /Elements/TicketList, 
-        Title => loc("[_1] highest priority tickets I requested...", $rows),
         Format => "'<a href=\"$RT::WebPath/Ticket/Display.html?id=__id__\">__id__</a>/TITLE:#', '<a href=\"$RT::WebPath/Ticket/Display.html?id=__id__\">__Subject__</a>/TITLE:Subject', Priority, QueueName, ExtendedStatus",
 
         Query => $Query,

Modified: rt/branches/3.2-RELEASE/html/Elements/TitleBoxStart
==============================================================================
--- rt/branches/3.2-RELEASE/html/Elements/TitleBoxStart	(original)
+++ rt/branches/3.2-RELEASE/html/Elements/TitleBoxStart	Wed Aug  4 15:03:51 2004
@@ -54,10 +54,10 @@
     <TH 
         <%$color && "style=\"color: $color;\""|n%>
         <%$class ? "class=\"$class\"" : "class=\"titlebox\""|n%>>
+      <span class="titleboxclose">
+        <a href="#" onClick="hideshow('<%$id%>')">X</A></span>&nbsp;
       <span class="titleboxtitle">
-    <a href="#" onClick="hideshow('<%$id%>')">X</A>&nbsp;
-        <b>
-         <% $title_href && "<A CLASS=\"$title_class\" HREF=\"$title_href\">"|n%><%$title |n %><%  $title_href && "</A>" |n%></b>
+        <b><% $title_href && "<A $title_class HREF=\"$title_href\">"|n%><%$title |n %><%  $title_href && "</A>" |n%></b>
       </span>
     </TH>
     <TH  
@@ -83,4 +83,6 @@
 </%ARGS>
 <%init>
 my $id = rand(2000);
+
+$title_class = "CLASS=\"$title_class\"" if $title_class;
 </%init>

Modified: rt/branches/3.2-RELEASE/html/NoAuth/webrt.css
==============================================================================
--- rt/branches/3.2-RELEASE/html/NoAuth/webrt.css	(original)
+++ rt/branches/3.2-RELEASE/html/NoAuth/webrt.css	Wed Aug  4 15:03:51 2004
@@ -310,12 +310,18 @@
              color: #ffffff;}
 span.productname { font-size: 2em;
              color: #0066cc;}
-SPAN.titleboxtitle {
+SPAN.titleboxtitle, SPAN.titleboxclose {
         font-size: 80%;
         color: #ffffff;
 	 vertical-align: middle;
 	 text-align: left;
         }
+SPAN.titleboxtitle a {
+        color: #ffffff;
+}
+SPAN.titleboxtitle a:after {
+	content: "...";
+}
 
 SPAN.titleboxright {
         font-size: 0.8em;

Modified: rt/branches/3.2-RELEASE/lib/RT/I18N/cs.po
==============================================================================
--- rt/branches/3.2-RELEASE/lib/RT/I18N/cs.po	(original)
+++ rt/branches/3.2-RELEASE/lib/RT/I18N/cs.po	Wed Aug  4 15:03:51 2004
@@ -249,7 +249,7 @@
 
 #: html/Elements/MyRequests:25
 #. ($rows)
-msgid "%1 newest unowned tickets..."
+msgid "%1 newest unowned tickets"
 msgstr ""
 
 #: NOT FOUND IN SOURCE

Modified: rt/branches/3.2-RELEASE/lib/RT/I18N/da.po
==============================================================================
--- rt/branches/3.2-RELEASE/lib/RT/I18N/da.po	(original)
+++ rt/branches/3.2-RELEASE/lib/RT/I18N/da.po	Wed Aug  4 15:03:51 2004
@@ -240,7 +240,7 @@
 
 #: html/Elements/MyRequests:25
 #. ($rows)
-msgid "%1 newest unowned tickets..."
+msgid "%1 newest unowned tickets"
 msgstr ""
 
 #: NOT FOUND IN SOURCE

Modified: rt/branches/3.2-RELEASE/lib/RT/I18N/de.po
==============================================================================
--- rt/branches/3.2-RELEASE/lib/RT/I18N/de.po	(original)
+++ rt/branches/3.2-RELEASE/lib/RT/I18N/de.po	Wed Aug  4 15:03:51 2004
@@ -264,7 +264,7 @@
 
 #: html/Elements/MyRequests:25
 #. ($rows)
-msgid "%1 newest unowned tickets..."
+msgid "%1 newest unowned tickets"
 msgstr ""
 
 #: NOT FOUND IN SOURCE

Modified: rt/branches/3.2-RELEASE/lib/RT/I18N/es.po
==============================================================================
--- rt/branches/3.2-RELEASE/lib/RT/I18N/es.po	(original)
+++ rt/branches/3.2-RELEASE/lib/RT/I18N/es.po	Wed Aug  4 15:03:51 2004
@@ -265,7 +265,7 @@
 
 #: html/Elements/MyRequests:25
 #. ($rows)
-msgid "%1 newest unowned tickets..."
+msgid "%1 newest unowned tickets"
 msgstr ""
 
 #: NOT FOUND IN SOURCE

Modified: rt/branches/3.2-RELEASE/lib/RT/I18N/fi.po
==============================================================================
--- rt/branches/3.2-RELEASE/lib/RT/I18N/fi.po	(original)
+++ rt/branches/3.2-RELEASE/lib/RT/I18N/fi.po	Wed Aug  4 15:03:51 2004
@@ -266,7 +266,7 @@
 
 #: html/Elements/MyRequests:25
 #. ($rows)
-msgid "%1 newest unowned tickets..."
+msgid "%1 newest unowned tickets"
 msgstr ""
 
 #: NOT FOUND IN SOURCE

Modified: rt/branches/3.2-RELEASE/lib/RT/I18N/fr.po
==============================================================================
--- rt/branches/3.2-RELEASE/lib/RT/I18N/fr.po	(original)
+++ rt/branches/3.2-RELEASE/lib/RT/I18N/fr.po	Wed Aug  4 15:03:51 2004
@@ -275,8 +275,8 @@
 
 #: html/Elements/MyRequests:25
 #. ($rows)
-msgid "%1 newest unowned tickets..."
-msgstr "les %1 derniers tickets sans propiétaire..."
+msgid "%1 newest unowned tickets"
+msgstr "les %1 derniers tickets sans propiétaire"
 
 #: NOT FOUND IN SOURCE
 msgid "%1 not shown"

Modified: rt/branches/3.2-RELEASE/lib/RT/I18N/he.po
==============================================================================
--- rt/branches/3.2-RELEASE/lib/RT/I18N/he.po	(original)
+++ rt/branches/3.2-RELEASE/lib/RT/I18N/he.po	Wed Aug  4 15:03:51 2004
@@ -302,7 +302,7 @@
 
 #: html/Elements/MyRequests:25
 #. ($rows)
-msgid "%1 newest unowned tickets..."
+msgid "%1 newest unowned tickets"
 msgstr ""
 
 #: NOT FOUND IN SOURCE

Modified: rt/branches/3.2-RELEASE/lib/RT/I18N/hu.po
==============================================================================
--- rt/branches/3.2-RELEASE/lib/RT/I18N/hu.po	(original)
+++ rt/branches/3.2-RELEASE/lib/RT/I18N/hu.po	Wed Aug  4 15:03:51 2004
@@ -296,7 +296,7 @@
 
 #: html/Elements/MyRequests:25
 #. ($rows)
-msgid "%1 newest unowned tickets..."
+msgid "%1 newest unowned tickets"
 msgstr ""
 
 #: NOT FOUND IN SOURCE

Modified: rt/branches/3.2-RELEASE/lib/RT/I18N/it.po
==============================================================================
--- rt/branches/3.2-RELEASE/lib/RT/I18N/it.po	(original)
+++ rt/branches/3.2-RELEASE/lib/RT/I18N/it.po	Wed Aug  4 15:03:51 2004
@@ -300,7 +300,7 @@
 
 #: html/Elements/MyRequests:25
 #. ($rows)
-msgid "%1 newest unowned tickets..."
+msgid "%1 newest unowned tickets"
 msgstr ""
 
 #: NOT FOUND IN SOURCE

Modified: rt/branches/3.2-RELEASE/lib/RT/I18N/ja.po
==============================================================================
--- rt/branches/3.2-RELEASE/lib/RT/I18N/ja.po	(original)
+++ rt/branches/3.2-RELEASE/lib/RT/I18N/ja.po	Wed Aug  4 15:03:51 2004
@@ -306,7 +306,7 @@
 
 #: html/Elements/MyRequests:25
 #. ($rows)
-msgid "%1 newest unowned tickets..."
+msgid "%1 newest unowned tickets"
 msgstr ""
 
 #: NOT FOUND IN SOURCE

Modified: rt/branches/3.2-RELEASE/lib/RT/I18N/nl.po
==============================================================================
--- rt/branches/3.2-RELEASE/lib/RT/I18N/nl.po	(original)
+++ rt/branches/3.2-RELEASE/lib/RT/I18N/nl.po	Wed Aug  4 15:03:51 2004
@@ -300,7 +300,7 @@
 
 #: html/Elements/MyRequests:25
 #. ($rows)
-msgid "%1 newest unowned tickets..."
+msgid "%1 newest unowned tickets"
 msgstr ""
 
 #: NOT FOUND IN SOURCE

Modified: rt/branches/3.2-RELEASE/lib/RT/I18N/no.po
==============================================================================
--- rt/branches/3.2-RELEASE/lib/RT/I18N/no.po	(original)
+++ rt/branches/3.2-RELEASE/lib/RT/I18N/no.po	Wed Aug  4 15:03:51 2004
@@ -304,7 +304,7 @@
 
 #: html/Elements/MyRequests:25
 #. ($rows)
-msgid "%1 newest unowned tickets..."
+msgid "%1 newest unowned tickets"
 msgstr ""
 
 #: NOT FOUND IN SOURCE

Modified: rt/branches/3.2-RELEASE/lib/RT/I18N/pt_br.po
==============================================================================
--- rt/branches/3.2-RELEASE/lib/RT/I18N/pt_br.po	(original)
+++ rt/branches/3.2-RELEASE/lib/RT/I18N/pt_br.po	Wed Aug  4 15:03:51 2004
@@ -305,7 +305,7 @@
 
 #: html/Elements/MyRequests:25
 #. ($rows)
-msgid "%1 newest unowned tickets..."
+msgid "%1 newest unowned tickets"
 msgstr ""
 
 #: NOT FOUND IN SOURCE

Modified: rt/branches/3.2-RELEASE/lib/RT/I18N/ru.po
==============================================================================
--- rt/branches/3.2-RELEASE/lib/RT/I18N/ru.po	(original)
+++ rt/branches/3.2-RELEASE/lib/RT/I18N/ru.po	Wed Aug  4 15:03:51 2004
@@ -302,7 +302,7 @@
 
 #: html/Elements/MyRequests:25
 #. ($rows)
-msgid "%1 newest unowned tickets..."
+msgid "%1 newest unowned tickets"
 msgstr ""
 
 #: NOT FOUND IN SOURCE

Modified: rt/branches/3.2-RELEASE/lib/RT/I18N/zh_cn.po
==============================================================================
--- rt/branches/3.2-RELEASE/lib/RT/I18N/zh_cn.po	(original)
+++ rt/branches/3.2-RELEASE/lib/RT/I18N/zh_cn.po	Wed Aug  4 15:03:51 2004
@@ -322,8 +322,8 @@
 
 #: html/Elements/MyRequests:25
 #. ($rows)
-msgid "%1 newest unowned tickets..."
-msgstr "前 %1 份待认领的申请单..."
+msgid "%1 newest unowned tickets"
+msgstr "前 %1 份待认领的申请单"
 
 #: NOT FOUND IN SOURCE
 msgid "%1 not shown"

Modified: rt/branches/3.2-RELEASE/lib/RT/I18N/zh_tw.po
==============================================================================
--- rt/branches/3.2-RELEASE/lib/RT/I18N/zh_tw.po	(original)
+++ rt/branches/3.2-RELEASE/lib/RT/I18N/zh_tw.po	Wed Aug  4 15:03:51 2004
@@ -322,8 +322,8 @@
 
 #: html/Elements/MyRequests:25
 #. ($rows)
-msgid "%1 newest unowned tickets..."
-msgstr "前 %1 份待認領的申請單..."
+msgid "%1 newest unowned tickets"
+msgstr "前 %1 份待認領的申請單"
 
 #: NOT FOUND IN SOURCE
 msgid "%1 not shown"


More information about the Rt-commit mailing list