[Rt-commit] r8876 - rt/branches/3.7-EXPERIMENTAL/html/Widgets
ruz at bestpractical.com
ruz at bestpractical.com
Mon Sep 3 08:37:16 EDT 2007
Author: ruz
Date: Mon Sep 3 08:37:16 2007
New Revision: 8876
Modified:
rt/branches/3.7-EXPERIMENTAL/html/Widgets/TitleBoxStart
Log:
* add title_raw argument, we have titleright_raw already
Modified: rt/branches/3.7-EXPERIMENTAL/html/Widgets/TitleBoxStart
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/html/Widgets/TitleBoxStart (original)
+++ rt/branches/3.7-EXPERIMENTAL/html/Widgets/TitleBoxStart Mon Sep 3 08:37:16 2007
@@ -50,7 +50,7 @@
% if ($hideable) {
<span class="widget"><a href="#" onclick="return rollup('<%$tid%>');" onfocus="this.blur(); return false;" title="Toggle visibility">X</a></span>
% }
- <span class="left"><% $title_href && qq[<a href="$title_href">] | n %><% $title %><% $title_href && "</a>" |n%></span>
+ <span class="left"><% $title_href && qq[<a href="$title_href">] | n %><% $title %><% $title_raw |n %><% $title_href && "</a>" |n%></span>
<span class="right"><% $titleright_href && qq[<a href="$titleright_href">] | n %><% $titleright %><% $titleright_raw |n%> <% $titleright_href && "</a>" |n%></span>
</div>
<div class="titlebox-content <% $bodyclass %>" id="<% $tid %>">
@@ -60,6 +60,7 @@
$bodyclass => ''
$title_href => ''
$title => ''
+$title_raw => ''
$title_class => ''
$titleright_href => ''
$titleright => ''
More information about the Rt-commit
mailing list