koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/parameters ... [dev_week]


From: Owen Leonard
Subject: [Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/parameters ... [dev_week]
Date: Fri, 06 Oct 2006 14:45:26 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         dev_week
Changes by:     Owen Leonard <oleonard> 06/10/06 14:45:26

Modified files:
        koha-tmpl/intranet-tmpl/npl/en/parameters: 
                                                   systempreferences.tmpl 

Log message:
        Modifying entry form so that it gets cursor focus onload

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/npl/en/parameters/systempreferences.tmpl?cvsroot=koha&only_with_tag=dev_week&r1=1.3.2.5.2.2&r2=1.3.2.5.2.3

Patches:
Index: systempreferences.tmpl
===================================================================
RCS file: 
/sources/koha/koha/koha-tmpl/intranet-tmpl/npl/en/parameters/Attic/systempreferences.tmpl,v
retrieving revision 1.3.2.5.2.2
retrieving revision 1.3.2.5.2.3
diff -u -b -r1.3.2.5.2.2 -r1.3.2.5.2.3
--- systempreferences.tmpl      24 Sep 2006 01:05:06 -0000      1.3.2.5.2.2
+++ systempreferences.tmpl      6 Oct 2006 14:45:25 -0000       1.3.2.5.2.3
@@ -51,7 +51,7 @@
                                _alertString += "\n- " + _("value missing");
                        }
                        if (_alertString.length==0) {
-                               document.Aform.submit();
+                               document.mainform.submit();
                        } else {
                                alertString2  = _("Form not submitted because 
of the following problem(s)");
                                alertString2 += 
"\n------------------------------------------------------------------------------------\n";
@@ -68,7 +68,7 @@
                <!-- TMPL_ELSE -->
                        <h1>Add a system preference</h1>
                <!-- /TMPL_IF -->
-               <form action="<!-- TMPL_VAR NAME="script_name" -->" 
name="Aform" method="post">
+               <form action="<!-- TMPL_VAR NAME="script_name" -->" 
name="mainform" method="post">
                <div class="details">
                
                <table>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]