deleting a wrong and unused javascript code.
authortoins <toins>
Fri, 6 Jul 2007 13:36:28 +0000 (13:36 +0000)
committertoins <toins>
Fri, 6 Jul 2007 13:36:28 +0000 (13:36 +0000)
koha-tmpl/intranet-tmpl/prog/en/admin/marctagstructure.tmpl
koha-tmpl/intranet-tmpl/prog/fr/admin/marctagstructure.tmpl

index 76c5cdd..c29e35b 100644 (file)
@@ -14,7 +14,7 @@
     /////////////////////////////////////////////////////////////////////////////////////////////////////////////////
     function isNotNull(f,noalert) {
         if (f.value.length ==0) {
-return false;
+                       return false;
         }
         return true;
     }
@@ -205,11 +205,6 @@ return false;
         <!-- TMPL_IF NAME="nextpage" -->
             <a href="<!-- TMPL_VAR NAME="script_name" -->?offset=<!-- TMPL_VAR NAME="nextpage" -->&amp;searchfield=<!-- TMPL_VAR NAME="searchfield" -->&amp;frameworkcode=<!-- TMPL_VAR NAME="frameworkcode" --><!--TMPL_IF Name="select_display"-->&amp;select_display=True<!--/TMPL_IF -->">Next &gt;&gt;</a>
         <!-- /TMPL_IF -->
-        <script language="javascript" type="text/javascript">
-    function ChangeDisplay(checkbox) {
-        window.
-    }
-</script>
 
 <!-- /TMPL_IF -->
 
index c144b3b..58f1b29 100644 (file)
@@ -204,11 +204,6 @@ return false;
         <!-- TMPL_IF NAME="nextpage" -->
             <a href="<!-- TMPL_VAR NAME="script_name" -->?offset=<!-- TMPL_VAR NAME="nextpage" -->&amp;searchfield=<!-- TMPL_VAR NAME="searchfield" -->&amp;frameworkcode=<!-- TMPL_VAR NAME="frameworkcode" --><!--TMPL_IF Name="select_display"-->&amp;select_display=True<!--/TMPL_IF -->">Suivant >></a>
         <!-- /TMPL_IF -->
-        <script language="javascript" type="text/javascript">
-    function ChangeDisplay(checkbox) {
-        window.
-    }
-</script>
 
 <!-- /TMPL_IF -->