koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] koha/koha-tmpl/opac-tmpl/prog/en opac-shelves.tmpl [rel_3_0]


From: paul poulain
Subject: [Koha-cvs] koha/koha-tmpl/opac-tmpl/prog/en opac-shelves.tmpl [rel_3_0]
Date: Wed, 31 Jan 2007 15:58:29 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_3_0
Changes by:     paul poulain <tipaul>   07/01/31 15:58:29

Modified files:
        koha-tmpl/opac-tmpl/prog/en: opac-shelves.tmpl 

Log message:
        minor change in html

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/opac-tmpl/prog/en/opac-shelves.tmpl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.1.2.10&r2=1.1.2.11

Patches:
Index: opac-shelves.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/opac-tmpl/prog/en/opac-shelves.tmpl,v
retrieving revision 1.1.2.10
retrieving revision 1.1.2.11
diff -u -b -r1.1.2.10 -r1.1.2.11
--- opac-shelves.tmpl   29 Jan 2007 16:38:41 -0000      1.1.2.10
+++ opac-shelves.tmpl   31 Jan 2007 15:58:29 -0000      1.1.2.11
@@ -66,7 +66,6 @@
         <!-- /TMPL_LOOP -->
     </table>
     <!-- TMPL_ELSE -->
-    <br />
     <b>This shelf is empty.</b>
     <!-- TMPL_UNLESS NAME="itemsloop" -->
         <input type="hidden" name="DEL-<!-- TMPL_VAR NAME="shelfnumber" -->" />
@@ -78,22 +77,25 @@
         <!-- /TMPL_IF -->
     <!-- TMPL_IF name="manageshelf" -->
         <!-- TMPL_IF NAME="itemsloop" -->
-            <b>With selected items :</b>
+            <h2>With selected items :</h2>
+            <p>
+            <label for="check-remove">remove</label>
             <input id="check-remove"
                    type="checkbox"
                    name="remove"
                    />
-            <label for="check-remove">remove</label>
-            
+            </p>
+            <p>
+            <label for="check-addbb">Add to bookbag</label>
             <input id="check-addbb"
                    type="checkbox"
                    name="addToBookBag"
                    />
-            <label for="check-addbb">Add to bookbag</label>
-            
-            <input type="submit"
+            </p>
+            <p><input type="submit"
                    value=" GO "
                    />
+            </p>
         <!-- /TMPL_IF -->
         <!-- /TMPL_IF -->
 </form>




reply via email to

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