[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/parameters systempreferences.tmpl,1.31,1.32

Henri-Damien LAURENT hdl at users.sourceforge.net
Fri Jun 17 18:37:03 CEST 2005


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

Modified Files:
	systempreferences.tmpl 
Log Message:
Displaying system preferences by category

Index: systempreferences.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters/systempreferences.tmpl,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -r1.31 -r1.32
*** systempreferences.tmpl	11 Feb 2005 16:52:53 -0000	1.31
--- systempreferences.tmpl	17 Jun 2005 16:37:00 -0000	1.32
***************
*** 137,140 ****
--- 137,176 ----
  	<!-- TMPL_IF NAME="else" -->
  	<h1>System preferences admin</h1>
+ 	<table>
+ 		<tr>
+ 			<td>
+ 				<a href="/cgi-bin/koha/admin/systempreferences.pl?tab=Admin">Admin
+ 				</a>
+ 			</td>
+ 			<td>
+ 				<a href="/cgi-bin/koha/admin/systempreferences.pl?tab=Acquisitions">Acquisitions
+ 				</a>
+ 			</td>
+ 			<td>
+ 				<a href="/cgi-bin/koha/admin/systempreferences.pl?tab=Authorities">Authorities
+ 				</a>
+ 			</td>
+ 			<td>
+ 				<a href="/cgi-bin/koha/admin/systempreferences.pl?tab=Catalogue">Catalogue
+ 				</a>
+ 			</td>
+ 			<td>
+ 				<a href="/cgi-bin/koha/admin/systempreferences.pl?tab=Circulation">Circulation
+ 				</a>
+ 			</td>
+ 			<td>
+ 				<a href="/cgi-bin/koha/admin/systempreferences.pl?tab=Members">Members
+ 				</a>
+ 			</td>
+ 			<td>
+ 				<a href="/cgi-bin/koha/admin/systempreferences.pl?tab=OPAC">OPAC
+ 				</a>
+ 			</td>
+ 			<td>
+ 				<a href="/cgi-bin/koha/admin/systempreferences.pl?tab=">Others
+ 				</a>
+ 			</td>
+ 		</tr>
+ 	</table>
  	<form action="/cgi-bin/koha/admin/systempreferences.pl" method="post">
  		<input type="text" name="searchfield" value="">





More information about the Koha-cvs mailing list