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.4,1.5
Date: Mon, 26 May 2003 13:31:12 -0700

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

Modified Files:
        additem-nomarc.tmpl 
Log Message:
Last perl variables removed from this script and replaced with TMPL_VAR
variables.


Index: additem-nomarc.tmpl
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui.simple/additem-nomarc.tmpl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** additem-nomarc.tmpl 26 May 2003 20:26:36 -0000      1.4
--- additem-nomarc.tmpl 26 May 2003 20:31:09 -0000      1.5
***************
*** 31,35 ****
  <td
  background="/images/background-mem.gif"><b><TMPL_VAR NAME="biblioitemnumber"> 
GROUP -
! $itemtypedescriptions{$biblioitems[$i]->{'itemtype'}}</b></td>
  </tr>
  <tr valign="top">
--- 31,36 ----
  <td
  background="/images/background-mem.gif"><b><TMPL_VAR NAME="biblioitemnumber"> 
GROUP -
! <TMPL_VAR NAME="itemtype">
! </b></td>
  </tr>
  <tr valign="top">
***************
*** 42,46 ****
  <td
  background="/images/background-mem.gif"><b><TMPL_VAR NAME="biblioitemnumber">
! GROUP - $itemtypedescriptions{$biblioitems[$i]->{'itemtype'}}</b></td>
  </tr>
  <tr valign="top">
--- 43,48 ----
  <td
  background="/images/background-mem.gif"><b><TMPL_VAR NAME="biblioitemnumber">
! 
! GROUP - <TMPL_VAR NAME="itemtype"></b></td>
  </tr>
  <tr valign="top">
***************
*** 108,120 ****
  
  </TMPL_LOOP>
- <!-- for (my $i = 0; $i < $biblioitemcount; $i++) {
-             if ($biblioitems[$i]->{'itemtype'} ne "WEB") {
-                           print << "EOF";
-                           <option
- 
value="$biblioitems[$i]->{'biblioitemnumber'}">$itemtypedescriptions{$biblioitems[$i]->{'itemtype'}}</option>
- EOF
-             } # if
-                   } # for
- -->
  </select></td>
  </tr>
--- 110,113 ----




reply via email to

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