[Rt-commit] r3445 - in rt/branches/3.5-TESTING: . html html/Elements html/NoAuth/css

trs at bestpractical.com trs at bestpractical.com
Sat Jul 9 12:12:20 EDT 2005


Author: trs
Date: Sat Jul  9 12:12:19 2005
New Revision: 3445

Modified:
   rt/branches/3.5-TESTING/   (props changed)
   rt/branches/3.5-TESTING/html/CalPopup.html
   rt/branches/3.5-TESTING/html/Elements/Error
   rt/branches/3.5-TESTING/html/Elements/Footer
   rt/branches/3.5-TESTING/html/NoAuth/css/body.css
Log:
 r4948 at wintermute:  tom | 2005-07-09 07:38:05 -0400
 Various cleanups and link styles


Modified: rt/branches/3.5-TESTING/html/CalPopup.html
==============================================================================
--- rt/branches/3.5-TESTING/html/CalPopup.html	(original)
+++ rt/branches/3.5-TESTING/html/CalPopup.html	Sat Jul  9 12:12:19 2005
@@ -1,4 +1,7 @@
 <& /Elements/Header &>
+%# From /Elements/Header
+</div>
+<div id="body">
 <script>
 function updateParent(strItem) {
     window.opener.document.getElementById('<%$field%>').value = strItem;
@@ -31,7 +34,7 @@
   <tr>
   <td colspan="2"><a href="CalPopup.html?DisplayedMonth=<%$prev_month%>&DisplayedYear=<%$prev_year%>&field=<%$field%>">Previous</a></td>
     <td colspan="3">&nbsp;</td>
-    <td colspan="2"><a href="CalPopup.html?DisplayedMonth=<%$next_month%>&DisplayedYear=<%$next_year%>&field=<%$field%>">Next</a></td>
+    <td colspan="2" align="right"><a href="CalPopup.html?DisplayedMonth=<%$next_month%>&DisplayedYear=<%$next_year%>&field=<%$field%>">Next</a></td>
 </table>
 </div>
 </div>

Modified: rt/branches/3.5-TESTING/html/Elements/Error
==============================================================================
--- rt/branches/3.5-TESTING/html/Elements/Error	(original)
+++ rt/branches/3.5-TESTING/html/Elements/Error	Sat Jul  9 12:12:19 2005
@@ -44,13 +44,13 @@
 %# 
 %# END BPS TAGGED BLOCK }}}
 <& /Elements/Callback, %ARGS, error => $error &>
-<& /Elements/Header, Code => $Code, Why => $Why &>
-<& /Elements/Tabs &>
-<&| /Widgets/TitleBox, class=> "error",  title => $Title &>
+<& /Elements/Header, Code => $Code, Why => $Why, Title => $Title &>
+<& /Elements/Tabs, Title => $Title &>
+<div class="error">
 <%$Why%>
 <br>
 <%$Details%>
-</&>
+</div>
 
 <%cleanup>
 $m->comp('/Elements/Footer');

Modified: rt/branches/3.5-TESTING/html/Elements/Footer
==============================================================================
--- rt/branches/3.5-TESTING/html/Elements/Footer	(original)
+++ rt/branches/3.5-TESTING/html/Elements/Footer	Sat Jul  9 12:12:19 2005
@@ -49,7 +49,7 @@
 <& /Elements/Callback, %ARGS &>
 <div id="footer">
   <p id="time">
-    <span><&|/l&>Time to display</&>: <%Time::HiRes::tv_interval( $m->{'rt_base_time'} )%></span>
+    <span><&|/l&>Time to display</&>: <%Time::HiRes::tv_interval( $m->{'rt_base_time'} )%>s</span>
   </p>
 
   <p id="bpscredits">

Modified: rt/branches/3.5-TESTING/html/NoAuth/css/body.css
==============================================================================
--- rt/branches/3.5-TESTING/html/NoAuth/css/body.css	(original)
+++ rt/branches/3.5-TESTING/html/NoAuth/css/body.css	Sat Jul  9 12:12:19 2005
@@ -147,3 +147,13 @@
     padding: 0.1em 0.5em 0.1em 0.5em;
 }
 
+#body :link { color: #069; }
+
+#body :link, #body :visited {
+    font-weight: bold;
+    text-decoration: none;
+}
+
+#body :link:hover, #body :visited:hover {
+    text-decoration: underline;
+}


More information about the Rt-commit mailing list