[Koha-cvs] koha/koha-tmpl/opac-tmpl/npl/en opac-addbookbyb... [rel_2_2]

Ryan Higgins rch at liblime.com
Sun Apr 8 18:39:16 CEST 2007


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_2_2
Changes by:	Ryan Higgins <rych>	07/04/08 16:39:16

Modified files:
	koha-tmpl/opac-tmpl/npl/en: opac-addbookbybiblionumber.tmpl 

Log message:
	bulk add to virtual shelf fix

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/opac-tmpl/npl/en/opac-addbookbybiblionumber.tmpl?cvsroot=koha&only_with_tag=rel_2_2&r1=1.1.2.10&r2=1.1.2.11

Patches:
Index: opac-addbookbybiblionumber.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/opac-tmpl/npl/en/Attic/opac-addbookbybiblionumber.tmpl,v
retrieving revision 1.1.2.10
retrieving revision 1.1.2.11
diff -u -b -r1.1.2.10 -r1.1.2.11
--- opac-addbookbybiblionumber.tmpl	8 Mar 2007 15:38:34 -0000	1.1.2.10
+++ opac-addbookbybiblionumber.tmpl	8 Apr 2007 16:39:16 -0000	1.1.2.11
@@ -20,12 +20,15 @@
 <table>
 <caption>Add to a new Virtual Shelf:</caption>
 <tr><th><label for="newbookshelf">New 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>
-<!-- Hide from NPL --><tr><th><label for="category">Shelf Type: </label></th><td><select id="category" name="category">
+	<!-- TMPL_LOOP NAME="biblioloop" -->
+	<input type="hidden" name="biblionumber" value="<!-- TMPL_VAR NAME="biblionumber" -->">
+	<!-- /TMPL_LOOP -->
+	</td></tr>
+<tr><th><label for="category">Shelf Type: </label></th><td><select id="category" name="category">
 			<!-- TMPL_IF NAME="opacuserlogin" --><option value="1">Private</option>
 			<option value="2">Public</option><!-- /TMPL_IF -->
-			<option value="3">Free</option>
-		</select></td></tr><!-- /Hide from NPL -->
+		<!--	<option value="3">Free</option> -->
+		</select></td></tr>
 </table>
 </div>
 	<p><input type="hidden" name="category" value="1" /><input type="submit" value="Add to My Virtual Shelf" class="submit"></p></form>





More information about the Koha-cvs mailing list