From 55fec426b6d8437e6c4debc1a807873e84461c23 Mon Sep 17 00:00:00 2001 From: acli Date: Wed, 16 Jul 2003 06:06:24 +0000 Subject: [PATCH] Partial sync to current en template; editing was not working before the sync --- .../default/es/parameters/systempreferences.tmpl | 36 ++++++++++++++-------- 1 file changed, 23 insertions(+), 13 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/default/es/parameters/systempreferences.tmpl b/koha-tmpl/intranet-tmpl/default/es/parameters/systempreferences.tmpl index 2cce093922..33bef16e78 100644 --- a/koha-tmpl/intranet-tmpl/default/es/parameters/systempreferences.tmpl +++ b/koha-tmpl/intranet-tmpl/default/es/parameters/systempreferences.tmpl @@ -38,16 +38,16 @@ var _alertString=""; var alertString2; if (f.variable.value.length==0) { - _alertString += "- variable missing\\n"; + _alertString += "- variable missing\n"; } if (f.value.value.length==0) { - _alertString += "- value missing\\n"; + _alertString += "- value missing\n"; } if (_alertString.length==0) { document.Aform.submit(); } else { - alertString2 = "Form not submitted because of the following problem(s)\\n"; - alertString2 += "------------------------------------------------------------------------------------\\n\\n"; + alertString2 = "Form not submitted because of the following problem(s)\n"; + alertString2 += "------------------------------------------------------------------------------------\n\n"; alertString2 += _alertString; alert(alertString2); } @@ -56,13 +56,21 @@ -

+ +

Modify a system preference

+ +

Add a system preference

+
- - - + + + + + + +
Variable
Value
Variable
Variable
Value
Explanation
 
@@ -70,7 +78,7 @@ - data recorded + Data recorded
@@ -87,11 +95,13 @@
CONFIRM DELETION
+ +
- data deleted + Data deleted
@@ -99,7 +109,7 @@ -System preferences admin +

System preferences admin

@@ -124,8 +134,6 @@ - - @@ -134,6 +142,8 @@

/images/filenew.png" title="Add system parameter" ALT="Add" BORDER=0 >
+
+ -- 2.11.0