[Rt-commit] rt branch, lcore, updated. 6c8687204dae3c7005482f55f8e54502db4558b7

jesse jesse at bestpractical.com
Tue Oct 6 22:45:10 EDT 2009


The branch, lcore has been updated
       via  6c8687204dae3c7005482f55f8e54502db4558b7 (commit)
      from  f30ae9ab1f49e2ecc842cab01b07e62211393449 (commit)

Summary of changes:
 share/html/Admin/Elements/RuleTabs |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

- Log -----------------------------------------------------------------
commit 6c8687204dae3c7005482f55f8e54502db4558b7
Author: Jesse Vincent <jesse at bestpractical.com>
Date:   Tue Oct 6 22:45:01 2009 -0400

    closer to working tabs for rules

diff --git a/share/html/Admin/Elements/RuleTabs b/share/html/Admin/Elements/RuleTabs
index 80c2871..b1c181e 100644
--- a/share/html/Admin/Elements/RuleTabs
+++ b/share/html/Admin/Elements/RuleTabs
@@ -47,7 +47,7 @@
 %# END BPS TAGGED BLOCK }}}
 <& /Admin/Elements/Tabs,
     title          => $title,
-    current_tab    => 'Admin/Rules/',
+    current_tab    => 'admin/rules/',
     subtabs        => $tabs,
     current_subtab => $current_tab,
 &>
@@ -55,9 +55,12 @@
 <%INIT>
     my $tabs = {
         A => { title => _('Select'),
-               path  => "Admin/Rules/", },
+               path  => "admin/rules/", },
         E => { title => _('Create'),
-               path  => 'Admin/Rules/Modify.html?create=1',
+               path  => 'admin/rules/create',
+        },
+        E => { title => _('Modify'),
+               path  => 'admin/rules/modify?id='.$id,
         },
     };
 

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


More information about the Rt-commit mailing list