[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.8.8-112-gf89cfd3
Shawn Moore
sartak at bestpractical.com
Tue Jul 6 15:14:37 EDT 2010
The branch, 3.9-trunk has been updated
via f89cfd3deba6bf32107880db28a0209aff4fe83e (commit)
from ede2985d02ea6092988b14e47616de71f4cf04ba (commit)
Summary of changes:
share/html/Ticket/Elements/ClickToShowHistory | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit f89cfd3deba6bf32107880db28a0209aff4fe83e
Author: Shawn M Moore <sartak at bestpractical.com>
Date: Tue Jul 6 15:15:46 2010 -0400
Put a titlebox around show history link
diff --git a/share/html/Ticket/Elements/ClickToShowHistory b/share/html/Ticket/Elements/ClickToShowHistory
index e0e7d5c..85471f3 100644
--- a/share/html/Ticket/Elements/ClickToShowHistory
+++ b/share/html/Ticket/Elements/ClickToShowHistory
@@ -46,7 +46,9 @@
%#
%# END BPS TAGGED BLOCK }}}
<div id="deferred_ticket_history">
- <a href="<% $url %>" onclick="ahah('<% $url |n %>', 'deferred_ticket_history'); return false;" >Show ticket history</a>
+ <& /Widgets/TitleBoxStart, title => 'History' &>
+ <a href="<% $url %>" onclick="ahah('<% $url |n %>', 'deferred_ticket_history'); return false;" >Show ticket history</a>
+ <& /Widgets/TitleBoxEnd &>
</div>
<%ARGS>
$Ticket
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list