[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/parameters systempreferences.tmpl,1.3.2.3,1.3.2.4

Owen Leonard oleonard at users.sourceforge.net
Tue Jul 5 22:08:36 CEST 2005


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

Modified Files:
      Tag: rel_2_2
	systempreferences.tmpl 
Log Message:
Synching with rel_2_2.

Index: systempreferences.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/parameters/systempreferences.tmpl,v
retrieving revision 1.3.2.3
retrieving revision 1.3.2.4
diff -C2 -r1.3.2.3 -r1.3.2.4
*** systempreferences.tmpl	11 Feb 2005 20:47:23 -0000	1.3.2.3
--- systempreferences.tmpl	5 Jul 2005 20:08:26 -0000	1.3.2.4
***************
*** 71,74 ****
--- 71,75 ----
  		<form action="<!-- TMPL_VAR NAME="script_name" -->" name="Aform" method="post">
  		<div class="details">
+ 		
  		<table>
  			<tr><td><label for="explanation">Explanation: </label></td><td><input type="text" name="explanation" id="explanation" size="60" value="<!-- TMPL_VAR NAME="explanation" escape="HTML" -->" /><input type="hidden" name="op" value="add_validate" /></td></tr>
***************
*** 141,148 ****
  	<!-- TMPL_IF NAME="else" -->
  	<h1>System preferences admin</h1>
! 	<form action="/cgi-bin/koha/admin/systempreferences.pl" method="post">
! 		<input type="text" name="searchfield" value="" />
! 		<input type="submit" value="Search" class="submit" />
! 	</form>
  	<!-- TMPL_VAR NAME="searchfield" -->
  	<table>
--- 142,221 ----
  	<!-- TMPL_IF NAME="else" -->
  	<h1>System preferences admin</h1>
! <div class="tabitem">
! 		<ul>
! 			<li>
! 				<!--TMPL_IF Name="Admin"-->
! 					<a href="/cgi-bin/koha/admin/systempreferences.pl?tab=Admin" class="here">Admin
! 					</a>
! 				<!--TMPL_ELSE-->
! 					<a href="/cgi-bin/koha/admin/systempreferences.pl?tab=Admin">Admin
! 					</a>
! 				<!--/TMPL_IF-->
! 			</li>
! 			<li>
! 				<!--TMPL_IF Name="Acquisitions"-->
! 					<a href="/cgi-bin/koha/admin/systempreferences.pl?tab=Acquisitions" class="here">Acquisitions
! 					</a>
! 				<!--TMPL_ELSE-->
! 					<a href="/cgi-bin/koha/admin/systempreferences.pl?tab=Acquisitions">Acquisitions
! 					</a>
! 				<!--/TMPL_IF-->
! 			</li>
! 			<li>
! 				<!--TMPL_IF Name="Authorities"-->
! 					<a href="/cgi-bin/koha/admin/systempreferences.pl?tab=Authorities" class="here">Authorities
! 					</a>
! 				<!--TMPL_ELSE-->
! 					<a href="/cgi-bin/koha/admin/systempreferences.pl?tab=Authorities">Authorities
! 					</a>
! 				<!--/TMPL_IF-->
! 			</li>
! 			<li>
! 				<!--TMPL_IF Name="Catalogue"-->
! 					<a href="/cgi-bin/koha/admin/systempreferences.pl?tab=Catalogue" class="here">Catalogue
! 					</a>
! 				<!--TMPL_ELSE-->
! 					<a href="/cgi-bin/koha/admin/systempreferences.pl?tab=Catalogue">Catalogue
! 					</a>
! 				<!--/TMPL_IF-->
! 			</li>
! 			<li>
! 				<!--TMPL_IF Name="Circulation"-->
! 					<a href="/cgi-bin/koha/admin/systempreferences.pl?tab=Circulation" class="here">Circulation
! 					</a>
! 				<!--TMPL_ELSE-->
! 					<a href="/cgi-bin/koha/admin/systempreferences.pl?tab=Circulation">Circulation
! 					</a>
! 				<!--/TMPL_IF-->
! 			</li>
! 			<li>
! 				<!--TMPL_IF Name="Members"-->
! 					<a href="/cgi-bin/koha/admin/systempreferences.pl?tab=Members" class="here">Members
! 					</a>
! 				<!--TMPL_ELSE-->
! 					<a href="/cgi-bin/koha/admin/systempreferences.pl?tab=Members">Members
! 					</a>
! 				<!--/TMPL_IF-->
! 			</li>
! 			<li>
! 				<!--TMPL_IF Name="OPAC"-->
! 					<a href="/cgi-bin/koha/admin/systempreferences.pl?tab=OPAC" class="here">OPAC
! 					</a>
! 				<!--TMPL_ELSE-->
! 					<a href="/cgi-bin/koha/admin/systempreferences.pl?tab=OPAC">OPAC
! 					</a>
! 				<!--/TMPL_IF-->
! 			</li>
! 			<li>
! 				<!--TMPL_IF Name="Others"-->
! 					<a href="/cgi-bin/koha/admin/systempreferences.pl?tab=" class="here">Others
! 					</a>
! 				<!--TMPL_ELSE-->
! 					<a href="/cgi-bin/koha/admin/systempreferences.pl?tab=">Others
! 					</a>
! 				<!--/TMPL_IF-->
! 			</li>
! 		</ul>
! </div>
  	<!-- TMPL_VAR NAME="searchfield" -->
  	<table>





More information about the Koha-cvs mailing list