From eb061f5119325e666f0dff40d4089e5c1df58e17 Mon Sep 17 00:00:00 2001 From: cvs2git Date: Sun, 16 Mar 2008 19:58:34 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'TRIXBOX_2_6'. --- rt/html/Developer/CronTool/autohandler | 9 --- rt/html/Developer/CronTool/index.html | 116 --------------------------------- 2 files changed, 125 deletions(-) delete mode 100644 rt/html/Developer/CronTool/autohandler delete mode 100644 rt/html/Developer/CronTool/index.html (limited to 'rt/html/Developer') diff --git a/rt/html/Developer/CronTool/autohandler b/rt/html/Developer/CronTool/autohandler deleted file mode 100644 index 7daa09e8d..000000000 --- a/rt/html/Developer/CronTool/autohandler +++ /dev/null @@ -1,9 +0,0 @@ -%# All theoretical chemistry is really physics; -%# and all theoretical chemists know it. -%# -- Richard P. Feynman -<%INIT> -$m->call_next(%ARGS) if $session{'CurrentUser'}->UserObj->HasRight( - Right => 'SuperUser', - Object => $RT::System, -); - diff --git a/rt/html/Developer/CronTool/index.html b/rt/html/Developer/CronTool/index.html deleted file mode 100644 index 67c9e5634..000000000 --- a/rt/html/Developer/CronTool/index.html +++ /dev/null @@ -1,116 +0,0 @@ -% if ($@) { -

<% $@ %>

-% } -% if (!$NoUI) { -
-
- -% foreach my $class (qw( Search Condition Action )) { - -% } - - -
-<% loc($class) %> - - - -<&|/l&>Parameter - - -
- - -
-
-
-% } -<%INIT> -$m->print("

", loc("Web CronTool"), "

"); -if ($Search) { - my $load_module = sub { - my $modname = $_[0]; - $modname =~ s{::}{/}g; - require "$modname.pm" or die ( - loc( "Failed to load module [_1]. ([_2])", $_[0], $@ ) . "\n" - ); - }; - $m->print(loc("Starting..."), "', loc("Finished.")); -} - -<%ARGS> -$Search => undef -$SearchArg => undef -$Condition => undef -$ConditionArg => undef -$Action => undef -$ActionArg => undef -$TemplateId => undef -$TemplateObj => undef -$Verbose => 1 -$NoUI => 0 - -- cgit v1.2.1