[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/npl/en opac-shelves.tmpl,1.1.2.1,1.1.2.2

Owen Leonard oleonard at users.sourceforge.net
Thu Jan 27 19:18:22 CET 2005


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

Modified Files:
      Tag: rel_2_2
	opac-shelves.tmpl 
Log Message:
Adding icons to submit buttons

Index: opac-shelves.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/npl/en/opac-shelves.tmpl,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -r1.1.2.1 -r1.1.2.2
*** opac-shelves.tmpl	11 Jan 2005 22:49:54 -0000	1.1.2.1
--- opac-shelves.tmpl	27 Jan 2005 18:18:19 -0000	1.1.2.2
***************
*** 5,9 ****
  <div id="main">
  <!-- TMPL_IF Name="viewshelf" -->
! <form action="/cgi-bin/koha/opac-shelves.pl" method="post" name="mainform">
      <table>
  	<caption>Contents of <em><!-- TMPL_VAR Name="shelfname" --></em></caption>
--- 5,9 ----
  <div id="main">
  <!-- TMPL_IF Name="viewshelf" -->
! <form class="inline" action="/cgi-bin/koha/opac-shelves.pl" method="post" name="mainform">
      <table>
  	<caption>Contents of <em><!-- TMPL_VAR Name="shelfname" --></em></caption>
***************
*** 23,30 ****
  					<td><!-- TMPL_VAR Name="barcode" --></td>
  		</tr><!-- /TMPL_LOOP --><!-- TMPL_ELSE -->
! 		<tr><td colspan="6">This shelf is empty.</td><!-- TMPL_UNLESS NAME="itemsloop" --><td><input type="hidden" name="DEL-<!-- TMPL_VAR NAME="shelfnumber" -->" /><input type="hidden" name="shelves" value="1" /><input type="submit" class="cancel" value="Delete this Shelf" onclick="return confirmDelete('Are you sure you want to delete this shelf?')" /></td><!-- /TMPL_UNLESS --></tr>
  		<!-- /TMPL_IF -->
  	</table>
! 	<!-- TMPL_IF name="manageshelf" --><!-- TMPL_IF NAME="itemsloop" --><input type="submit" value="Remove Selected Items" class="cancel" onclick="return confirmDelete('Are you sure you want to remove these items from the shelf?')" /><!-- /TMPL_IF --><!-- /TMPL_IF --></form><!-- TMPL_IF name="manageshelf" --> <form class="inline" method="get" action="/cgi-bin/koha/opac-shelves.pl"><input type="hidden" name="op" value="modif" /><input type="hidden" value="<!-- TMPL_VAR Name="shelfnumber" -->" name="shelf" /><input type="submit" value="Modify this Shelf" class="submit" /></form>
  <br /><br />
  <form action="/cgi-bin/koha/opac-shelves.pl" method="post">
--- 23,30 ----
  					<td><!-- TMPL_VAR Name="barcode" --></td>
  		</tr><!-- /TMPL_LOOP --><!-- TMPL_ELSE -->
! 		<tr><td colspan="6">This shelf is empty.</td><!-- TMPL_UNLESS NAME="itemsloop" --><td><input type="hidden" name="DEL-<!-- TMPL_VAR NAME="shelfnumber" -->" /><input type="hidden" name="shelves" value="1" /><input type="submit" class="icon delete" value="Delete this Shelf" onclick="return confirmDelete('Are you sure you want to delete this shelf?')" /></td><!-- /TMPL_UNLESS --></tr>
  		<!-- /TMPL_IF -->
  	</table>
! 	<!-- TMPL_IF name="manageshelf" --><!-- TMPL_IF NAME="itemsloop" --><input type="submit" value="Remove Selected Items" class="icon delete" onclick="return confirmDelete('Are you sure you want to remove these items from the shelf?')" /><!-- /TMPL_IF --><!-- /TMPL_IF --></form><!-- TMPL_IF name="manageshelf" --> <form class="inline" method="get" action="/cgi-bin/koha/opac-shelves.pl"><input type="hidden" name="op" value="modif" /><input type="hidden" value="<!-- TMPL_VAR Name="shelfnumber" -->" name="shelf" /><input type="submit" value="Modify this Shelf" class="icon edit" /></form>
  <br /><br />
  <form action="/cgi-bin/koha/opac-shelves.pl" method="post">





More information about the Koha-cvs mailing list