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

Owen Leonard oleonard at users.sourceforge.net
Thu Mar 31 00:48:57 CEST 2005


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

Modified Files:
      Tag: rel_2_2
	addbookbybiblionumber.tmpl 
Log Message:
Reorganizing page for better clarity

Index: addbookbybiblionumber.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/bookshelves/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
*** addbookbybiblionumber.tmpl	20 Jan 2005 19:33:57 -0000	1.1.2.2
--- addbookbybiblionumber.tmpl	30 Mar 2005 22:48:39 -0000	1.1.2.3
***************
*** 1,19 ****
  <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Add to Virtual Shelf<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
  <div id="main-compact">
  <form>
  	<input type="hidden" name="biblionumber" value="<!-- TMPL_VAR NAME="biblionumber" -->">
  	<table>
! 		<caption>Select a Bookshelf</caption>
! 		<tr><td><label>Title</label></td><td><!-- TMPL_VAR NAME="title" --></td></tr>
! 		<tr><td><label>Author</label></td><td><!-- TMPL_VAR NAME="author" --></td></tr>
! 		<tr><td><label>Add to virtual shelf</label></td><td><!-- TMPL_VAR NAME="CGIbookshelves" --></td></tr>
! 		<tr><th colspan="2">...or add to a new bookshelf:</th></tr>
! 		<tr><td><label for="newbookshelf">Shelf Name:</label> </td><td><input type="text" name="newbookshelf" id="newbookshelf" maxlength="40" size="20" /></td></tr>
! 		<tr><td><label for="category">Category:</label> </td><td><select name="category" id="category">
  			<option value="1">Private</option>
  			<option value="2">Public</option>
- 			<option value="3">Free</option>
  		</select></td></tr>
  	</table>
  	<input type="submit" value="Add to virtual shelf" class="submit" />
  </form>
--- 1,25 ----
  <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Add to Virtual Shelf<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
  <div id="main-compact">
+ <h3>Add <i><!-- TMPL_VAR NAME="title" --></i> <!-- TMPL_IF NAME="author" -->by <!-- TMPL_VAR NAME="author" --><!-- /TMPL_IF --> to a Virtual Shelf</h3>
  <form>
  	<input type="hidden" name="biblionumber" value="<!-- TMPL_VAR NAME="biblionumber" -->">
+ <div class="data">
  	<table>
! 		<caption>Select an Existing Bookshelf</caption>
! 		<tr><th><label>Add to virtual shelf</label></th><td><!-- TMPL_VAR NAME="CGIbookshelves" --></td></tr>
! 		</table>
! </div>
! <input type="submit" value="Add to virtual shelf" class="submit" />
! <h4>...or...</h4>
! <div class="data">
! 	<table>
! 	<caption>Add to a New Bookshelf:</caption>
! 		<tr><th><label for="newbookshelf">Shelf Name:</label> </th><td><input type="text" name="newbookshelf" id="newbookshelf" size="60" /></td></tr>
! 		<tr><th><label for="category">Category:</label> </th><td><select name="category" id="category">
  			<option value="1">Private</option>
  			<option value="2">Public</option>
  		</select></td></tr>
  	</table>
+ 	</div>
  	<input type="submit" value="Add to virtual shelf" class="submit" />
  </form>





More information about the Koha-cvs mailing list