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/npl/en/reports itemtypes.tm


From: Owen Leonard
Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/reports itemtypes.tmpl,1.2,1.2.2.1
Date: Wed, 06 Apr 2005 12:49:09 -0700

Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/reports
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28703/koha-tmpl/intranet-tmpl/npl/en/reports

Modified Files:
      Tag: rel_2_2
        itemtypes.tmpl 
Log Message:
Synching with default template

Index: itemtypes.tmpl
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/reports/itemtypes.tmpl,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -C2 -r1.2 -r1.2.2.1
*** itemtypes.tmpl      13 Apr 2004 17:06:38 -0000      1.2
--- itemtypes.tmpl      6 Apr 2005 19:49:05 -0000       1.2.2.1
***************
*** 5,24 ****
  <!-- TMPL_IF name="do_it" -->
  <!-- TMPL_LOOP name="mainloop" -->
!       <div class="table"><table>
!       <caption>Item counts <!--TMPL_IF name="branch" --> for <!-- TMPL_VAR 
name="branch" --><!-- /TMPL_IF --></caption>
                <tr>
                        <th>Item Type</th>
!                       <th>Item Count</th>
                </tr>
                        <!-- TMPL_LOOP name="loopitemtype" -->
!                               <tr>
                                        <td><!-- TMPL_VAR name="itemtype" 
--></td>
!                                       <td><!-- TMPL_VAR name="count" --></td>
                                </tr>
                        <!-- /TMPL_LOOP name="loopitemtype" -->
!                       <tr>
!                               <th>TOTAL</th>
!                               <th><!-- TMPL_VAR name="total" --></th>
!       </table></div>
  <!-- /TMPL_LOOP -->
  <!-- TMPL_ELSE -->
--- 5,25 ----
  <!-- TMPL_IF name="do_it" -->
  <!-- TMPL_LOOP name="mainloop" -->
!       <table>
!       <caption>Item Counts <!--TMPL_IF name="branch" --> for <!-- TMPL_VAR 
name="branch" --><!-- /TMPL_IF --></caption>
                <tr>
                        <th>Item Type</th>
!                       <th>Count</th>
                </tr>
                        <!-- TMPL_LOOP name="loopitemtype" -->
!                               <!-- TMPL_IF NAME="toggle" --><tr><!-- 
TMPL_ELSE --><tr class="highlight"><!-- /TMPL_IF -->
                                        <td><!-- TMPL_VAR name="itemtype" 
--></td>
!                                       <td class="credit"><!-- TMPL_VAR 
name="count" --></td>
                                </tr>
                        <!-- /TMPL_LOOP name="loopitemtype" -->
!                       <tfoot><tr>
!                               <td>TOTAL</td>
!                               <td class="credit"><!-- TMPL_VAR name="total" 
--></td>
!                               </tr></tfoot>
!       </table>
  <!-- /TMPL_LOOP -->
  <!-- TMPL_ELSE -->




reply via email to

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