Correcting variable name and making minor changes to HTML.
authoroleonard <oleonard>
Tue, 2 Nov 2004 21:31:17 +0000 (21:31 +0000)
committeroleonard <oleonard>
Tue, 2 Nov 2004 21:31:17 +0000 (21:31 +0000)
koha-tmpl/intranet-tmpl/default/en/bull/subscription-add.tmpl

index 9321a6e..a3acfcd 100644 (file)
@@ -16,8 +16,8 @@
                <input type="hidden" name="user" value="<!-- TMPL_VAR name="user" -->">
                <p>Librarian</td><td> <!-- TMPL_VAR name="user" --></p>
                <p><label>Supplier</label><input type="text" name="aqbooksellerid" value="<!-- TMPL_VAR name="aqbooksellerid" -->" size=4> (<input type="text" name="aqbooksellername" value="<!-- TMPL_VAR name="aqbooksellername" -->" disabled readonly>)<a href="#" onClick="FindAcqui(f)">...</a></p>
-               <p><label>Biblio</label><input type="text" name="biblionumber" value="<!-- TMPL_VAR name="biblionumber" -->" size=4> (<input type="text" name="title" value="<!-- TMPL_VAR name="title" -->" disabled readonly>)<a href="#" onClick="Plugin(f)">...</a></p>
-               <p><label>Notes</label><TEXTAREA NAME="notes" COLS=30 ROWS=2><!-- TMPL_VAR name="notes" --></TEXTAREA></p>
+               <p><label>Biblio</label><input type="text" name="biblionumber" value="<!-- TMPL_VAR name="biblionumber" -->" size=4> (<input type="text" name="title" value="<!-- TMPL_VAR name="bibliotitle" -->" disabled readonly>)<a href="#" onClick="Plugin(f)">...</a></p>
+               <p><label>Notes</label><textarea name="notes" cols="30" rows="2"><!-- TMPL_VAR name="notes" --></textarea></p>
                <p class="problem">warning</p>
                <ul>
                        <li>remember you <b>must</b> have created a biblio <b>before</b> creating a subscription</li>