[Rt-commit] r15953 - in rt/branches/3.999-DANGEROUS/share/html: Admin/CustomFields Admin/Elements Admin/Global Admin/Groups Admin/Users User/Elements User/Groups
ruz at bestpractical.com
ruz at bestpractical.com
Fri Sep 12 13:44:31 EDT 2008
Author: ruz
Date: Fri Sep 12 13:44:30 2008
New Revision: 15953
Modified:
rt/branches/3.999-DANGEROUS/share/html/Admin/CustomFields/Modify.html
rt/branches/3.999-DANGEROUS/share/html/Admin/Elements/CustomFieldTabs
rt/branches/3.999-DANGEROUS/share/html/Admin/Elements/GroupTabs
rt/branches/3.999-DANGEROUS/share/html/Admin/Elements/QueueTabs
rt/branches/3.999-DANGEROUS/share/html/Admin/Elements/UserTabs
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/Groups/Modify.html
rt/branches/3.999-DANGEROUS/share/html/Admin/Queues/Modify.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/Users/Modify.html
rt/branches/3.999-DANGEROUS/share/html/User/Elements/GroupTabs
rt/branches/3.999-DANGEROUS/share/html/User/Groups/Modify.html
Log:
* some mason comps switched Create argument to lower case
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 Fri Sep 12 13:44:30 2008
@@ -135,7 +135,7 @@
unless ( $id ) {
$title = _("Create a CustomField");
$id = 'new';
- $current_tab .= '?Create=1';
+ $current_tab .= '?create=1';
}
else {
if ( $id eq 'new' ) {
Modified: rt/branches/3.999-DANGEROUS/share/html/Admin/Elements/CustomFieldTabs
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/html/Admin/Elements/CustomFieldTabs (original)
+++ rt/branches/3.999-DANGEROUS/share/html/Admin/Elements/CustomFieldTabs Fri Sep 12 13:44:30 2008
@@ -93,7 +93,7 @@
path => "Admin/CustomFields/",
};
$tabs->{"B"} = { title => _('Create'),
- path => "Admin/CustomFields/Modify.html?Create=1",
+ path => "Admin/CustomFields/Modify.html?create=1",
separator => 1,
};
}
Modified: rt/branches/3.999-DANGEROUS/share/html/Admin/Elements/GroupTabs
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/html/Admin/Elements/GroupTabs (original)
+++ rt/branches/3.999-DANGEROUS/share/html/Admin/Elements/GroupTabs Fri Sep 12 13:44:30 2008
@@ -77,7 +77,7 @@
$tabs->{"A"} = { title => _('Select'),
path => "Admin/Groups/", };
$tabs->{"B"} = { title => _('Create'),
- path => "Admin/Groups/Modify.html?Create=1",
+ path => "Admin/Groups/Modify.html?create=1",
separator => 1, };
# Now let callbacks add their extra tabs
Modified: rt/branches/3.999-DANGEROUS/share/html/Admin/Elements/QueueTabs
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/html/Admin/Elements/QueueTabs (original)
+++ rt/branches/3.999-DANGEROUS/share/html/Admin/Elements/QueueTabs Fri Sep 12 13:44:30 2008
@@ -95,7 +95,7 @@
path => "Admin/Queues/",
};
$tabs->{"B"} = { title => _('Create'),
- path => "Admin/Queues/Modify.html?Create=1",
+ path => "Admin/Queues/Modify.html?create=1",
separator => 1, };
}
Modified: rt/branches/3.999-DANGEROUS/share/html/Admin/Elements/UserTabs
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/html/Admin/Elements/UserTabs (original)
+++ rt/branches/3.999-DANGEROUS/share/html/Admin/Elements/UserTabs Fri Sep 12 13:44:30 2008
@@ -84,7 +84,7 @@
path => "Admin/Users/",
};
$tabs->{"B"} = { title => _('Create'),
- path => "Admin/Users/Modify.html?Create=1",
+ path => "Admin/Users/Modify.html?create=1",
separator => 1,
};
}
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 Fri Sep 12 13:44:30 2008
@@ -81,13 +81,13 @@
path => "Admin/Global/Templates.html"
},
B => { title => _('New template'),
- path => "Admin/Global/Template.html?Create=1&queue=0",
+ path => "Admin/Global/Template.html?create=1&queue=0",
separator => 1,
}
};
if ($create) {
- $current_subtab = "Admin/Global/Template.html?Create=1&queue=0";
+ $current_subtab = "Admin/Global/Template.html?create=1&queue=0";
$title = _("Create a template");
}
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 Fri Sep 12 13:44:30 2008
@@ -60,7 +60,7 @@
path => "Admin/Global/Templates.html"
},
B => { title => _('New template'),
- path => "Admin/Global/Template.html?Create=1&queue=0",
+ path => "Admin/Global/Template.html?create=1&queue=0",
separator => 1,
}
};
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 Fri Sep 12 13:44:30 2008
@@ -101,7 +101,7 @@
my $Group = RT::Model::Group->new();
if ($create) {
- $current_tab = 'Admin/Groups/Modify.html?Create=1';
+ $current_tab = 'Admin/Groups/Modify.html?create=1';
$title = _("Create a new group");
}
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 Fri Sep 12 13:44:30 2008
@@ -139,7 +139,7 @@
$enabled_checked = 'checked="checked"';
if ($create) {
- $current_tab = 'Admin/Queues/Modify.html?Create=1';
+ $current_tab = 'Admin/Queues/Modify.html?create=1';
$title = _("Create a queue");
} else {
if ( defined $id && $id eq 'new' ) {
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 Fri Sep 12 13:44:30 2008
@@ -79,14 +79,14 @@
path => "Admin/Queues/Templates.html?id=$queue"
},
B => { title => _('New template'),
- path => "Admin/Queues/Template.html?Create=1&queue=$queue",
+ path => "Admin/Queues/Template.html?create=1&queue=$queue",
separator => 1,
}
};
if ($create) {
$title = _("Create a template");
- $current_subtab = "Admin/Queues/Template.html?Create=1&queue=".$queue;
+ $current_subtab = "Admin/Queues/Template.html?create=1&queue=".$queue;
}
else {
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 Fri Sep 12 13:44:30 2008
@@ -71,7 +71,7 @@
path => "Admin/Queues/Templates.html?id=".$id,
},
B => { title => _('New template'),
- path => "Admin/Queues/Template.html?Create=1&queue=".$id,
+ path => "Admin/Queues/Template.html?create=1&queue=".$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 Fri Sep 12 13:44:30 2008
@@ -252,7 +252,7 @@
my ($val, $msg);
if ($create) {
- $current_tab = 'Admin/Users/Modify.html?Create=1';
+ $current_tab = 'Admin/Users/Modify.html?create=1';
$title = _("Create a new user");
}
else {
Modified: rt/branches/3.999-DANGEROUS/share/html/User/Elements/GroupTabs
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/html/User/Elements/GroupTabs (original)
+++ rt/branches/3.999-DANGEROUS/share/html/User/Elements/GroupTabs Fri Sep 12 13:44:30 2008
@@ -73,7 +73,7 @@
$tabs->{"A"} = { title => _('Select group'),
path => "User/Groups/index.html" };
$tabs->{"B"} = { title => _('New group'),
- path => "User/Groups/Modify.html?Create=1",
+ path => "User/Groups/Modify.html?create=1",
separator => 1 };
</%INIT>
Modified: rt/branches/3.999-DANGEROUS/share/html/User/Groups/Modify.html
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/html/User/Groups/Modify.html (original)
+++ rt/branches/3.999-DANGEROUS/share/html/User/Groups/Modify.html Fri Sep 12 13:44:30 2008
@@ -86,7 +86,7 @@
my $Group = RT::Model::Group->new();
if ($create) {
- $current_tab = 'User/Groups/Modify.html?Create=1';
+ $current_tab = 'User/Groups/Modify.html?create=1';
$title = _("Create a new personal group");
}
else {
More information about the Rt-commit
mailing list