[Rt-commit] r19570 - in rt/3.999/trunk: .
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Thu May 7 03:39:06 EDT 2009
Author: sunnavy
Date: Thu May 7 03:39:06 2009
New Revision: 19570
Modified:
rt/3.999/trunk/ (props changed)
rt/3.999/trunk/share/html/Admin/Global/System.html
Log:
r21020 at sunnavys-mb (orig r19467): sunnavy | 2009-05-07 01:09:36 +0800
list menu if no section is selected
Modified: rt/3.999/trunk/share/html/Admin/Global/System.html
==============================================================================
--- rt/3.999/trunk/share/html/Admin/Global/System.html (original)
+++ rt/3.999/trunk/share/html/Admin/Global/System.html Thu May 7 03:39:06 2009
@@ -66,7 +66,7 @@
) %>
<% Jifty->web->form->end %>
% } else {
- select a section
+<& /Elements/ListMenu, items => $subtabs &>
%}
</&>
<%init>
@@ -84,7 +84,7 @@
for my $section ( sort keys %$args ) {
$subtabs->{ $sort_order++ } = {
title => _($section),
- path => "Admin/Global/System.html?section=$section"
+ path => "/Admin/Global/System.html?section=$section"
};
}
</%init>
More information about the Rt-commit
mailing list