[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/acqui.simple additem-nomarc.tmpl,1.2,1.3

Steve Tonnesen tonnesen at users.sourceforge.net
Mon May 26 22:21:25 CEST 2003


Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui.simple
In directory sc8-pr-cvs1:/tmp/cvs-serv31670

Modified Files:
	additem-nomarc.tmpl 
Log Message:
Fix hidden biblionumber input field and itemtypes drop down selector


Index: additem-nomarc.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui.simple/additem-nomarc.tmpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** additem-nomarc.tmpl	26 May 2003 20:12:37 -0000	1.2
--- additem-nomarc.tmpl	26 May 2003 20:21:23 -0000	1.3
***************
*** 66,70 ****
  
  <form action="saveitem.pl" method="post">
! <input type="hidden" name="biblionumber" value="<TMPL_VAR NAME="biblionumber">">
  <table border="1" cellspacing="0" cellpadding="5">
  <tr valign="top" bgcolor="#CCCC99">
--- 66,70 ----
  
  <form action="saveitem.pl" method="post">
! <input type="hidden" name="biblionumber" value="<TMPL_VAR NAME="BIBNUM">">
  <table border="1" cellspacing="0" cellpadding="5">
  <tr valign="top" bgcolor="#CCCC99">
***************
*** 123,127 ****
  <td><select name="itemtype">
  <TMPL_LOOP NAME="ITEMTYPES">
! <option value="$itemtypes[$i]->{'itemtype'}">$itemtypes[$i]->{'description'}</option>
  </TMPL_LOOP>
  </select></td>
--- 123,127 ----
  <td><select name="itemtype">
  <TMPL_LOOP NAME="ITEMTYPES">
! <option value="<TMPL_VAR NAME="itemtype">"><TMPL_VAR NAME="description"></option>
  </TMPL_LOOP>
  </select></td>





More information about the Koha-cvs mailing list