koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] koha/koha-tmpl/intranet-tmpl/ccfls/en/circ circ... [dev_week]


From: Kyle Hall
Subject: [Koha-cvs] koha/koha-tmpl/intranet-tmpl/ccfls/en/circ circ... [dev_week]
Date: Mon, 19 Mar 2007 12:20:20 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         dev_week
Changes by:     Kyle Hall <kylemhall>   07/03/19 12:20:20

Modified files:
        koha-tmpl/intranet-tmpl/ccfls/en/circ: circulation.tmpl 

Log message:
        Hid 'Renew?' column, not useful here.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/ccfls/en/circ/circulation.tmpl?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.1.2.7&r2=1.1.2.1.2.8

Patches:
Index: circulation.tmpl
===================================================================
RCS file: 
/sources/koha/koha/koha-tmpl/intranet-tmpl/ccfls/en/circ/Attic/circulation.tmpl,v
retrieving revision 1.1.2.1.2.7
retrieving revision 1.1.2.1.2.8
diff -u -b -r1.1.2.1.2.7 -r1.1.2.1.2.8
--- circulation.tmpl    16 Mar 2007 15:41:54 -0000      1.1.2.1.2.7
+++ circulation.tmpl    19 Mar 2007 12:20:20 -0000      1.1.2.1.2.8
@@ -323,7 +323,7 @@
                        <th>Call No</th>
                        <th>Barcode</th>
                        <th>Library</th>
-                       <th>Renew?</th>
+<!-- HIDE              <th>Renew?</th> -->
                        <th>Return?</th>
                </tr>
        <!-- TMPL_IF NAME="todayissues" -->
@@ -335,7 +335,8 @@
                        <td><!-- TMPL_VAR NAME="itemcallnumber" --></td>
                        <td><!-- TMPL_VAR NAME="barcode" --></td>
                        <td><!-- TMPL_VAR NAME="holdingbranch" --></td>
-                       <td><input type="checkbox" name="renew_item_<!-- 
TMPL_VAR NAME="itemnumber" -->" value="y"<!-- TMPL_IF NAME="od" --> 
checked="checked"<!-- /TMPL_IF --> /></td>
+<!-- HIDE              <td><input type="checkbox" name="renew_item_<!-- 
TMPL_VAR NAME="itemnumber" -->" value="y"<!-- TMPL_IF NAME="od" --> 
checked="checked"<!-- /TMPL_IF --> /></td>
+-->
                        <td><a href="/cgi-bin/koha/circ/returns.pl?barcode=<!-- 
TMPL_VAR name="barcode" -->">Return</a></td>
                </tr>
                <!-- /TMPL_LOOP -->




reply via email to

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