[Rt-commit] r16014 - in rt/branches/3.999-DANGEROUS: . share/html/Search
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Wed Sep 17 23:27:56 EDT 2008
Author: sunnavy
Date: Wed Sep 17 23:27:55 2008
New Revision: 16014
Modified:
rt/branches/3.999-DANGEROUS/ (props changed)
rt/branches/3.999-DANGEROUS/share/html/Search/Results.html
rt/branches/3.999-DANGEROUS/share/html/Ticket/Create.html
rt/branches/3.999-DANGEROUS/share/html/Ticket/Display.html
Log:
r16766 at sunnavys-mb: sunnavy | 2008-09-18 08:28:47 +0800
converted some left for 16011@
Modified: rt/branches/3.999-DANGEROUS/share/html/Search/Results.html
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/html/Search/Results.html (original)
+++ rt/branches/3.999-DANGEROUS/share/html/Search/Results.html Wed Sep 17 23:27:55 2008
@@ -45,7 +45,7 @@
%# those contributions and any derivatives thereof.
%#
%# END BPS TAGGED BLOCK }}}
-<& /Elements/Header, title => $title, refresh => $session{'tickets_refresh_interval'},
+<&| /_elements/wrapper, title => $title, refresh => $session{'tickets_refresh_interval'},
rss_auto_discovery => $RSSFeedURL,
link_rel => \%link_rel &>
<& /Ticket/Elements/Tabs,
@@ -93,6 +93,7 @@
% $m->callback( query_string => $query_string, Callbackname => 'search_actions' );
</div>
+</&>
<%INIT>
# Read from user preferences
my $prefs = Jifty->web->current_user->user_object->preferences("SearchDisplay") || {};
Modified: rt/branches/3.999-DANGEROUS/share/html/Ticket/Create.html
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/html/Ticket/Create.html (original)
+++ rt/branches/3.999-DANGEROUS/share/html/Ticket/Create.html Wed Sep 17 23:27:55 2008
@@ -45,7 +45,7 @@
%# those contributions and any derivatives thereof.
%#
%# END BPS TAGGED BLOCK }}}
-<& /Elements/Header,
+<&| /_elements/wrapper,
title => _("Create a new ticket"),
onload => "hide(document.getElementById('Ticket-Create-details'));" &>
<& /Elements/Tabs,
@@ -246,6 +246,7 @@
</div>
</form>
+</&>
<%INIT>
my $cloneticket_obj;
if ( $clone_ticket ) {
Modified: rt/branches/3.999-DANGEROUS/share/html/Ticket/Display.html
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/html/Ticket/Display.html (original)
+++ rt/branches/3.999-DANGEROUS/share/html/Ticket/Display.html Wed Sep 17 23:27:55 2008
@@ -45,7 +45,7 @@
%# those contributions and any derivatives thereof.
%#
%# END BPS TAGGED BLOCK }}}
-<& /Elements/Header,
+<&| /_elements/wrapper,
title => _("#%1: %2", $ticket_obj->id, $ticket_obj->subject),
link_rel => \%link_rel &>
<& /Ticket/Elements/Tabs,
@@ -83,6 +83,7 @@
% Callbackname => 'after_show_history',
% );
+</&>
<%ARGS>
$id => undef
$ticket_obj => undef
More information about the Rt-commit
mailing list