From 06b08bf92df475a40719c2e276a587d4aca8de0c Mon Sep 17 00:00:00 2001 From: Indranil Das Gupta Date: Mon, 25 May 2015 16:14:15 +0530 Subject: [PATCH] Bug 14268 - Dropdown to select 'preftype' 'preftype' for Local Use sysprefs is presently set by free form input box (no UI level validation that leaves the user free to enter arbitrary values). This patch addresses that in part by changing it to a dropdown. The patch depends on patch at Bug 14135 Test plan ========= 1/ apply patch available against 14135 (attachment 39408) 2/ apply this patch 3/ visit admin/systempreferences.pl?op=add_form note the dropdown against 'Variable type' for fieldset 'Koha internals'. By default, the type 'Free' would be selected. --- .../prog/en/modules/admin/systempreferences.tt | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/systempreferences.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/systempreferences.tt index e699041..953ac79 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/systempreferences.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/systempreferences.tt @@ -200,8 +200,18 @@
Note: you should have no reasons to modify the following default values
  1. -
    (Free, Choice, YesNo, Integer, Textarea, Float, Themes, Languages, Upload or ClassSources)
    -
  2. +
  3. (a choice list for choice (separated by |) or cols|rows for texarea)
  4. -- 1.9.1