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/prog/en/bookshelve... [rel_3_0]


From: paul poulain
Subject: [Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/bookshelve... [rel_3_0]
Date: Mon, 30 Oct 2006 09:56:10 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_3_0
Changes by:     paul poulain <tipaul>   06/10/30 09:56:10

Modified files:
        koha-tmpl/intranet-tmpl/prog/en/bookshelves: 
                                                     addbookbybiblionumber.tmpl 

Log message:
        modifying for better PROG compliance
        indenting with spaces

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/bookshelves/addbookbybiblionumber.tmpl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.1.2.1&r2=1.1.2.2

Patches:
Index: addbookbybiblionumber.tmpl
===================================================================
RCS file: 
/sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/bookshelves/addbookbybiblionumber.tmpl,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -b -r1.1.2.1 -r1.1.2.2
--- addbookbybiblionumber.tmpl  26 Sep 2006 13:15:42 -0000      1.1.2.1
+++ addbookbybiblionumber.tmpl  30 Oct 2006 09:56:10 -0000      1.1.2.2
@@ -1,29 +1,21 @@
 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Add to Virtual Shelf<!-- 
TMPL_INCLUDE NAME="doc-head-close.inc" -->
-<!-- TMPL_INCLUDE NAME="menus.inc" -->
-<!-- TMPL_INCLUDE NAME="menu-bookshelves.inc" -->
-
-<div id="mainbloc">
-<h3>Add <i><!-- TMPL_VAR NAME="title" --></i> <!-- TMPL_IF NAME="author" -->by 
<!-- TMPL_VAR NAME="author" --><!-- /TMPL_IF --> to a Virtual Shelf</h3>
+<h1>Add <i><!-- TMPL_VAR NAME="title" --></i> <!-- TMPL_IF NAME="author" -->by 
<!-- TMPL_VAR NAME="author" --><!-- /TMPL_IF --> to a Virtual Shelf</h1>
 <form>
        <input type="hidden" name="biblionumber" value="<!-- TMPL_VAR 
NAME="biblionumber" -->">
-<div class="data">
-       <table>
-               <caption>Select an Existing Bookshelf</caption>
-               <tr><th><label>Add to virtual shelf</label></th><td><!-- 
TMPL_VAR NAME="CGIbookshelves" --></td></tr>
-               </table>
-</div>
-<input type="submit" value="Add to virtual shelf" class="submit" />
-<h4>...or...</h4>
-<div class="data">
-       <table>
-       <caption>Add to a New Bookshelf:</caption>
-               <tr><th><label for="newbookshelf">Shelf Name:</label> 
</th><td><input type="text" name="newbookshelf" id="newbookshelf" size="60" 
/></td></tr>
-               <tr><th><label for="category">Category:</label> 
</th><td><select name="category" id="category">
+    <fieldset>
+        <legend>Select an Existing Bookshelf</legend>
+        <p><label>Add to virtual shelf</label><!-- TMPL_VAR 
NAME="CGIbookshelves" --></p>
+        <input type="submit" value="Add to virtual shelf" class="submit" />
+    </fieldset>
+    <p>...or...</p>
+    <fieldset>
+    <legend>Add to a New Bookshelf:</legend>
+        <p><label for="newbookshelf">Shelf Name:</label> <input type="text" 
name="newbookshelf" id="newbookshelf" size="40" /></p>
+        <p><label for="category">Category:</label> <select name="category" 
id="category">
                        <option value="1">Private</option>
                        <option value="2">Public</option>
-               </select></td></tr>
-       </table>
-       </div>
+        </select>
+        </p>
        <input type="submit" value="Add to virtual shelf" class="submit" />
 </form>
 <!-- TMPL_INCLUDE Name="intranet-bottom.inc" -->




reply via email to

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