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

Paul POULAIN tipaul at users.sourceforge.net
Mon Jun 20 15:12:14 CEST 2005


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

Modified Files:
	systempreferences.tmpl 
Log Message:
improving systempref selector :
* showing active tab better
* removing useless filter form
* adding some systemprefs to their correct tab

Index: systempreferences.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters/systempreferences.tmpl,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -r1.32 -r1.33
*** systempreferences.tmpl	17 Jun 2005 16:37:00 -0000	1.32
--- systempreferences.tmpl	20 Jun 2005 13:12:12 -0000	1.33
***************
*** 140,180 ****
  		<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="">
- 		<input type="reset" name="reset" value="clr">
- 	</form>
  	<!-- TMPL_VAR NAME="searchfield" -->
  	<table border="0" cellspacing="0" cellpadding="2">
--- 140,200 ----
  		<tr>
  			<td>
! 				<!-- TMPL_IF name="Admin" -->
! 					<a href="/cgi-bin/koha/admin/systempreferences.pl?tab=Admin" class="button">Admin</a>
! 				<!-- TMPL_ELSE -->
! 					<a href="/cgi-bin/koha/admin/systempreferences.pl?tab=Admin">Admin</a>
! 				<!-- /TMPL_IF -->
  			</td>
  			<td>
! 				<!-- TMPL_IF name="Acquisitions" -->
! 					<a href="/cgi-bin/koha/admin/systempreferences.pl?tab=Acquisitions" class="button">Acquisitions</a>
! 				<!-- TMPL_ELSE -->
! 					<a href="/cgi-bin/koha/admin/systempreferences.pl?tab=Acquisitions">Acquisitions</a>
! 				<!-- /TMPL_IF -->
  			</td>
  			<td>
! 				<!-- TMPL_IF name="Authorities" -->
! 					<a href="/cgi-bin/koha/admin/systempreferences.pl?tab=Authorities" class="button">Authorities</a>
! 				<!-- TMPL_ELSE -->
! 					<a href="/cgi-bin/koha/admin/systempreferences.pl?tab=Authorities">Authorities</a>
! 				<!-- /TMPL_IF -->
  			</td>
  			<td>
! 				<!-- TMPL_IF name="Catalogue" -->
! 					<a href="/cgi-bin/koha/admin/systempreferences.pl?tab=Catalogue" class="button">Catalogue</a>
! 				<!-- TMPL_ELSE -->
! 					<a href="/cgi-bin/koha/admin/systempreferences.pl?tab=Catalogue">Catalogue</a>
! 				<!-- /TMPL_IF -->
  			</td>
  			<td>
! 				<!-- TMPL_IF name="Circulation" -->
! 					<a href="/cgi-bin/koha/admin/systempreferences.pl?tab=Circulation" class="button">Circulation</a>
! 				<!-- TMPL_ELSE -->
! 					<a href="/cgi-bin/koha/admin/systempreferences.pl?tab=Circulation">Circulation</a>
! 				<!-- /TMPL_IF -->
  			</td>
  			<td>
! 				<!-- TMPL_IF name="Members" -->
! 					<a href="/cgi-bin/koha/admin/systempreferences.pl?tab=Members" class="button">Members</a>
! 				<!-- TMPL_ELSE -->
! 					<a href="/cgi-bin/koha/admin/systempreferences.pl?tab=Members">Members</a>
! 				<!-- /TMPL_IF -->
  			</td>
  			<td>
! 				<!-- TMPL_IF name="OPAC" -->
! 					<a href="/cgi-bin/koha/admin/systempreferences.pl?tab=OPAC" class="button">OPAC</a>
! 				<!-- TMPL_ELSE -->
! 					<a href="/cgi-bin/koha/admin/systempreferences.pl?tab=OPAC">OPAC</a>
! 				<!-- /TMPL_IF -->
  			</td>
  			<td>
! 				<!-- TMPL_IF name="Others" -->
! 					<a href="/cgi-bin/koha/admin/systempreferences.pl?tab=" class="button">Others</a>
! 				<!-- TMPL_ELSE -->
! 					<a href="/cgi-bin/koha/admin/systempreferences.pl?tab=">Others</a>
! 				<!-- /TMPL_IF -->
  			</td>
  		</tr>
  	</table>
  	<!-- TMPL_VAR NAME="searchfield" -->
  	<table border="0" cellspacing="0" cellpadding="2">





More information about the Koha-cvs mailing list