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/default/en/circ ci... [rel_2_2]


From: paul poulain
Subject: [Koha-cvs] koha/koha-tmpl/intranet-tmpl/default/en/circ ci... [rel_2_2]
Date: Mon, 31 Jul 2006 13:29:36 +0000

CVSROOT:        /cvsroot/koha
Module name:    koha
Branch:         rel_2_2
Changes by:     paul poulain <tipaul>   06/07/31 13:29:36

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

Log message:
        minor graphic change for "renew" link

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/default/en/circ/circulation.tmpl?cvsroot=koha&only_with_tag=rel_2_2&r1=1.35.2.12&r2=1.35.2.13

Patches:
Index: circulation.tmpl
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/circ/circulation.tmpl,v
retrieving revision 1.35.2.12
retrieving revision 1.35.2.13
diff -u -b -r1.35.2.12 -r1.35.2.13
--- circulation.tmpl    25 Jul 2006 12:34:24 -0000      1.35.2.12
+++ circulation.tmpl    31 Jul 2006 13:29:36 -0000      1.35.2.13
@@ -259,8 +259,6 @@
                        <th class="circulation">Due Date</th>
                        <th class="circulation">Bar Code</th>
                        <th class="circulation">Title</th>
-                       <th class="circulation">Author</th>
-                       <th class="circulation">Call number</th>
                        <th class="circulation">Renew?</th>
                        <th class="circulation">Return?</th>
                </tr>
@@ -271,11 +269,10 @@
                                <a href="/cgi-bin/koha/detail.pl?bib=<!-- 
TMPL_VAR NAME="biblionumber" -->&amp;type=intra" onclick="openWindow(this, 
'Item', 480, 640); return false;"><!-- TMPL_VAR NAME="barcode" --></a>
                        </td>
                        <td>
-                               <!-- TMPL_VAR NAME="title" --><br/>
-                               <i><!-- TMPL_VAR name="itemnotes" --></i>
+                               <p><!-- TMPL_VAR NAME="title" --></p>
+                               <p><!-- TMPL_VAR NAME="author" -->, <!-- 
TMPL_VAR NAME="itemcallnumber" --></p>
+                               <p><i><!-- TMPL_VAR name="itemnotes" --></i></p>
                        </td>
-                       <td><!-- TMPL_VAR NAME="author" --></td>
-                       <td><!-- TMPL_VAR NAME="itemcallnumber" --></td>
                        <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>
@@ -290,9 +287,10 @@
                                        <td class="problem">
                                                <a 
href="/cgi-bin/koha/detail.pl?bib=<!-- TMPL_VAR NAME="biblionumber" 
-->&amp;type=intra" onclick="openWindow(this, 'Item', 480, 640); return 
false;"><!-- TMPL_VAR NAME="barcode" --></a>
                                        </td>
-                                       <td class="problem"><!-- TMPL_VAR 
NAME="title" --></td>
-                                       <td class="problem"><!-- TMPL_VAR 
NAME="author" --></td>
-                                       <td class="problem"><!-- TMPL_VAR 
NAME="itemcallnumber" --></td>
+                                       <td class="problem">
+                                          <p><!-- TMPL_VAR NAME="title" --></p>
+                                          <p><!-- TMPL_VAR NAME="author" -->, 
<!-- TMPL_VAR NAME="itemcallnumber" --></p>
+                                       </td>
                     <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" -->" class="button circulation">Return</a></td>
                                <!-- TMPL_ELSE -->
@@ -303,19 +301,23 @@
                                                <a 
href="/cgi-bin/koha/detail.pl?bib=<!-- TMPL_VAR NAME="biblionumber" 
-->&amp;type=intra" onclick="openWindow(this, 'Item', 480, 640); return 
false;"><!-- TMPL_VAR NAME="barcode" --></a>
                                        </td>
                                        <td>
-                                               <!-- TMPL_VAR NAME="title" 
--><br/>
-                                               <i><!-- TMPL_VAR 
name="itemnotes" --></i>
+                                          <p><!-- TMPL_VAR NAME="title" --></p>
+                                          <p><!-- TMPL_VAR NAME="author" -->, 
<!-- TMPL_VAR NAME="itemcallnumber" --></p>
                                        </td>
-                                       <td><!-- TMPL_VAR NAME="author" --></td>
-                                       <td><!-- TMPL_VAR NAME="itemcallnumber" 
--></td>
                     <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" -->" class="button circulation">Return</a></td>
                                <!-- /TMPL_IF -->
                        </tr>
                <!-- /TMPL_LOOP -->
 
+        <tr>
+        <td></td>
+        <td></td>
+        <td></td>
+        <td><input type="submit" value="Renew" class="button 
circulation"/></td>
+        <td>
+        </tr>
        </table>
-       <p><input type="submit" value="Renew Checked Items" class="button 
circulation"/></p>
     </form>
 </div>
 




reply via email to

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