[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/parameters admin-home.tmpl,1.34.2.1,1.34.2.2

Paul POULAIN tipaul at users.sourceforge.net
Mon Aug 1 17:35:00 CEST 2005


Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5384/koha-tmpl/intranet-tmpl/default/en/parameters

Modified Files:
      Tag: rel_2_2
	admin-home.tmpl 
Log Message:
adding a warning to librarian if there is no stopwords

Index: admin-home.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters/admin-home.tmpl,v
retrieving revision 1.34.2.1
retrieving revision 1.34.2.2
diff -C2 -r1.34.2.1 -r1.34.2.2
*** admin-home.tmpl	29 Mar 2005 15:41:43 -0000	1.34.2.1
--- admin-home.tmpl	1 Aug 2005 15:34:49 -0000	1.34.2.2
***************
*** 87,91 ****
  		<tr>
  			<td valign="top" width="25%"><a href="/cgi-bin/koha/admin/stopwords.pl">Stop words</a></td>
! 			<td>Words deleted during searches.</td>
  		</tr>
  	</TMPL_IF>
--- 87,92 ----
  		<tr>
  			<td valign="top" width="25%"><a href="/cgi-bin/koha/admin/stopwords.pl">Stop words</a></td>
! 			<td>Words deleted during searches.
! 				<!-- TMPL_UNLESS name="stopwords" --><p class="problem">WARNING : you should define stop words</p><!-- /TMPL_UNLESS --></td>
  		</tr>
  	</TMPL_IF>





More information about the Koha-cvs mailing list