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/bookshelves shel


From: Owen Leonard
Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/bookshelves shelves.tmpl,1.6,1.7
Date: Wed, 27 Apr 2005 11:33:32 -0700

Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/bookshelves
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3164/koha-tmpl/intranet-tmpl/default/en/bookshelves

Modified Files:
        shelves.tmpl 
Log Message:
Modifying alternating table row color markup to match update to script

Index: shelves.tmpl
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/bookshelves/shelves.tmpl,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** shelves.tmpl        16 Dec 2004 11:30:58 -0000      1.6
--- shelves.tmpl        27 Apr 2005 18:33:29 -0000      1.7
***************
*** 16,24 ****
                                </tr>
                                <!-- TMPL_LOOP Name="itemsloop" -->
!                                       <tr>
!                                               <td bgcolor="<!-- TMPL_VAR 
NAME="color" -->"><input type="checkbox" name="REM-<!-- TMPL_VAR 
NAME="itemnumber" -->"></td>
!                                               <td bgcolor="<!-- TMPL_VAR 
NAME="color" -->"><!-- TMPL_VAR NAME="barcode" --></td>
!                                               <td bgcolor="<!-- TMPL_VAR 
NAME="color" -->"><a href="../MARCdetail.pl?bib=<!-- TMPL_VAR 
name="biblionumber" -->"><!-- TMPL_VAR NAME="title" --></a></td>
!                                               <td bgcolor="<!-- TMPL_VAR 
NAME="color" -->"><!-- TMPL_VAR NAME="author" --></td>
                                        </tr>
                                <!-- /TMPL_LOOP -->
--- 16,24 ----
                                </tr>
                                <!-- TMPL_LOOP Name="itemsloop" -->
!                                       <!-- TMPL_IF NAME="toggle" --><tr 
class="hilighted"><!-- TMPL_ELSE --><tr><!-- /TMPL_IF -->
!                                               <td><input type="checkbox" 
name="REM-<!-- TMPL_VAR NAME="itemnumber" -->"></td>
!                                               <td><!-- TMPL_VAR 
NAME="barcode" --></td>
!                                               <td><a 
href="../MARCdetail.pl?bib=<!-- TMPL_VAR name="biblionumber" -->"><!-- TMPL_VAR 
NAME="title" --></a></td>
!                                               <td><!-- TMPL_VAR NAME="author" 
--></td>
                                        </tr>
                                <!-- /TMPL_LOOP -->
***************
*** 115,125 ****
                                </tr>
                                <!-- TMPL_LOOP Name="shelvesloop" -->
!                               <tr>
!                                       <td bgcolor="<!-- TMPL_VAR NAME="color" 
-->">
                                                <a 
href="shelves.pl?viewshelf=<!-- TMPL_VAR NAME="shelf" -->">
                                                        <!-- TMPL_VAR 
NAME="shelfname" -->
                                                </a>
                                        </td>
!                                       <td bgcolor="<!-- TMPL_VAR NAME="color" 
-->">
                                                <!-- TMPL_IF NAME="category1" 
-->
                                                        Private
--- 115,125 ----
                                </tr>
                                <!-- TMPL_LOOP Name="shelvesloop" -->
!                               <!-- TMPL_IF NAME="toggle" --><tr 
class="hilighted"><!-- TMPL_ELSE --><tr><!-- /TMPL_IF -->
!                                       <td>
                                                <a 
href="shelves.pl?viewshelf=<!-- TMPL_VAR NAME="shelf" -->">
                                                        <!-- TMPL_VAR 
NAME="shelfname" -->
                                                </a>
                                        </td>
!                                       <td>
                                                <!-- TMPL_IF NAME="category1" 
-->
                                                        Private
***************
*** 132,143 ****
                                                <!-- /TMPL_IF -->
                                        </td>
!                                       <td bgcolor="<!-- TMPL_VAR NAME="color" 
-->">
                                                <!-- TMPL_VAR 
NAME="shelfbookcount" --> item(s)
                                        </td>
                                        <!-- TMPL_IF name="mine" -->
!                                               <td bgcolor="<!-- TMPL_VAR 
NAME="color" -->">
                                                        <a 
href="shelves.pl?op=modif&shelf=<!-- TMPL_VAR NAME="shelf" -->" class="button 
catalogue">Modify</a>
                                                        <!-- TMPL_VAR 
name="surname" --><!-- TMPL_VAR name="firstname" -->
                                                </td>
                                        <!-- /TMPL_IF -->
                                </tr>
--- 132,145 ----
                                                <!-- /TMPL_IF -->
                                        </td>
!                                       <td>
                                                <!-- TMPL_VAR 
NAME="shelfbookcount" --> item(s)
                                        </td>
                                        <!-- TMPL_IF name="mine" -->
!                                               <td>
                                                        <a 
href="shelves.pl?op=modif&shelf=<!-- TMPL_VAR NAME="shelf" -->" class="button 
catalogue">Modify</a>
                                                        <!-- TMPL_VAR 
name="surname" --><!-- TMPL_VAR name="firstname" -->
                                                </td>
+                                               <!-- TMPL_ELSE -->
+                                               <td>&nbsp;</td>
                                        <!-- /TMPL_IF -->
                                </tr>




reply via email to

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