warning the librarian if he modify this table to run rebuildnonmarc script (#387)
authortipaul <tipaul>
Mon, 24 Nov 2003 17:00:09 +0000 (17:00 +0000)
committertipaul <tipaul>
Mon, 24 Nov 2003 17:00:09 +0000 (17:00 +0000)
koha-tmpl/intranet-tmpl/default/en/parameters/stopwords.tmpl
koha-tmpl/intranet-tmpl/default/fr/parameters/stopwords.tmpl

index 49e4e43..ec6427b 100644 (file)
@@ -57,7 +57,6 @@
         <TMPL_ELSE>
                 <h1>Add word</h1>
         </TMPL_IF>
-
         <form action="<TMPL_VAR NAME=script_name>" name=Aform method=post>
         <input type=hidden name=op value='add_validate'>
          
 
 <TMPL_IF NAME=else>
         <h2>Stop words admin</h2>
+       <b>NOTE : if you change something in this table, ask your administrator to run misc/rebuildnonmarc.pl script.</b>
         <form action='<TMPL_VAR NAME=script_name>' method=post>
                 <input type=text name=searchfield value=<TMPL_VAR NAME=searchfield>>
                 <input type=reset name=reset value="clr">
index f51d6a4..ec8eab9 100644 (file)
         <TMPL_ELSE>
                 <h1>Ajouter mot vide</h1>
         </TMPL_IF>
-
         <form action="<TMPL_VAR NAME=script_name>" name=Aform method=post>
         <input type=hidden name=op value='add_validate'>
          
         <table>
-        
+
         <TMPL_IF NAME=searchfield>
                 <tr>
                         <td>Mot vide</td>
 
 <TMPL_IF NAME=else>
         <h2>Mots vides</h2>
+       <b>NOTE : Si vous modifiez cette table, demandez à votre administrateur système d'exécuter le script misc/rebuildnonmarc.pl</b>
         <form action='<TMPL_VAR NAME=script_name>' method=post>
                 <input type=text name=searchfield value=<TMPL_VAR NAME=searchfield>>
                 <input type=reset name=reset value="clr">