[Rt-commit] r18064 - in rt/3.999/branches/merge_to_3.8.2: .

sunnavy at bestpractical.com sunnavy at bestpractical.com
Thu Jan 29 09:48:22 EST 2009


Author: sunnavy
Date: Thu Jan 29 09:48:20 2009
New Revision: 18064

Modified:
   rt/3.999/branches/merge_to_3.8.2/   (props changed)
   rt/3.999/branches/merge_to_3.8.2/share/html/Widgets/TitleBoxStart

Log:
 r19290 at sunnavys-mb:  sunnavy | 2009-01-29 22:33:27 +0800
 merged share/html/Widgets/TitleBoxStart


Modified: rt/3.999/branches/merge_to_3.8.2/share/html/Widgets/TitleBoxStart
==============================================================================
--- rt/3.999/branches/merge_to_3.8.2/share/html/Widgets/TitleBoxStart	(original)
+++ rt/3.999/branches/merge_to_3.8.2/share/html/Widgets/TitleBoxStart	Thu Jan 29 09:48:20 2009
@@ -50,14 +50,12 @@
 % if ($hideable) {
     <span class="widget"><a href="#" 
 	onclick="return rollup('<%$tid%>');" 
-	onfocus="this.blur(); return false;" 
-	title="Toggle visibility">X</a>
+	title="Toggle visibility"></a>
 	</span>
 % }
     <span class="left">
       	<% $title_href ? qq[<a href="$title_href">] : '' | n 
-        %><% $title %><% $title_raw |n %><% $title_href ? "</a>" : '' |n%>
-    </span>
+        %><% $title %><% $title_raw |n %><% $title_href ? "</a>" : '' |n%></span>
     <span class="right<%($titleright_href || $titleright || $titleright_raw) ? '' : '-empty' %>">
 	<% $titleright_href ? qq[<a href="$titleright_href">] : '' | n %>
 	<% $titleright  %><% $titleright_raw |n%><% $titleright_href ? "</a>" : '' |n%>


More information about the Rt-commit mailing list