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

Owen Leonard oleonard at users.sourceforge.net
Thu Mar 17 23:13:49 CET 2005


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

Modified Files:
      Tag: rel_2_2
	opac-addbookbybiblionumber.tmpl 
Log Message:
Reformatting and using 'Book List' instead of 'Virtual Shelves'

Index: opac-addbookbybiblionumber.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/npl/en/opac-addbookbybiblionumber.tmpl,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -C2 -r1.1.2.2 -r1.1.2.3
*** opac-addbookbybiblionumber.tmpl	25 Jan 2005 22:42:53 -0000	1.1.2.2
--- opac-addbookbybiblionumber.tmpl	17 Mar 2005 22:13:46 -0000	1.1.2.3
***************
*** 1,30 ****
! <!-- TMPL_INCLUDE NAME="doc-head-open.inc" --><!-- TMPL_VAR NAME="LibraryName" --> Catalog -- Add to Virtual Shelf<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
  <div id="window">
  <div class="details">
  <table>
! <caption>Add Item to Virtual Shelf</caption>
! <tr><th>Title</th><td><!-- TMPL_VAR NAME="title" --></td></tr>
! <!-- TMPL_IF NAME="author" --><tr><th>Author</th><td><!-- TMPL_VAR NAME="author" --></td></tr><!-- /TMPL_IF -->
  </table>
! 
! <form action="/cgi-bin/koha/opac-addbookbybiblionumber.pl" method="post">
! <table>
! <caption>Select Virtual Shelf:</caption>
! <tr><th><label for="shelfnumber">Add to virtual shelf</label></th><td><!-- TMPL_VAR NAME="CGIbookshelves" --></td></tr>
! </table>
! 
  <table>
! <caption>...or add to a new bookshelf:</caption>
! <tr><th><label for="newbookshelf">Shelf Name:</label> </th><td><input type="text" id="newbookshelf" name="newbookshelf" maxlength="40" size="40">
  	<input type="hidden" name="biblionumber" value="<!-- TMPL_VAR NAME="biblionumber" -->"></td></tr>
! <tr><th><label for="category">Shelf Type: </label></th><td><select id="category" name="category">
  			<option value="1">Private</option>
  			<option value="2">Public</option>
  			<option value="3">Free</option>
! 		</select></td></tr>
  </table>
- 	<p><input type="submit" value="Add to Virtual Shelf" class="submit"></p>
- </form>
  </div>
  </div>
  </body>
--- 1,24 ----
! <!-- TMPL_INCLUDE NAME="doc-head-open.inc" --><!-- TMPL_VAR NAME="LibraryName" --> Catalog -- Add to My Book List<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
  <div id="window">
+ <h3>Add <i><!-- TMPL_VAR NAME="title" --></i> <!-- TMPL_IF NAME="author" -->by <!-- TMPL_VAR NAME="author" --><!-- /TMPL_IF --> to a Book List</h3><form action="/cgi-bin/koha/opac-addbookbybiblionumber.pl" method="post">
  <div class="details">
  <table>
! <caption>Select a Book List:</caption>
! <tr><th><label for="shelfnumber">Add to Existing List</label></th><td><!-- TMPL_VAR NAME="CGIbookshelves" --></td></tr>
  </table>
! </div><h4>...or...</h4>
! <div class="details">
  <table>
! <caption>Add to a new Book List:</caption>
! <tr><th><label for="newbookshelf">New List Name:</label> </th><td><input type="text" id="newbookshelf" name="newbookshelf" maxlength="40" size="40">
  	<input type="hidden" name="biblionumber" value="<!-- TMPL_VAR NAME="biblionumber" -->"></td></tr>
! <!-- Hide from NPL --><tr><th><label for="category">List Type: </label></th><td><select id="category" name="category">
  			<option value="1">Private</option>
  			<option value="2">Public</option>
  			<option value="3">Free</option>
! 		</select></td></tr><!-- /Hide from NPL -->
  </table>
  </div>
+ 	<p><input type="hidden" name="category" value="1" /><input type="submit" value="Add to My Book List" class="submit"></p></form>
  </div>
  </body>





More information about the Koha-cvs mailing list