[Rt-commit] r16016 - in rt/branches/3.999-DANGEROUS: . share/html/SelfService/Elements

sunnavy at bestpractical.com sunnavy at bestpractical.com
Wed Sep 17 23:28:36 EDT 2008


Author: sunnavy
Date: Wed Sep 17 23:28:35 2008
New Revision: 16016

Modified:
   rt/branches/3.999-DANGEROUS/   (props changed)
   rt/branches/3.999-DANGEROUS/share/html/SelfService/Closed.html
   rt/branches/3.999-DANGEROUS/share/html/SelfService/Display.html
   rt/branches/3.999-DANGEROUS/share/html/SelfService/Elements/Header
   rt/branches/3.999-DANGEROUS/share/html/SelfService/Error.html
   rt/branches/3.999-DANGEROUS/share/html/SelfService/Prefs.html
   rt/branches/3.999-DANGEROUS/share/html/SelfService/index.html

Log:
 r16768 at sunnavys-mb:  sunnavy | 2008-09-18 08:46:03 +0800
 converted selfservice's own header


Modified: rt/branches/3.999-DANGEROUS/share/html/SelfService/Closed.html
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/html/SelfService/Closed.html	(original)
+++ rt/branches/3.999-DANGEROUS/share/html/SelfService/Closed.html	Wed Sep 17 23:28:35 2008
@@ -45,7 +45,7 @@
 %# those contributions and any derivatives thereof.
 %# 
 %# END BPS TAGGED BLOCK }}}
-<& /SelfService/Elements/Header, title => _('Closed tickets') &>
+<&| /SelfService/Elements/Header, title => _('Closed tickets') &>
 
 <& /SelfService/Elements/MyRequests,
     %ARGS,
@@ -55,6 +55,7 @@
 	page            => $page,
 &>
 
+</&>
 <%ARGS>
 $page => 1
 </%ARGS>

Modified: rt/branches/3.999-DANGEROUS/share/html/SelfService/Display.html
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/html/SelfService/Display.html	(original)
+++ rt/branches/3.999-DANGEROUS/share/html/SelfService/Display.html	Wed Sep 17 23:28:35 2008
@@ -45,7 +45,7 @@
 %# those contributions and any derivatives thereof.
 %# 
 %# END BPS TAGGED BLOCK }}}
-<& /SelfService/Elements/Header, title => _('#%1: %2', $Ticket->id, $Ticket->subject) &>
+<&| /SelfService/Elements/Header, title => _('#%1: %2', $Ticket->id, $Ticket->subject) &>
 
 <& /Elements/ListActions, actions => \@results &>
 
@@ -85,6 +85,7 @@
 
 
 
+</&>
 <%INIT>
 
 my ( $field, @results );

Modified: rt/branches/3.999-DANGEROUS/share/html/SelfService/Elements/Header
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/html/SelfService/Elements/Header	(original)
+++ rt/branches/3.999-DANGEROUS/share/html/SelfService/Elements/Header	Wed Sep 17 23:28:35 2008
@@ -45,5 +45,7 @@
 %# those contributions and any derivatives thereof.
 %# 
 %# END BPS TAGGED BLOCK }}}
-<& /Elements/Header, %ARGS, prefs => '/SelfService/Prefs.html' &>
+<&| /_elements/wrapper, %ARGS, prefs => '/SelfService/Prefs.html' &>
 <& /SelfService/Elements/Tabs, %ARGS &>
+<% $m->content |n %>
+</&>

Modified: rt/branches/3.999-DANGEROUS/share/html/SelfService/Error.html
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/html/SelfService/Error.html	(original)
+++ rt/branches/3.999-DANGEROUS/share/html/SelfService/Error.html	Wed Sep 17 23:28:35 2008
@@ -45,7 +45,7 @@
 %# those contributions and any derivatives thereof.
 %# 
 %# END BPS TAGGED BLOCK }}}
-<& /SelfService/Elements/Header, title => _('Error') &>
+<&| /SelfService/Elements/Header, title => _('Error') &>
 <h2 class="title"><%_('Error')%></h2>
 <&| /Widgets/TitleBox, title => $title &>
 <%$why%>
@@ -58,6 +58,7 @@
 </html>
 
 
+</&>
 <%args>
 $code => undef
 $details => undef

Modified: rt/branches/3.999-DANGEROUS/share/html/SelfService/Prefs.html
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/html/SelfService/Prefs.html	(original)
+++ rt/branches/3.999-DANGEROUS/share/html/SelfService/Prefs.html	Wed Sep 17 23:28:35 2008
@@ -45,7 +45,7 @@
 %# those contributions and any derivatives thereof.
 %# 
 %# END BPS TAGGED BLOCK }}}
-<& /SelfService/Elements/Header, title => _('Preferences') &>
+<&| /SelfService/Elements/Header, title => _('Preferences') &>
 
 <& /Elements/ListActions, actions => \@results &>
 <form method="post">
@@ -61,6 +61,7 @@
 	  </form>
 
 
+</&>
 <%INIT>
 my @results;
 

Modified: rt/branches/3.999-DANGEROUS/share/html/SelfService/index.html
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/html/SelfService/index.html	(original)
+++ rt/branches/3.999-DANGEROUS/share/html/SelfService/index.html	Wed Sep 17 23:28:35 2008
@@ -45,13 +45,14 @@
 %# those contributions and any derivatives thereof.
 %# 
 %# END BPS TAGGED BLOCK }}}
-<& /SelfService/Elements/Header, title => _('Open tickets') &>
+<&| /SelfService/Elements/Header, title => _('Open tickets') &>
 <& /SelfService/Elements/MyRequests,
     %ARGS,
     base_url => RT->config->get('WebPath') ."/SelfService/?",
     page    => $page, 
 &>
 
+</&>
 <%ARGS>
 $page => 1
 </%ARGS>


More information about the Rt-commit mailing list