[Rt-commit] rt branch, 4.0/apply-scrips-to-multiple-queues, updated. rt-4.0.4-194-g7d8e400

Thomas Sibley trs at bestpractical.com
Mon Jan 23 16:07:44 EST 2012


The branch, 4.0/apply-scrips-to-multiple-queues has been updated
       via  7d8e400e1cfcb47a7990272f3e151ff80d947b15 (commit)
      from  3e0e14659e140515eb0f6e5fa6f5c1ff5d398961 (commit)

Summary of changes:
 share/html/Elements/Tabs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit 7d8e400e1cfcb47a7990272f3e151ff80d947b15
Author: Thomas Sibley <trs at bestpractical.com>
Date:   Mon Jan 23 16:07:42 2012 -0500

    Fix typoed URL for Configuration → Global → Scrips → Create

diff --git a/share/html/Elements/Tabs b/share/html/Elements/Tabs
index c0a54ea..724ba0e 100755
--- a/share/html/Elements/Tabs
+++ b/share/html/Elements/Tabs
@@ -156,7 +156,7 @@ my $build_admin_menu = sub {
 
         my $scrips = $admin_global->child( scrips => title => loc('Scrips'), path => '/Admin/Global/Scrips.html', description => loc('Modify scrips which apply to all queues') );
         $scrips->child( select => title => loc('Select'), path => "/Admin/Global/Scrips.html" );
-        $scrips->child( create => title => loc('Create'), path => "/Admin/Scrip/Create.html" );
+        $scrips->child( create => title => loc('Create'), path => "/Admin/Scrips/Create.html" );
         my $templates = $admin_global->child( templates => title => loc('Templates'), path => '/Admin/Global/Templates.html', description => loc('Edit system templates') );
         $templates->child( select => title => loc('Select'), path => "/Admin/Global/Templates.html" );
         $templates->child( create => title => loc('Create'), path => "/Admin/Global/Template.html?Create=1" );

-----------------------------------------------------------------------


More information about the Rt-commit mailing list