From f3a397adb560c87e648fb7817daa64c3dea29167 Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Wed, 28 Apr 2010 17:15:14 +0200 Subject: [PATCH] add the field disabled: The target will not be tested automatically if set and is not zero. This option is mainly for the administrator of IRSpy in case of trouble. --- web/htdocs/details/edit.mc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/htdocs/details/edit.mc b/web/htdocs/details/edit.mc index 881b5ce..4d926f6 100644 --- a/web/htdocs/details/edit.mc +++ b/web/htdocs/details/edit.mc @@ -337,6 +337,8 @@ my @fields = qw(e:title e:description) ], [ subjects => 2, "Subjects", "e:databaseInfo/e:subjects", qw(e:title e:description) ], + [ disabled => [ qw(0 1) ], + "Target Test Disabled", "i:status/i:disabled" ], ); # Update record with submitted data -- 1.7.10.4