[Rt-commit] r16015 - in rt/branches/3.999-DANGEROUS: . share/html/Admin share/html/Admin/CustomFields share/html/Admin/Elements share/html/Admin/Global share/html/Admin/Global/CustomFields share/html/Admin/Groups share/html/Admin/Tools share/html/Admin/Tools/Shredder share/html/Admin/Users

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


Author: sunnavy
Date: Wed Sep 17 23:28:21 2008
New Revision: 16015

Modified:
   rt/branches/3.999-DANGEROUS/   (props changed)
   rt/branches/3.999-DANGEROUS/share/html/Admin/CustomFields/GroupRights.html
   rt/branches/3.999-DANGEROUS/share/html/Admin/CustomFields/Modify.html
   rt/branches/3.999-DANGEROUS/share/html/Admin/CustomFields/Objects.html
   rt/branches/3.999-DANGEROUS/share/html/Admin/CustomFields/UserRights.html
   rt/branches/3.999-DANGEROUS/share/html/Admin/CustomFields/index.html
   rt/branches/3.999-DANGEROUS/share/html/Admin/Elements/EditUserComments
   rt/branches/3.999-DANGEROUS/share/html/Admin/Elements/Header
   rt/branches/3.999-DANGEROUS/share/html/Admin/Global/CustomFields/Groups.html
   rt/branches/3.999-DANGEROUS/share/html/Admin/Global/CustomFields/Queue-Tickets.html
   rt/branches/3.999-DANGEROUS/share/html/Admin/Global/CustomFields/Queue-Transactions.html
   rt/branches/3.999-DANGEROUS/share/html/Admin/Global/CustomFields/Queues.html
   rt/branches/3.999-DANGEROUS/share/html/Admin/Global/CustomFields/Users.html
   rt/branches/3.999-DANGEROUS/share/html/Admin/Global/CustomFields/index.html
   rt/branches/3.999-DANGEROUS/share/html/Admin/Global/GroupRights.html
   rt/branches/3.999-DANGEROUS/share/html/Admin/Global/MyRT.html
   rt/branches/3.999-DANGEROUS/share/html/Admin/Global/Scrip.html
   rt/branches/3.999-DANGEROUS/share/html/Admin/Global/Scrips.html
   rt/branches/3.999-DANGEROUS/share/html/Admin/Global/Template.html
   rt/branches/3.999-DANGEROUS/share/html/Admin/Global/Templates.html
   rt/branches/3.999-DANGEROUS/share/html/Admin/Global/UserRights.html
   rt/branches/3.999-DANGEROUS/share/html/Admin/Global/index.html
   rt/branches/3.999-DANGEROUS/share/html/Admin/Groups/GroupRights.html
   rt/branches/3.999-DANGEROUS/share/html/Admin/Groups/History.html
   rt/branches/3.999-DANGEROUS/share/html/Admin/Groups/Members.html
   rt/branches/3.999-DANGEROUS/share/html/Admin/Groups/Modify.html
   rt/branches/3.999-DANGEROUS/share/html/Admin/Groups/UserRights.html
   rt/branches/3.999-DANGEROUS/share/html/Admin/Groups/index.html
   rt/branches/3.999-DANGEROUS/share/html/Admin/Queues/CustomField.html
   rt/branches/3.999-DANGEROUS/share/html/Admin/Queues/CustomFields.html
   rt/branches/3.999-DANGEROUS/share/html/Admin/Queues/GroupRights.html
   rt/branches/3.999-DANGEROUS/share/html/Admin/Queues/Modify.html
   rt/branches/3.999-DANGEROUS/share/html/Admin/Queues/Scrip.html
   rt/branches/3.999-DANGEROUS/share/html/Admin/Queues/Scrips.html
   rt/branches/3.999-DANGEROUS/share/html/Admin/Queues/Template.html
   rt/branches/3.999-DANGEROUS/share/html/Admin/Queues/Templates.html
   rt/branches/3.999-DANGEROUS/share/html/Admin/Queues/UserRights.html
   rt/branches/3.999-DANGEROUS/share/html/Admin/Queues/index.html
   rt/branches/3.999-DANGEROUS/share/html/Admin/Tools/Configuration.html
   rt/branches/3.999-DANGEROUS/share/html/Admin/Tools/Shredder/index.html
   rt/branches/3.999-DANGEROUS/share/html/Admin/Tools/index.html
   rt/branches/3.999-DANGEROUS/share/html/Admin/Users/CustomFields.html
   rt/branches/3.999-DANGEROUS/share/html/Admin/Users/GnuPG.html
   rt/branches/3.999-DANGEROUS/share/html/Admin/Users/History.html
   rt/branches/3.999-DANGEROUS/share/html/Admin/Users/Memberships.html
   rt/branches/3.999-DANGEROUS/share/html/Admin/Users/Modify.html
   rt/branches/3.999-DANGEROUS/share/html/Admin/Users/MyRT.html
   rt/branches/3.999-DANGEROUS/share/html/Admin/Users/index.html
   rt/branches/3.999-DANGEROUS/share/html/Admin/index.html

Log:
 r16767 at sunnavys-mb:  sunnavy | 2008-09-18 08:42:48 +0800
 converted admin's own header


Modified: rt/branches/3.999-DANGEROUS/share/html/Admin/CustomFields/GroupRights.html
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/html/Admin/CustomFields/GroupRights.html	(original)
+++ rt/branches/3.999-DANGEROUS/share/html/Admin/CustomFields/GroupRights.html	Wed Sep 17 23:28:21 2008
@@ -45,7 +45,7 @@
 %# those contributions and any derivatives thereof.
 %# 
 %# END BPS TAGGED BLOCK }}}
-<& /Admin/Elements/Header, title => $title &>
+<&| /Admin/Elements/Header, title => $title &>
 <& /Admin/Elements/CustomFieldTabs,
     id => $id,
     current_tab => "Admin/CustomFields/GroupRights.html?id=".$id,
@@ -94,6 +94,7 @@
       
   </form>
   
+</&>
 <%INIT>
 
 if (!defined $id) {

Modified: rt/branches/3.999-DANGEROUS/share/html/Admin/CustomFields/Modify.html
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/html/Admin/CustomFields/Modify.html	(original)
+++ rt/branches/3.999-DANGEROUS/share/html/Admin/CustomFields/Modify.html	Wed Sep 17 23:28:21 2008
@@ -45,7 +45,7 @@
 %# those contributions and any derivatives thereof.
 %# 
 %# END BPS TAGGED BLOCK }}}
-<& /Admin/Elements/Header, title => $title &>
+<&| /Admin/Elements/Header, title => $title &>
 <& /Admin/Elements/CustomFieldTabs,
     id => $CustomFieldObj->id ,
     current_tab => $current_tab,
@@ -126,6 +126,7 @@
 <& /Elements/Submit, name => 'update', label => $id eq 'new'? _('Create'): _('Save Changes') &>
 
 </form>
+</&>
 <%INIT>
 my ($title, @results, $disabled);
 

Modified: rt/branches/3.999-DANGEROUS/share/html/Admin/CustomFields/Objects.html
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/html/Admin/CustomFields/Objects.html	(original)
+++ rt/branches/3.999-DANGEROUS/share/html/Admin/CustomFields/Objects.html	Wed Sep 17 23:28:21 2008
@@ -45,7 +45,7 @@
 %# those contributions and any derivatives thereof.
 %# 
 %# END BPS TAGGED BLOCK }}}
-<& /Admin/Elements/Header, title => $title &>
+<&| /Admin/Elements/Header, title => $title &>
 <& /Admin/Elements/CustomFieldTabs,
     id => $id,
     current_tab => "Admin/CustomFields/Objects.html?id=".$id,
@@ -66,6 +66,7 @@
 <& /Elements/Submit, check_all => 1, clear_all => 1 &>
 </form>
 
+</&>
 <%INIT>
 my $CF = RT::Model::CustomField->new();
 $CF->load($id) if ($id);

Modified: rt/branches/3.999-DANGEROUS/share/html/Admin/CustomFields/UserRights.html
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/html/Admin/CustomFields/UserRights.html	(original)
+++ rt/branches/3.999-DANGEROUS/share/html/Admin/CustomFields/UserRights.html	Wed Sep 17 23:28:21 2008
@@ -45,7 +45,7 @@
 %# those contributions and any derivatives thereof.
 %# 
 %# END BPS TAGGED BLOCK }}}
-<& /Admin/Elements/Header, title => $title &>
+<&| /Admin/Elements/Header, title => $title &>
 <& /Admin/Elements/CustomFieldTabs, id => $id, 
 current_tab => "Admin/CustomFields/UserRights.html?id=".$id,
 title => $title, &>
@@ -75,6 +75,7 @@
       
   </form>
   
+</&>
 <%INIT>
  
 #Update the acls.

Modified: rt/branches/3.999-DANGEROUS/share/html/Admin/CustomFields/index.html
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/html/Admin/CustomFields/index.html	(original)
+++ rt/branches/3.999-DANGEROUS/share/html/Admin/CustomFields/index.html	Wed Sep 17 23:28:21 2008
@@ -45,7 +45,7 @@
 %# those contributions and any derivatives thereof.
 %# 
 %# END BPS TAGGED BLOCK }}}
-<& /Admin/Elements/Header, title => _('Select a Custom Field') &>
+<&| /Admin/Elements/Header, title => _('Select a Custom Field') &>
 <& /Admin/Elements/CustomFieldTabs,
     current_tab => 'Admin/CustomFields/', 
     title => _('Select a Custom Field') &>
@@ -89,6 +89,7 @@
 <input type="submit" value="<% _('Go!') %>" />
 </form>
 
+</&>
 <%args>
 $type => ''
 $show_disabled => 0

Modified: rt/branches/3.999-DANGEROUS/share/html/Admin/Elements/EditUserComments
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/html/Admin/Elements/EditUserComments	(original)
+++ rt/branches/3.999-DANGEROUS/share/html/Admin/Elements/EditUserComments	Wed Sep 17 23:28:21 2008
@@ -45,12 +45,13 @@
 %# those contributions and any derivatives thereof.
 %# 
 %# END BPS TAGGED BLOCK }}}
-<& /Elements/Header, title => "comments about $name" &>
+<&| /_elements/wrapper, title => "comments about $name" &>
 <&|/l&>These comments aren't generally visible to the user</&>:<br />
 <input type="hidden" class="hidden" name="id" value="<%$id%>" />
 <textarea cols="60" rows="15" wrap="soft" name="comments"><% $user_object->comments %></textarea>
 </form>
 
+</&>
 <%ARGS>
 $user_object => undef
 </%ARGS>

Modified: rt/branches/3.999-DANGEROUS/share/html/Admin/Elements/Header
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/html/Admin/Elements/Header	(original)
+++ rt/branches/3.999-DANGEROUS/share/html/Admin/Elements/Header	Wed Sep 17 23:28:21 2008
@@ -45,8 +45,11 @@
 %# those contributions and any derivatives thereof.
 %# 
 %# END BPS TAGGED BLOCK }}}
-<& /Elements/Header, %ARGS &>
+<&| /_elements/wrapper, %ARGS &>
 
+<% $m->content |n%>
+
+</&>
 <%ARGS>
 $title => undef
 </%ARGS>

Modified: rt/branches/3.999-DANGEROUS/share/html/Admin/Global/CustomFields/Groups.html
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/html/Admin/Global/CustomFields/Groups.html	(original)
+++ rt/branches/3.999-DANGEROUS/share/html/Admin/Global/CustomFields/Groups.html	Wed Sep 17 23:28:21 2008
@@ -45,13 +45,14 @@
 %# those contributions and any derivatives thereof.
 %# 
 %# END BPS TAGGED BLOCK }}}
-<& /Admin/Elements/Header, title => $title &>
+<&| /Admin/Elements/Header, title => $title &>
 <& /Admin/Elements/GlobalCustomFieldTabs,
     current_tab => "Admin/Global/CustomFields/Groups.html",
     current_subtab => "Admin/Global/CustomFields/Groups.html",
     title => $title
     &>
     <& /Admin/Elements/EditCustomFields, %ARGS, title => $title, object_type => 'RT::Model::Group', object=> $object &>
+</&>
 <%INIT>
   my $title = _( 'Edit Custom Fields for all groups');
   my $object = RT::Model::Group->new();

Modified: rt/branches/3.999-DANGEROUS/share/html/Admin/Global/CustomFields/Queue-Tickets.html
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/html/Admin/Global/CustomFields/Queue-Tickets.html	(original)
+++ rt/branches/3.999-DANGEROUS/share/html/Admin/Global/CustomFields/Queue-Tickets.html	Wed Sep 17 23:28:21 2008
@@ -45,13 +45,14 @@
 %# those contributions and any derivatives thereof.
 %# 
 %# END BPS TAGGED BLOCK }}}
-<& /Admin/Elements/Header, title => $title &>
+<&| /Admin/Elements/Header, title => $title &>
 <& /Admin/Elements/GlobalCustomFieldTabs,
     current_tab => "Admin/Global/CustomFields/Queue-Tickets.html",
     current_subtab => "Admin/Global/CustomFields/Queue-Tickets.html",
     title => $title
     &>
     <& /Admin/Elements/EditCustomFields, %ARGS, title => $title, object_type => 'RT::Model::Queue', object=> $object, sub_type => 'RT::Model::Ticket' &>
+</&>
 <%INIT>
   my $title = _( 'Edit Custom Fields for tickets in all queues');
   my $object = RT::Model::Queue->new();

Modified: rt/branches/3.999-DANGEROUS/share/html/Admin/Global/CustomFields/Queue-Transactions.html
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/html/Admin/Global/CustomFields/Queue-Transactions.html	(original)
+++ rt/branches/3.999-DANGEROUS/share/html/Admin/Global/CustomFields/Queue-Transactions.html	Wed Sep 17 23:28:21 2008
@@ -45,13 +45,14 @@
 %# those contributions and any derivatives thereof.
 %# 
 %# END BPS TAGGED BLOCK }}}
-<& /Admin/Elements/Header, title => $title &>
+<&| /Admin/Elements/Header, title => $title &>
 <& /Admin/Elements/GlobalCustomFieldTabs,
     current_tab => "Admin/Global/CustomFields/Queue-Transactions.html",
     current_subtab => "Admin/Global/CustomFields/Queue-Transactions.html",
     title => $title
     &>
     <& /Admin/Elements/EditCustomFields, %ARGS, title => $title, object_type => 'RT::Model::Queue', object=> $object, sub_type => 'RT::Model::Ticket-RT::Model::Transaction' &>
+</&>
 <%INIT>
   my $title = _( 'Edit Custom Fields for tickets in all queues');
   my $object = RT::Model::Queue->new();

Modified: rt/branches/3.999-DANGEROUS/share/html/Admin/Global/CustomFields/Queues.html
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/html/Admin/Global/CustomFields/Queues.html	(original)
+++ rt/branches/3.999-DANGEROUS/share/html/Admin/Global/CustomFields/Queues.html	Wed Sep 17 23:28:21 2008
@@ -45,13 +45,14 @@
 %# those contributions and any derivatives thereof.
 %# 
 %# END BPS TAGGED BLOCK }}}
-<& /Admin/Elements/Header, title => $title &>
+<&| /Admin/Elements/Header, title => $title &>
 <& /Admin/Elements/GlobalCustomFieldTabs,
     current_tab => "Admin/Global/CustomFields/Queues.html",
     current_subtab => "Admin/Global/CustomFields/Queues.html",
     title => $title
     &>
     <& /Admin/Elements/EditCustomFields, %ARGS, title => $title, object_type => 'RT::Model::Queue', object=> $object &>
+</&>
 <%INIT>
   my $title = _( 'Edit Custom Fields for all queues');
   my $object = RT::Model::Queue->new( current_user => Jifty->web->current_user );

Modified: rt/branches/3.999-DANGEROUS/share/html/Admin/Global/CustomFields/Users.html
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/html/Admin/Global/CustomFields/Users.html	(original)
+++ rt/branches/3.999-DANGEROUS/share/html/Admin/Global/CustomFields/Users.html	Wed Sep 17 23:28:21 2008
@@ -45,13 +45,14 @@
 %# those contributions and any derivatives thereof.
 %# 
 %# END BPS TAGGED BLOCK }}}
-<& /Admin/Elements/Header, title => $title &>
+<&| /Admin/Elements/Header, title => $title &>
 <& /Admin/Elements/GlobalCustomFieldTabs,
     current_tab => "Admin/Global/CustomFields/Users.html",
     current_subtab => "Admin/Global/CustomFields/Users.html",
     title => $title
     &>
     <& /Admin/Elements/EditCustomFields, %ARGS, title => $title, object_type => 'RT::Model::User', object=> $object &>
+</&>
 <%INIT>
   my $title = _( 'Edit Custom Fields for all users');
   my $object = RT::Model::User->new();

Modified: rt/branches/3.999-DANGEROUS/share/html/Admin/Global/CustomFields/index.html
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/html/Admin/Global/CustomFields/index.html	(original)
+++ rt/branches/3.999-DANGEROUS/share/html/Admin/Global/CustomFields/index.html	Wed Sep 17 23:28:21 2008
@@ -46,7 +46,7 @@
 %# 
 %# END BPS TAGGED BLOCK }}}
 % $m->callback( %ARGS, tabs => $tabs );
-<& /Admin/Elements/Header, title => $title &>
+<&| /Admin/Elements/Header, title => $title &>
 <& /Admin/Elements/GlobalCustomFieldTabs, title => $title &>
 
 <ul>
@@ -57,6 +57,7 @@
 % }
 </ul>
 
+</&>
 <%INIT>
 my $title = _("Global custom field configuration");
 

Modified: rt/branches/3.999-DANGEROUS/share/html/Admin/Global/GroupRights.html
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/html/Admin/Global/GroupRights.html	(original)
+++ rt/branches/3.999-DANGEROUS/share/html/Admin/Global/GroupRights.html	Wed Sep 17 23:28:21 2008
@@ -45,7 +45,7 @@
 %# those contributions and any derivatives thereof.
 %# 
 %# END BPS TAGGED BLOCK }}}
-<& /Admin/Elements/Header, title => _('Modify global group rights') &>
+<&| /Admin/Elements/Header, title => _('Modify global group rights') &>
 <& /Admin/Elements/SystemTabs, 
     current_tab => 'Admin/Global/GroupRights.html', 
     title => _('Modify global group rights') &>  
@@ -109,6 +109,7 @@
       
   </form>
   
+</&>
 <%INIT>
  
   #Update the acls.

Modified: rt/branches/3.999-DANGEROUS/share/html/Admin/Global/MyRT.html
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/html/Admin/Global/MyRT.html	(original)
+++ rt/branches/3.999-DANGEROUS/share/html/Admin/Global/MyRT.html	Wed Sep 17 23:28:21 2008
@@ -45,7 +45,7 @@
 %# those contributions and any derivatives thereof.
 %# 
 %# END BPS TAGGED BLOCK }}}
-<& /Admin/Elements/Header, title => _("RT at a glance") &>
+<&| /Admin/Elements/Header, title => _("RT at a glance") &>
 <& /Admin/Elements/SystemTabs,
     current_tab => 'Admin/Global/MyRT.html',
     title => _("RT at a glance"),
@@ -58,6 +58,7 @@
 <& /Widgets/SelectionBox:show, self => $pane, nojs => 1 &></&>
 <br />
 % }
+</&>
 <%init>
 my @actions;
 

Modified: rt/branches/3.999-DANGEROUS/share/html/Admin/Global/Scrip.html
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/html/Admin/Global/Scrip.html	(original)
+++ rt/branches/3.999-DANGEROUS/share/html/Admin/Global/Scrip.html	Wed Sep 17 23:28:21 2008
@@ -45,7 +45,7 @@
 %# those contributions and any derivatives thereof.
 %# 
 %# END BPS TAGGED BLOCK }}}
-<& /Admin/Elements/Header, title => $title &>
+<&| /Admin/Elements/Header, title => $title &>
 <& /Admin/Elements/SystemTabs, 
     current_tab => 'Admin/Global/Scrips.html', 
     current_subtab => $current_subtab, 
@@ -55,6 +55,7 @@
 <& /Elements/ListActions, actions => \@results &>
 <& /Admin/Elements/EditScrip, title => $title,  %ARGS, id => $id &>
 
+</&>
 <%init>
 my $subtabs = {
     A => {

Modified: rt/branches/3.999-DANGEROUS/share/html/Admin/Global/Scrips.html
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/html/Admin/Global/Scrips.html	(original)
+++ rt/branches/3.999-DANGEROUS/share/html/Admin/Global/Scrips.html	Wed Sep 17 23:28:21 2008
@@ -45,7 +45,7 @@
 %# those contributions and any derivatives thereof.
 %# 
 %# END BPS TAGGED BLOCK }}}
-<& /Admin/Elements/Header, title => $title  &>
+<&| /Admin/Elements/Header, title => $title  &>
 <& /Admin/Elements/SystemTabs, 
     current_tab => 'Admin/Global/Scrips.html', 
     current_subtab => 'Admin/Global/Scrips.html', 
@@ -53,6 +53,7 @@
     title => $title &>
 <& /Admin/Elements/EditScrips, title => $title, id => $id, %ARGS &>
 </form>
+</&>
 <%init>
 
 my $subtabs = {

Modified: rt/branches/3.999-DANGEROUS/share/html/Admin/Global/Template.html
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/html/Admin/Global/Template.html	(original)
+++ rt/branches/3.999-DANGEROUS/share/html/Admin/Global/Template.html	Wed Sep 17 23:28:21 2008
@@ -45,7 +45,7 @@
 %# those contributions and any derivatives thereof.
 %# 
 %# END BPS TAGGED BLOCK }}}
-<& /Admin/Elements/Header, title => $title &>
+<&| /Admin/Elements/Header, title => $title &>
 <& /Admin/Elements/SystemTabs, 
     current_tab => 'Admin/Global/Templates.html', 
     current_subtab => $current_subtab, 
@@ -71,6 +71,7 @@
 
 
 
+</&>
 <%INIT>
 
 my $template_obj = RT::Model::Template->new();

Modified: rt/branches/3.999-DANGEROUS/share/html/Admin/Global/Templates.html
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/html/Admin/Global/Templates.html	(original)
+++ rt/branches/3.999-DANGEROUS/share/html/Admin/Global/Templates.html	Wed Sep 17 23:28:21 2008
@@ -45,7 +45,7 @@
 %# those contributions and any derivatives thereof.
 %# 
 %# END BPS TAGGED BLOCK }}}
-<& /Admin/Elements/Header, title => $title, feed_uri => 'templates' &>
+<&| /Admin/Elements/Header, title => $title, feed_uri => 'templates' &>
 <& /Admin/Elements/SystemTabs, 
     current_tab => 'Admin/Global/Templates.html', 
     current_subtab => 'Admin/Global/Templates.html', 
@@ -53,6 +53,7 @@
     title => $title &>
 <& /Admin/Elements/EditTemplates, title => $title, %ARGS &>
 </form>
+</&>
 <%init>
 
 my $subtabs = {

Modified: rt/branches/3.999-DANGEROUS/share/html/Admin/Global/UserRights.html
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/html/Admin/Global/UserRights.html	(original)
+++ rt/branches/3.999-DANGEROUS/share/html/Admin/Global/UserRights.html	Wed Sep 17 23:28:21 2008
@@ -45,7 +45,7 @@
 %# those contributions and any derivatives thereof.
 %# 
 %# END BPS TAGGED BLOCK }}}
-<& /Admin/Elements/Header, title => _('Modify global user rights') &>
+<&| /Admin/Elements/Header, title => _('Modify global user rights') &>
 <& /Admin/Elements/SystemTabs, 
     current_tab => 'Admin/Global/UserRights.html',
     title => _('Modify global user rights') &>  
@@ -73,6 +73,7 @@
 <& /Elements/Submit, label => _('Modify User rights'), reset => 1 &>
       
 </form>
+</&>
 <%INIT>
  
   #Update the acls.

Modified: rt/branches/3.999-DANGEROUS/share/html/Admin/Global/index.html
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/html/Admin/Global/index.html	(original)
+++ rt/branches/3.999-DANGEROUS/share/html/Admin/Global/index.html	Wed Sep 17 23:28:21 2008
@@ -46,10 +46,11 @@
 %# 
 %# END BPS TAGGED BLOCK }}}
 % $m->callback( %ARGS, tabs => $tabs );
-<& /Admin/Elements/Header, title => _('Admin/Global configuration') &>
+<&| /Admin/Elements/Header, title => _('Admin/Global configuration') &>
 <& /Admin/Elements/SystemTabs, 
     title => _('Admin/Global configuration') &>
 <& /Elements/ListMenu, items => $tabs &>
+</&>
 <%INIT>
   my $tabs = {
                 

Modified: rt/branches/3.999-DANGEROUS/share/html/Admin/Groups/GroupRights.html
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/html/Admin/Groups/GroupRights.html	(original)
+++ rt/branches/3.999-DANGEROUS/share/html/Admin/Groups/GroupRights.html	Wed Sep 17 23:28:21 2008
@@ -45,7 +45,7 @@
 %# those contributions and any derivatives thereof.
 %# 
 %# END BPS TAGGED BLOCK }}}
-<& /Admin/Elements/Header, title => _('Modify group rights for group %1', $GroupObj->name) &>
+<&| /Admin/Elements/Header, title => _('Modify group rights for group %1', $GroupObj->name) &>
 <& /Admin/Elements/GroupTabs, 
     group_obj => $GroupObj, 
     current_tab => 'Admin/Groups/GroupRights.html?id='.$id, 
@@ -97,6 +97,7 @@
       
   </form>
   
+</&>
 <%INIT>
  
   #Update the acls.

Modified: rt/branches/3.999-DANGEROUS/share/html/Admin/Groups/History.html
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/html/Admin/Groups/History.html	(original)
+++ rt/branches/3.999-DANGEROUS/share/html/Admin/Groups/History.html	Wed Sep 17 23:28:21 2008
@@ -45,7 +45,7 @@
 %# those contributions and any derivatives thereof.
 %# 
 %# END BPS TAGGED BLOCK }}}
-<& /Admin/Elements/Header, title => $title  &>
+<&| /Admin/Elements/Header, title => $title  &>
 <& /Admin/Elements/GroupTabs, 
     id => $id, 
     group_obj => $GroupObj,
@@ -57,6 +57,7 @@
     show_display_modes => 0,
 &>
 
+</&>
 <%INIT>
 my $current_tab = 'Admin/Groups/History.html?id='.$id;
 my $GroupObj = RT::Model::Group->new();

Modified: rt/branches/3.999-DANGEROUS/share/html/Admin/Groups/Members.html
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/html/Admin/Groups/Members.html	(original)
+++ rt/branches/3.999-DANGEROUS/share/html/Admin/Groups/Members.html	Wed Sep 17 23:28:21 2008
@@ -45,7 +45,7 @@
 %# those contributions and any derivatives thereof.
 %# 
 %# END BPS TAGGED BLOCK }}}
-<& /Admin/Elements/Header, title => "RT/Admin/Edit the group ". $Group->name &>
+<&| /Admin/Elements/Header, title => "RT/Admin/Edit the group ". $Group->name &>
 <& /Admin/Elements/GroupTabs, group_obj => $Group, 
     current_tab => 'Admin/Groups/Members.html?id='.$id, 
     title => "RT/Admin/Edit the group ". $Group->name &>
@@ -108,6 +108,7 @@
 </form>
 
 
+</&>
 <%INIT>
 
 my $Group = new RT::Model::Group();

Modified: rt/branches/3.999-DANGEROUS/share/html/Admin/Groups/Modify.html
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/html/Admin/Groups/Modify.html	(original)
+++ rt/branches/3.999-DANGEROUS/share/html/Admin/Groups/Modify.html	Wed Sep 17 23:28:21 2008
@@ -45,7 +45,7 @@
 %# those contributions and any derivatives thereof.
 %# 
 %# END BPS TAGGED BLOCK }}}
-<& /Admin/Elements/Header, title => $title  &>
+<&| /Admin/Elements/Header, title => $title  &>
 
 <& /Admin/Elements/GroupTabs, 
     group_obj => $Group, 
@@ -93,6 +93,7 @@
 </table>
 <& /Elements/Submit, label => _('Save Changes'), reset => 1 &>
 </form>
+</&>
 <%INIT>
 
 my $current_tab;

Modified: rt/branches/3.999-DANGEROUS/share/html/Admin/Groups/UserRights.html
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/html/Admin/Groups/UserRights.html	(original)
+++ rt/branches/3.999-DANGEROUS/share/html/Admin/Groups/UserRights.html	Wed Sep 17 23:28:21 2008
@@ -45,7 +45,7 @@
 %# those contributions and any derivatives thereof.
 %# 
 %# END BPS TAGGED BLOCK }}}
-<& /Admin/Elements/Header, title => _('Modify user rights for group %1', $GroupObj->name) &>
+<&| /Admin/Elements/Header, title => _('Modify user rights for group %1', $GroupObj->name) &>
 <& /Admin/Elements/GroupTabs, 
     group_obj => $GroupObj, 
     current_tab => 'Admin/Groups/UserRights.html?id='.$id, 
@@ -75,6 +75,7 @@
 
 </form>
 
+</&>
 <%INIT>
  
   #Update the acls.

Modified: rt/branches/3.999-DANGEROUS/share/html/Admin/Groups/index.html
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/html/Admin/Groups/index.html	(original)
+++ rt/branches/3.999-DANGEROUS/share/html/Admin/Groups/index.html	Wed Sep 17 23:28:21 2008
@@ -45,7 +45,7 @@
 %# those contributions and any derivatives thereof.
 %# 
 %# END BPS TAGGED BLOCK }}}
-<& /Admin/Elements/Header, title => $title &>
+<&| /Admin/Elements/Header, title => $title &>
 <& /Admin/Elements/GroupTabs, current_tab => 'Admin/Groups/',
     current_subtab => 'Admin/Groups/', 
     title => $title &>
@@ -82,6 +82,7 @@
 <&|/l&>Find groups whose</&> <& /Elements/SelectGroups &><br />
 <div align="right"><input type="submit" class="button" value="<&|/l&>Go!</&>" /></div> 
 </form>
+</&>
 <%INIT>
 my $Groups = RT::Model::GroupCollection->new();
 $Groups->limit_to_user_defined_groups();

Modified: rt/branches/3.999-DANGEROUS/share/html/Admin/Queues/CustomField.html
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/html/Admin/Queues/CustomField.html	(original)
+++ rt/branches/3.999-DANGEROUS/share/html/Admin/Queues/CustomField.html	Wed Sep 17 23:28:21 2008
@@ -45,7 +45,7 @@
 %# those contributions and any derivatives thereof.
 %# 
 %# END BPS TAGGED BLOCK }}}
-<& /Admin/Elements/Header, title => $title &>
+<&| /Admin/Elements/Header, title => $title &>
 <& /Admin/Elements/QueueTabs, id => $queue_obj->id, 
     queue_obj => $queue_obj,                                                      
     current_tab => 'Admin/Queues/CustomFields.html?id='.$queue_obj->id, 
@@ -55,6 +55,7 @@
 
 <& /Admin/Elements/EditCustomField, title => $title, %ARGS &>
 
+</&>
 <%INIT>
 my $queue_obj = RT::Model::Queue->new();
 $queue_obj->load($queue);

Modified: rt/branches/3.999-DANGEROUS/share/html/Admin/Queues/CustomFields.html
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/html/Admin/Queues/CustomFields.html	(original)
+++ rt/branches/3.999-DANGEROUS/share/html/Admin/Queues/CustomFields.html	Wed Sep 17 23:28:21 2008
@@ -45,7 +45,7 @@
 %# those contributions and any derivatives thereof.
 %# 
 %# END BPS TAGGED BLOCK }}}
-<& /Admin/Elements/Header, title => $title &>
+<&| /Admin/Elements/Header, title => $title &>
 <&    /Admin/Elements/QueueTabs,
     id => $object->id, 
     current_tab => "Admin/Queues/CustomFields.html?sub_type=$sub_type&id=$id", 
@@ -55,6 +55,7 @@
     &>
 
     <& /Admin/Elements/EditCustomFields, %ARGS, title => $title, object => $object, object_type => 'RT::Model::Queue' &>
+</&>
 <%INIT>
 my $object = RT::Model::Queue->new();
 

Modified: rt/branches/3.999-DANGEROUS/share/html/Admin/Queues/GroupRights.html
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/html/Admin/Queues/GroupRights.html	(original)
+++ rt/branches/3.999-DANGEROUS/share/html/Admin/Queues/GroupRights.html	Wed Sep 17 23:28:21 2008
@@ -45,7 +45,7 @@
 %# those contributions and any derivatives thereof.
 %# 
 %# END BPS TAGGED BLOCK }}}
-<& /Admin/Elements/Header, title => _('Modify group rights for queue %1', $queue_obj->name) &>
+<&| /Admin/Elements/Header, title => _('Modify group rights for queue %1', $queue_obj->name) &>
 <& /Admin/Elements/QueueTabs, id => $id, 
     queue_obj => $queue_obj,                                                      
     current_tab => $current_tab, 
@@ -110,6 +110,7 @@
       
   </form>
   
+</&>
 <%INIT>
  
   #Update the acls.

Modified: rt/branches/3.999-DANGEROUS/share/html/Admin/Queues/Modify.html
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/html/Admin/Queues/Modify.html	(original)
+++ rt/branches/3.999-DANGEROUS/share/html/Admin/Queues/Modify.html	Wed Sep 17 23:28:21 2008
@@ -45,7 +45,7 @@
 %# those contributions and any derivatives thereof.
 %# 
 %# END BPS TAGGED BLOCK }}}
-<& /Admin/Elements/Header, title => $title &>
+<&| /Admin/Elements/Header, title => $title &>
 <& /Admin/Elements/QueueTabs, id => $queue_obj->id, 
     queue_obj => $queue_obj,
     current_tab => $current_tab, 
@@ -130,6 +130,7 @@
 
 
 
+</&>
 <%INIT>
 my ($title, $current_tab, @results, $disabled, $enabled_checked);
 my $queue_obj = RT::Model::Queue->new( current_user =>

Modified: rt/branches/3.999-DANGEROUS/share/html/Admin/Queues/Scrip.html
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/html/Admin/Queues/Scrip.html	(original)
+++ rt/branches/3.999-DANGEROUS/share/html/Admin/Queues/Scrip.html	Wed Sep 17 23:28:21 2008
@@ -45,7 +45,7 @@
 %# those contributions and any derivatives thereof.
 %# 
 %# END BPS TAGGED BLOCK }}}
-<& /Admin/Elements/Header, title => $title &>
+<&| /Admin/Elements/Header, title => $title &>
 <& /Admin/Elements/QueueTabs, id => $queue_obj->id,
     queue_obj => $queue_obj,
     current_tab => 'Admin/Queues/Scrips.html?id='.$queue_obj->id,
@@ -56,6 +56,7 @@
 <& /Elements/ListActions, actions => \@results &>
 <& /Admin/Elements/EditScrip, title => $title,  %ARGS, id => $id &>
 
+</&>
 <%init>
 my $queue_obj = RT::Model::Queue->new();
 $queue_obj->load( $queue );

Modified: rt/branches/3.999-DANGEROUS/share/html/Admin/Queues/Scrips.html
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/html/Admin/Queues/Scrips.html	(original)
+++ rt/branches/3.999-DANGEROUS/share/html/Admin/Queues/Scrips.html	Wed Sep 17 23:28:21 2008
@@ -45,7 +45,7 @@
 %# those contributions and any derivatives thereof.
 %# 
 %# END BPS TAGGED BLOCK }}}
-<& /Admin/Elements/Header, title => $title &>
+<&| /Admin/Elements/Header, title => $title &>
 <& /Admin/Elements/QueueTabs, id => $queue_obj->id, 
     queue_obj => $queue_obj,                                                      
     current_tab => 'Admin/Queues/Scrips.html?id='.$id, 
@@ -59,6 +59,7 @@
 <br />
 % }
 <& /Admin/Elements/EditScrips, title => $title, %ARGS &>
+</&>
 <%init>
 my $queue_obj = RT::Model::Queue->new();
 $queue_obj->load($id);

Modified: rt/branches/3.999-DANGEROUS/share/html/Admin/Queues/Template.html
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/html/Admin/Queues/Template.html	(original)
+++ rt/branches/3.999-DANGEROUS/share/html/Admin/Queues/Template.html	Wed Sep 17 23:28:21 2008
@@ -45,7 +45,7 @@
 %# those contributions and any derivatives thereof.
 %# 
 %# END BPS TAGGED BLOCK }}}
-<& /Admin/Elements/Header, title => $title &>
+<&| /Admin/Elements/Header, title => $title &>
 <& /Admin/Elements/QueueTabs, id => $queue, 
     queue_obj => $queue_obj,
      current_tab => 'Admin/Queues/Templates.html?id='.$queue,
@@ -69,6 +69,7 @@
 </form>
 
 
+</&>
 <%INIT>
 
 my $template_obj = RT::Model::Template->new();

Modified: rt/branches/3.999-DANGEROUS/share/html/Admin/Queues/Templates.html
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/html/Admin/Queues/Templates.html	(original)
+++ rt/branches/3.999-DANGEROUS/share/html/Admin/Queues/Templates.html	Wed Sep 17 23:28:21 2008
@@ -45,7 +45,7 @@
 %# those contributions and any derivatives thereof.
 %# 
 %# END BPS TAGGED BLOCK }}}
-<& /Admin/Elements/Header, title => $title &>
+<&| /Admin/Elements/Header, title => $title &>
 <& /Admin/Elements/QueueTabs, id => $queue_obj->id, 
     current_tab => 'Admin/Queues/Templates.html?id='.$id, 
     current_subtab => 'Admin/Queues/Templates.html?id='.$id, 
@@ -55,6 +55,7 @@
 
 <& /Admin/Elements/EditTemplates, title => $title, %ARGS &>
 
+</&>
 <%INIT>
 my $queue_obj = RT::Model::Queue->new();
 $queue_obj->load($id);

Modified: rt/branches/3.999-DANGEROUS/share/html/Admin/Queues/UserRights.html
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/html/Admin/Queues/UserRights.html	(original)
+++ rt/branches/3.999-DANGEROUS/share/html/Admin/Queues/UserRights.html	Wed Sep 17 23:28:21 2008
@@ -45,7 +45,7 @@
 %# those contributions and any derivatives thereof.
 %# 
 %# END BPS TAGGED BLOCK }}}
-<& /Admin/Elements/Header, title => _('Modify user rights for queue %1', $queue_obj->name) &>
+<&| /Admin/Elements/Header, title => _('Modify user rights for queue %1', $queue_obj->name) &>
 <& /Admin/Elements/QueueTabs, id => $id,
     queue_obj => $queue_obj,                                                      
     current_tab => $current_tab, 
@@ -76,6 +76,7 @@
       
   </form>
   
+</&>
 <%INIT>
  
   #Update the acls.

Modified: rt/branches/3.999-DANGEROUS/share/html/Admin/Queues/index.html
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/html/Admin/Queues/index.html	(original)
+++ rt/branches/3.999-DANGEROUS/share/html/Admin/Queues/index.html	Wed Sep 17 23:28:21 2008
@@ -45,7 +45,7 @@
 %# those contributions and any derivatives thereof.
 %# 
 %# END BPS TAGGED BLOCK }}}
-<& /Admin/Elements/Header, title => _("Admin queues") &>
+<&| /Admin/Elements/Header, title => _("Admin queues") &>
 <& /Admin/Elements/QueueTabs, current_tab => 'Admin/Queues/', 
     current_subtab => 'Admin/Queues/', 
     title => _("Admin queues") &>
@@ -73,6 +73,7 @@
 <div align="right"><input type="submit" class="button" value="<&|/l&>Go!</&>" /></div> 
 </form>
 
+</&>
 <%INIT>
 my ($queue, $caption);
 my $queues = RT::Model::QueueCollection->new();

Modified: rt/branches/3.999-DANGEROUS/share/html/Admin/Tools/Configuration.html
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/html/Admin/Tools/Configuration.html	(original)
+++ rt/branches/3.999-DANGEROUS/share/html/Admin/Tools/Configuration.html	Wed Sep 17 23:28:21 2008
@@ -45,6 +45,7 @@
 %# those contributions and any derivatives thereof.
 %# 
 %# END BPS TAGGED BLOCK }}}
+</&>
 <%init>
 require  Module::Versions::Report;
 my $title = _('System Configuration');
@@ -54,7 +55,7 @@
 
 
 </%init>
-<& /Admin/Elements/Header, title => $title &>
+<&| /Admin/Elements/Header, title => $title &>
 <& /Admin/Elements/ToolTabs, 
     current_tab => 'Admin/Tools/Configuration.html',
     current_subtab => 'Admin/Tools/Configuration.html', 

Modified: rt/branches/3.999-DANGEROUS/share/html/Admin/Tools/Shredder/index.html
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/html/Admin/Tools/Shredder/index.html	(original)
+++ rt/branches/3.999-DANGEROUS/share/html/Admin/Tools/Shredder/index.html	Wed Sep 17 23:28:21 2008
@@ -45,13 +45,14 @@
 %# those contributions and any derivatives thereof.
 %# 
 %# END BPS TAGGED BLOCK }}}
+</&>
 <%ARGS>
 $plugin => ''
 $search => ''
 $wipeout => ''
 @wipeout_object => ()
 </%ARGS>
-<& /Admin/Elements/Header, title => $title &>
+<&| /Admin/Elements/Header, title => $title &>
 <& /Admin/Elements/ToolTabs,
     current_tab => 'Admin/Tools/Shredder',
     current_subtab => 'Admin/Tools/Shredder',

Modified: rt/branches/3.999-DANGEROUS/share/html/Admin/Tools/index.html
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/html/Admin/Tools/index.html	(original)
+++ rt/branches/3.999-DANGEROUS/share/html/Admin/Tools/index.html	Wed Sep 17 23:28:21 2008
@@ -45,10 +45,11 @@
 %# those contributions and any derivatives thereof.
 %# 
 %# END BPS TAGGED BLOCK }}}
+</&>
 <%init>
 my $title = _('System Tools');
 </%init>
-<& /Admin/Elements/Header, title => $title &>
+<&| /Admin/Elements/Header, title => $title &>
 <& /Admin/Elements/ToolTabs, 
     current_tab => 'Admin/Tools/index.html',
     current_subtab => 'Admin/Tools/Configuration.html', 

Modified: rt/branches/3.999-DANGEROUS/share/html/Admin/Users/CustomFields.html
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/html/Admin/Users/CustomFields.html	(original)
+++ rt/branches/3.999-DANGEROUS/share/html/Admin/Users/CustomFields.html	Wed Sep 17 23:28:21 2008
@@ -45,7 +45,7 @@
 %# those contributions and any derivatives thereof.
 %# 
 %# END BPS TAGGED BLOCK }}}
-<& /Admin/Elements/Header, title => $title &>
+<&| /Admin/Elements/Header, title => $title &>
 <&    /Admin/Elements/UserTabs,
     id => $object->id, 
     current_tab => "Admin/Users/CustomFields.html?$id=".$id, 
@@ -55,6 +55,7 @@
     &>
 
     <& /Admin/Elements/EditCustomFields, %ARGS, title => $title, object => $object, object_type => 'RT::Model::User' &>
+</&>
 <%INIT>
 my $object = RT::Model::User->new();
 

Modified: rt/branches/3.999-DANGEROUS/share/html/Admin/Users/GnuPG.html
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/html/Admin/Users/GnuPG.html	(original)
+++ rt/branches/3.999-DANGEROUS/share/html/Admin/Users/GnuPG.html	Wed Sep 17 23:28:21 2008
@@ -46,7 +46,7 @@
 %# 
 %# END BPS TAGGED BLOCK }}}
 
-<& /Admin/Elements/Header, title => $title  &>
+<&| /Admin/Elements/Header, title => $title  &>
 <& /Admin/Elements/UserTabs, 
     id          => $id, 
     user_object     => $user_object,
@@ -76,6 +76,7 @@
 <& /Elements/Submit, name => 'update', label => _('Save Changes') &>
 </form>
 
+</&>
 <%ARGS>
 $id         => undef
 $update     => undef

Modified: rt/branches/3.999-DANGEROUS/share/html/Admin/Users/History.html
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/html/Admin/Users/History.html	(original)
+++ rt/branches/3.999-DANGEROUS/share/html/Admin/Users/History.html	Wed Sep 17 23:28:21 2008
@@ -45,7 +45,7 @@
 %# those contributions and any derivatives thereof.
 %# 
 %# END BPS TAGGED BLOCK }}}
-<& /Admin/Elements/Header, title => $title  &>
+<&| /Admin/Elements/Header, title => $title  &>
 <& /Admin/Elements/UserTabs, 
     id => $id, 
     user_object => $user_object,
@@ -57,6 +57,7 @@
     show_display_modes => 0,
 &>
 
+</&>
 <%INIT>
 my $current_tab = 'Admin/Users/History.html?id='.$id;
 my $user_object = RT::Model::User->new();

Modified: rt/branches/3.999-DANGEROUS/share/html/Admin/Users/Memberships.html
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/html/Admin/Users/Memberships.html	(original)
+++ rt/branches/3.999-DANGEROUS/share/html/Admin/Users/Memberships.html	Wed Sep 17 23:28:21 2008
@@ -45,7 +45,7 @@
 %# those contributions and any derivatives thereof.
 %# 
 %# END BPS TAGGED BLOCK }}}
-<& /Admin/Elements/Header, title => $title  &>
+<&| /Admin/Elements/Header, title => $title  &>
 <& /Admin/Elements/UserTabs, 
     id => $id, 
     user_object => $user_object,
@@ -89,6 +89,7 @@
 
 </form>
 
+</&>
 <%INIT>
 my $user_object = RT::Model::User->new();
 $user_object->load( $id ) || abort("Couldn't load user '$id'");

Modified: rt/branches/3.999-DANGEROUS/share/html/Admin/Users/Modify.html
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/html/Admin/Users/Modify.html	(original)
+++ rt/branches/3.999-DANGEROUS/share/html/Admin/Users/Modify.html	Wed Sep 17 23:28:21 2008
@@ -45,7 +45,7 @@
 %# those contributions and any derivatives thereof.
 %# 
 %# END BPS TAGGED BLOCK }}}
-<& /Admin/Elements/Header, title => $title  &>
+<&| /Admin/Elements/Header, title => $title  &>
 <& /Admin/Elements/UserTabs, 
     id => $id, 
     user_object => $user_object,
@@ -243,6 +243,7 @@
 <& /Elements/Submit, label => _('Save Changes') &>
 </form>
 
+</&>
 <%INIT>
 
 my $current_tab;

Modified: rt/branches/3.999-DANGEROUS/share/html/Admin/Users/MyRT.html
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/html/Admin/Users/MyRT.html	(original)
+++ rt/branches/3.999-DANGEROUS/share/html/Admin/Users/MyRT.html	Wed Sep 17 23:28:21 2008
@@ -45,7 +45,7 @@
 %# those contributions and any derivatives thereof.
 %# 
 %# END BPS TAGGED BLOCK }}}
-<& /Admin/Elements/Header, title => $title  &>
+<&| /Admin/Elements/Header, title => $title  &>
 <& /Admin/Elements/UserTabs, 
     id => $id, 
     user_object => $user_object,
@@ -68,6 +68,7 @@
 <br />
 % }
 
+</&>
 <%init>
 my @actions;
 my $current_tab;

Modified: rt/branches/3.999-DANGEROUS/share/html/Admin/Users/index.html
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/html/Admin/Users/index.html	(original)
+++ rt/branches/3.999-DANGEROUS/share/html/Admin/Users/index.html	Wed Sep 17 23:28:21 2008
@@ -45,7 +45,7 @@
 %# those contributions and any derivatives thereof.
 %# 
 %# END BPS TAGGED BLOCK }}}
-<& /Admin/Elements/Header, title => _('Select a user') &>
+<&| /Admin/Elements/Header, title => _('Select a user') &>
 <& /Admin/Elements/UserTabs, current_tab => 'Admin/Users/', 
     current_subtab => 'Admin/Users/',
     title => _('Select a user') &>
@@ -90,6 +90,7 @@
 <div align="right"><input type="submit" class="button" value="<&|/l&>Go!</&>" /></div> 
 </form>
 
+</&>
 <%INIT>
 my $caption;
 my $users = RT::Model::UserCollection->new();

Modified: rt/branches/3.999-DANGEROUS/share/html/Admin/index.html
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/html/Admin/index.html	(original)
+++ rt/branches/3.999-DANGEROUS/share/html/Admin/index.html	Wed Sep 17 23:28:21 2008
@@ -45,10 +45,11 @@
 %# those contributions and any derivatives thereof.
 %# 
 %# END BPS TAGGED BLOCK }}}
-<& //Admin/Elements/Header, title => _('RT Administration') &>
-<& //Admin/Elements/Tabs, title => _('RT Administration') &>
+<&| /Admin/Elements/Header, title => _('RT Administration') &>
+<& /Admin/Elements/Tabs, title => _('RT Administration') &>
 
 <& /Elements/ListMenu, items => $tabs &>
+</&>
 <%init>
 
 


More information about the Rt-commit mailing list