Merge branch 'master' of https://github.com/jgoodman/Freeside
[freeside.git] / rt / share / html / Admin / Global / Scrips.html
index 2ee58f7..feccea5 100755 (executable)
@@ -2,7 +2,7 @@
 %#
 %# COPYRIGHT:
 %#
-%# This software is Copyright (c) 1996-2011 Best Practical Solutions, LLC
+%# This software is Copyright (c) 1996-2014 Best Practical Solutions, LLC
 %#                                          <sales@bestpractical.com>
 %#
 %# (Except where explicitly superseded by other copyright notices)
 %#
 %# END BPS TAGGED BLOCK }}}
 <& /Admin/Elements/Header, Title => $title  &>
-<& /Admin/Elements/SystemTabs, 
-    current_tab => 'Admin/Global/Scrips.html', 
-    current_subtab => 'Admin/Global/Scrips.html', 
-    subtabs => $subtabs, 
-    Title => $title &>
+<& /Elements/Tabs &>
 <& /Admin/Elements/EditScrips, title => $title, id => $id, %ARGS &>
 </form>
 <%init>
-
-my $subtabs = {
-                A => { title => loc('Select'),
-                       path => "Admin/Global/Scrips.html",
-                          },
-                B => { title => loc('New'),
-                       path => "Admin/Global/Scrip.html?create=1&Queue=0",
-                       separator => 1,
-                          }
-             };
 my $title = loc("Modify scrips which apply to all queues");
-
 my (@actions);
-
 </%init>
-
-
-
 <%ARGS>
 $id => 0
 </%ARGS>