From: Wolfram Schneider Date: Wed, 28 Apr 2010 15:15:14 +0000 (+0200) Subject: add the field disabled: X-Git-Tag: CPAN-v1.02~76^2~7 X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=commitdiff_plain;h=f3a397adb560c87e648fb7817daa64c3dea29167;ds=sidebyside 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. --- 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