[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en opac-main.tmpl,1.9,1.10 opac-suggestions.tmpl,1.3,1.4 opac-user.tmpl,1.5,1.6

Paul POULAIN tipaul at users.sourceforge.net
Mon Sep 13 17:32:45 CEST 2004


Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10932/koha-tmpl/opac-tmpl/css/en

Modified Files:
	opac-main.tmpl opac-suggestions.tmpl opac-user.tmpl 
Log Message:


Index: opac-main.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/opac-main.tmpl,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** opac-main.tmpl	16 Aug 2004 12:48:53 -0000	1.9
--- opac-main.tmpl	13 Sep 2004 15:32:42 -0000	1.10
***************
*** 39,49 ****
  	</form>
  	<h2>Other options</h2>
- 	<!-- TMPL_IF name="virtualshelves" -->
- 		<a href="/cgi-bin/koha/opac-shelves.pl" class="button">Virtual shelves</a>
- 	<!-- /TMPL_IF -->
- 	<!-- TMPL_IF name="suggestion" -->
- 		<a href="opac-suggestions.pl" class="button">View & manage suggestions</a>
- 	<!-- /TMPL_IF -->
  	<!-- TMPL_IF NAME="loggedinusername" -->
  		<a href="/cgi-bin/koha/opac-user.pl" class="button">
  			<!-- TMPL_VAR NAME="loggedinusername" --> home
--- 39,49 ----
  	</form>
  	<h2>Other options</h2>
  	<!-- TMPL_IF NAME="loggedinusername" -->
+ 		<!-- TMPL_IF name="virtualshelves" -->
+ 			<a href="/cgi-bin/koha/opac-shelves.pl" class="button">Virtual shelves</a>
+ 		<!-- /TMPL_IF -->
+ 		<!-- TMPL_IF name="suggestion" -->
+ 			<a href="opac-suggestions.pl" class="button">View & manage suggestions</a>
+ 		<!-- /TMPL_IF -->
  		<a href="/cgi-bin/koha/opac-user.pl" class="button">
  			<!-- TMPL_VAR NAME="loggedinusername" --> home
***************
*** 63,67 ****
  
  	<!-- TMPL_ELSE -->
! 	<h2><a href="/cgi-bin/koha/opac-user.pl">Log In to Koha</a></h2>
  	<!-- /TMPL_IF -->
  	<p class="copyright">
--- 63,67 ----
  
  	<!-- TMPL_ELSE -->
! 		<p><a href="/cgi-bin/koha/opac-user.pl">Log in to Koha</a> to have personal options.</p>
  	<!-- /TMPL_IF -->
  	<p class="copyright">

Index: opac-suggestions.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/opac-suggestions.tmpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** opac-suggestions.tmpl	12 Aug 2004 14:39:59 -0000	1.3
--- opac-suggestions.tmpl	13 Sep 2004 15:32:42 -0000	1.4
***************
*** 59,62 ****
--- 59,67 ----
  							<option value="ASKED">Asked</option>
  						<!-- /TMPL_IF -->
+ 						<!-- TMPL_IF name="ACCEPTED" -->
+ 							<option value="ACCEPTED" selected>Accepted</option>
+ 						<!-- TMPL_ELSE -->
+ 							<option value="ACCEPTED">Accepted</option>
+ 						<!-- /TMPL_IF -->
  						<!-- TMPL_IF name="ORDERED" -->
  							<option value="ORDERED" selected>Ordered</option>
***************
*** 111,117 ****
  				<td <!-- TMPL_IF name="even" -->class="hilighted"<!-- /TMPL_IF -->>
  					<!-- TMPL_IF name="ASKED" -->Asked<!-- /TMPL_IF -->
  					<!-- TMPL_IF name="ORDERED" -->Ordered by the library<!-- /TMPL_IF -->
  					<!-- TMPL_IF name="REJECTED" -->Suggestion rejected : won't be buy<!-- /TMPL_IF -->
! 					<!-- TMPL_IF name="AVAILABLE" -->Available in the library<!-- /TMPL_IF -->
  				</td>
  				<td <!-- TMPL_IF name="even" -->class="hilighted"<!-- /TMPL_IF -->>
--- 116,123 ----
  				<td <!-- TMPL_IF name="even" -->class="hilighted"<!-- /TMPL_IF -->>
  					<!-- TMPL_IF name="ASKED" -->Asked<!-- /TMPL_IF -->
+ 					<!-- TMPL_IF name="ACCEPTED" -->Accepted, will be ordered soon<!-- /TMPL_IF -->
  					<!-- TMPL_IF name="ORDERED" -->Ordered by the library<!-- /TMPL_IF -->
  					<!-- TMPL_IF name="REJECTED" -->Suggestion rejected : won't be buy<!-- /TMPL_IF -->
! 					<!-- TMPL_IF name="AVAILABLE" -->Recieved by the library<!-- /TMPL_IF -->
  				</td>
  				<td <!-- TMPL_IF name="even" -->class="hilighted"<!-- /TMPL_IF -->>

Index: opac-user.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/opac-user.tmpl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** opac-user.tmpl	13 Aug 2004 06:06:53 -0000	1.5
--- opac-user.tmpl	13 Sep 2004 15:32:42 -0000	1.6
***************
*** 48,53 ****
  <div class="bloc60">
  	<!-- TMPL_IF NAME="issues_count" -->
! 		You have <b><!-- TMPL_VAR NAME="issues_count" --></b> items currently issued.<br />
! 		<table cellspacing="0">
  			<tr>
  				<th>Title</th>
--- 48,53 ----
  <div class="bloc60">
  	<!-- TMPL_IF NAME="issues_count" -->
! 		<h2>You have <b><!-- TMPL_VAR NAME="issues_count" --></b> items currently issued.</h2>
! 		<table>
  			<tr>
  				<th>Title</th>





More information about the Koha-cvs mailing list