[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/bull result.tmpl,1.3,1.4 statecollection.tmpl,1.3,1.4

Paul POULAIN tipaul at users.sourceforge.net
Thu Dec 2 17:42:17 CET 2004


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

Modified Files:
	result.tmpl statecollection.tmpl 
Log Message:
minor improvements

Index: result.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/bull/result.tmpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** result.tmpl	6 Aug 2004 16:38:42 -0000	1.3
--- result.tmpl	2 Dec 2004 16:42:15 -0000	1.4
***************
*** 48,56 ****
  				</td>
  				<td <!-- TMPL_IF name="even" -->class="hilighted"<!-- /TMPL_IF -->>
- 					<!-- TMPL_UNLESS NAME="norequests" -->
  						<a class="transparent" href="#" onclick="GetIt('<!-- TMPL_VAR NAME="biblionumber" -->','<!-- TMPL_VAR name="title" -->') ">Get it!</a>
- 					<!-- TMPL_ELSE -->
- 						Not Reservable
- 					<!-- /TMPL_UNLESS -->
  				</td>
  			</tr>
--- 48,52 ----

Index: statecollection.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/bull/statecollection.tmpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** statecollection.tmpl	12 Aug 2004 14:37:36 -0000	1.3
--- statecollection.tmpl	2 Dec 2004 16:42:15 -0000	1.4
***************
*** 7,32 ****
  
  <div id="bloc25">
- 	<h2 class="bull">Subscription summary</h2>
- 	<form method="post" name="f" action="statecollection.pl">
- 		<input type="hidden" name="op" value="modsubscriptionhistory">
- 		<input type="hidden" name="serial" value="<!-- TMPL_VAR name="serial" -->">
- 		<input type="hidden" name="subscriptionid" value="<!-- TMPL_VAR name="subscriptionid" -->">
- 		<input type="hidden" name="user" value="<!-- TMPL_VAR name="user" -->">
- 		<p><label>Librarian</label><!-- TMPL_VAR name="user" --></p>
- 		<p><label>Beginnning date (*)</label><input type="text" name="histstartdate" value="<!-- TMPL_VAR name="histstartdate" -->"></p>
- 		<p><label>End date</label><input type="text" name="enddate" value="<!-- TMPL_VAR name="enddate" -->"></p>
- 		<p>Arrived Numbers</p>
- 		<p>&nbsp;<textarea name="recievedlist" COLS=60 ROWS=5><!-- TMPL_VAR name="recievedlist" --></textarea></p>
- 		<p>Gapped Numbers</p>
- 		<p>&nbsp;<textarea name="missinglist" COLS=60 ROWS=2><!-- TMPL_VAR name="missinglist" --></textarea></p>
- 		<p>Opac's note</p>
- 		<p>&nbsp;<textarea name="opacnote" COLS=60 ROWS=5><!-- TMPL_VAR name="opacnote" --></textarea></p>
- 		<p>Intra's note</p>
- 		<p>&nbsp;<textarea name="librariannote" COLS=60 ROWS=5><!-- TMPL_VAR name="librariannote" --></textarea></p>
- 		<input type="submit" value="Save changes" class="button bull">
- 	</form>
- </div>
- 
- <div id="bloc25">
  <h2 class="bull">waited or late numbers</h2>
  	<form method="post" name="f" action="statecollection.pl">
--- 7,10 ----
***************
*** 88,92 ****
  </div>
  
! </form>
  </table>
  <script language="JavaScript" type="text/javascript">
--- 66,89 ----
  </div>
  
! <div id="bloc25">
! 	<h2 class="bull">Subscription summary</h2>
! 	<form method="post" name="f" action="statecollection.pl">
! 		<input type="hidden" name="op" value="modsubscriptionhistory">
! 		<input type="hidden" name="serial" value="<!-- TMPL_VAR name="serial" -->">
! 		<input type="hidden" name="subscriptionid" value="<!-- TMPL_VAR name="subscriptionid" -->">
! 		<input type="hidden" name="user" value="<!-- TMPL_VAR name="user" -->">
! 		<p><label>Librarian</label><!-- TMPL_VAR name="user" --></p>
! 		<p><label class="label100">Beginnning date (*)</label><input type="text" name="histstartdate" value="<!-- TMPL_VAR name="histstartdate" -->"></p>
! 		<p><label class="label100">End date</label><input type="text" name="enddate" value="<!-- TMPL_VAR name="enddate" -->"></p>
! 		<p>Recieved issues</p>
! 		<p>&nbsp;<textarea name="recievedlist" COLS=60 ROWS=5><!-- TMPL_VAR name="recievedlist" --></textarea></p>
! 		<p>Missing issues</p>
! 		<p>&nbsp;<textarea name="missinglist" COLS=60 ROWS=2><!-- TMPL_VAR name="missinglist" --></textarea></p>
! 		<p>Opac's note</p>
! 		<p>&nbsp;<textarea name="opacnote" COLS=60 ROWS=5><!-- TMPL_VAR name="opacnote" --></textarea></p>
! 		<input type="submit" value="Save changes" class="button bull">
! 	</form>
! </div>
! 
  </table>
  <script language="JavaScript" type="text/javascript">





More information about the Koha-cvs mailing list