koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/acqui.simple add


From: Steve Tonnesen
Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/acqui.simple additem-nomarc.tmpl,1.2,1.3
Date: Mon, 26 May 2003 13:21:25 -0700

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>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]