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/index.html | 116 ---------------------------------- 1 file changed, 116 deletions(-) delete mode 100644 rt/html/Developer/CronTool/index.html (limited to 'rt/html/Developer/CronTool/index.html') 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