[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] koha/koha-tmpl/opac-tmpl/npl/en opac-addbookbyb... [dev_week]
From: |
Owen Leonard |
Subject: |
[Koha-cvs] koha/koha-tmpl/opac-tmpl/npl/en opac-addbookbyb... [dev_week] |
Date: |
Thu, 30 Nov 2006 21:05:01 +0000 |
CVSROOT: /sources/koha
Module name: koha
Branch: dev_week
Changes by: Owen Leonard <oleonard> 06/11/30 21:05:01
Modified files:
koha-tmpl/opac-tmpl/npl/en: opac-addbookbybiblionumber.tmpl
Log message:
Misplaced input fields were preventing creation on the fly of virtual
shelves
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/opac-tmpl/npl/en/opac-addbookbybiblionumber.tmpl?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.9.2.2&r2=1.1.2.9.2.3
Patches:
Index: opac-addbookbybiblionumber.tmpl
===================================================================
RCS file:
/sources/koha/koha/koha-tmpl/opac-tmpl/npl/en/opac-addbookbybiblionumber.tmpl,v
retrieving revision 1.1.2.9.2.2
retrieving revision 1.1.2.9.2.3
diff -u -b -r1.1.2.9.2.2 -r1.1.2.9.2.3
--- opac-addbookbybiblionumber.tmpl 3 Oct 2006 14:16:19 -0000
1.1.2.9.2.2
+++ opac-addbookbybiblionumber.tmpl 30 Nov 2006 21:05:01 -0000
1.1.2.9.2.3
@@ -7,8 +7,13 @@
<caption>Select a Virtual Shelf:</caption>
<tr><th><label for="shelfnumber">Add to Existing Shelf</label></th><td><!--
TMPL_VAR NAME="CGIbookshelves" --></td></tr>
</table>
+<input type="hidden" name="biblionumber" value="<!-- TMPL_VAR
NAME="biblionumber" -->" />
+<input type="hidden" name="category" value="1" />
</form>
-</div><h4>...or...</h4><!-- /TMPL_IF -->
+</div>
+
+<h4>...or...</h4><!-- /TMPL_IF -->
+<form action="/cgi-bin/koha/opac-addbookbybiblionumber.pl" method="post">
<div class="details">
<table>
<caption>Add to a new Virtual Shelf:</caption>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] koha/koha-tmpl/opac-tmpl/npl/en opac-addbookbyb... [dev_week],
Owen Leonard <=