[Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/bookshelve... [rel_3_0]

Antoine Farnault antoine at koha-fr.org
Fri Dec 15 18:38:50 CET 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	Antoine Farnault <toins>	06/12/15 17:38:50

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

Log message:
	sync with opac.

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

Patches:
Index: shelves.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/bookshelves/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
--- shelves.tmpl	11 Dec 2006 17:10:06 -0000	1.1.2.10
+++ shelves.tmpl	15 Dec 2006 17:38:50 -0000	1.1.2.11
@@ -1,274 +1,202 @@
-<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Virtual Shelves<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
+<!-- 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" -->
 
-<script type="text/javascript">
-    function CheckAll() { 
-    count = document.mainform.elements.length;
-    for (i=0; i < count; i++){
-        if(document.mainform.elements[i].checked == 1){
-            document.mainform.elements[i].checked = 0;
-        } else {
-            document.mainform.elements[i].checked = 1;
-        }
-    }
-}
-</script>
-<h1>Virtual shelves</h1>
-<!-- TMPL_IF name="edit" -->
-        <form method="post" action="<!-- TMPL_VAR NAME="script_name" -->">
-            <input type="hidden" name="op" value="modifsave" />
+<!-- TMPL_IF Name="viewshelf" -->
+
+<div id="action">
+    <a class="button" href="/cgi-bin/koha/bookshelves/shelves.pl">Back to Virtual Shelves</a>
+    <!-- TMPL_IF name="manageshelf" -->
+    <a class="button" href="/cgi-bin/koha/bookshelves/shelves.pl?op=modif&shelf=<!-- TMPL_VAR Name="shelfnumber" -->">
+        Modify this Shelf</a>
+    <!-- /TMPL_IF -->
+</div>
+
+<h3>Contents of <!-- TMPL_VAR Name="shelfname" --></h3>
+
+<form class="inline" action="/cgi-bin/koha/bookshelves/shelves.pl" method="post" name="mainform">
+    <!-- TMPL_IF NAME="itemsloop" -->
             <table>
-            <caption>Editing Shelf <!-- TMPL_VAR name="shelfname"--></caption>
+        <input type="hidden" name="viewshelf" value="<!-- TMPL_VAR Name="shelfnumber" -->" />
+        <input type="hidden" name="modifyshelfcontents" value="1" />
             <tr>
-                <td>
-                    <input type="hidden" name="shelfnumber" value="<!-- TMPL_VAR name="shelfnumber" -->" />
-                    <label for="shelfname">Name:</label>
-                </td>
-                <td>
-                    <input id="shelfname" type="text" name="shelfname" size="25" value="<!-- TMPL_VAR name="shelfname"-->" />
-                </td>
+                <th>
+                    <a href="/cgi-bin/koha/bookshelves/shelves.pl" onclick="CheckAll(); return false;">
+                        Check All
+                    </a>
+                </th>
+                <th>&nbsp;</th>
+                <th>Title</th>
+                <th>Author</th>
+                <th>Call No.</th>
             </tr>
-            <tr>
-                <td>
-                    <label for="owner">Owner:</label>
-                </td>
+        <!-- TMPL_LOOP Name="itemsloop" -->
+            <tr<!-- TMPL_IF name="color" --> class="highlight"<!-- /TMPL_IF -->>
                 <td>
-                    <input type="hidden" id="owner" name="owner" value="<!-- TMPL_VAR NAME="loggedinuser" -->" />
-                    <!-- TMPL_VAR NAME="loggedinusername" -->
+                        <input type="checkbox" name="REM-<!-- TMPL_VAR Name="itemnumber" -->" />
                 </td>
-            </tr>
-            <tr>
                 <td>
-                    <label for="category">Category:</label>
+                        <img src="<!-- TMPL_VAR NAME="themelang" -->/images/<!-- TMPL_VAR NAME="itemtype" -->.gif" alt="<!-- TMPL_VAR NAME="itemtype" -->" title="<!-- TMPL_VAR NAME="itemtype" -->" />
                 </td>
                 <td>
-                    <select id="category" name="category">
-                        <!-- TMPL_IF name="category1" -->
-                            <option value="1" selected>Private</option>
+                <!-- TMPL_IF name="BiblioDefaultViewmarc" -->
+                            <a class="title" href="/cgi-bin/koha/catalogue/MARCdetail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" ESCAPE="URL" -->">
+                                <!-- TMPL_VAR NAME="title" --> <!-- TMPL_VAR NAME="subtitle" -->
+                            </a>
                         <!-- TMPL_ELSE -->
-                            <option value="1">Private</option>
-                        <!-- /TMPL_IF -->
-                        <!-- TMPL_IF name="category2" -->
-                            <option value="2" selected>Public</option>
+                            <!-- TMPL_IF name="BiblioDefaultViewisbd" -->
+                                <a class="title" href="/cgi-bin/koha/catalogue/ISBDdetail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" ESCAPE="URL" -->">
+                                    <!-- TMPL_VAR NAME="title" --> <!-- TMPL_VAR NAME="subtitle" -->
+                                </a>
                         <!-- TMPL_ELSE -->
-                            <option value="2">Public</option>
+                                <a class="title" href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" ESCAPE="URL" -->">
+                                    <!-- TMPL_VAR NAME="title" --> <!-- TMPL_VAR NAME="subtitle" -->
+                                </a>
                         <!-- /TMPL_IF -->
-                        <!-- TMPL_IF name="category3" -->
-                            <option value="3" selected>Free</option>
-                        <!-- TMPL_ELSE -->
-                            <option value="3">Free</option>
                         <!-- /TMPL_IF -->
-                    </select>
                 </td>
+                    <td><!-- TMPL_VAR Name="author" --></td>
+                    <td><!-- TMPL_VAR NAME="classification" --></td>
             </tr>
+        <!-- /TMPL_LOOP -->
             </table>
-            <ul>
-                <li>a private bookshelf is managed by you and can be seen only by you.</li>
-                <li> A public can be seen by everybody, but managed only by you.</li>
-                <li> A free can be managed by any user.</li>
-            </ul>
-            <input type="submit" value="Save Changes" /></p>
-        </form>
-<!-- /TMPL_IF -->
+    <!-- TMPL_ELSE -->
+    <br />
+    <b>This shelf is empty.</b>
+    <!-- TMPL_UNLESS NAME="itemsloop" -->
+        <input type="hidden" name="DEL-<!-- TMPL_VAR NAME="shelfnumber" -->" />
+        <input type="hidden" name="shelves" value="1" />
+        <input type="submit" class="icon delete"
+               value="Delete this Shelf"
+               onclick="return confirmDelete('Are you sure you want to delete this shelf?')" />
+        <!-- /TMPL_UNLESS -->
+        <!-- /TMPL_IF -->
+    <!-- TMPL_IF name="manageshelf" -->
+        <!-- TMPL_IF NAME="itemsloop" -->
+            <b>With selected items :</b>
+            <input type="submit"
+                   value="Remove"
+                   class="icon delete"
+                   onclick="return confirmDelete('Are you sure you want to remove these items from the shelf?')"
+                   style="display:inline;"
+                   />
+        <!-- /TMPL_IF -->
+        <!-- /TMPL_IF -->
+</form>
+    <!-- TMPL_IF name="manageshelf" -->
 
-<!-- TMPL_IF NAME="viewshelf" -->
-    <form action="<!-- TMPL_VAR NAME="script_name" -->" method="post" name="mainform">
+<br />
+<form action="/cgi-bin/koha/bookshelves/shelves.pl" method="post">
             <table>
-            <caption>Contents of <!-- TMPL_VAR NAME="shelfname" --></caption>
+        <tr><th colspan="2">Add an Item to this Shelf by Barcode</th></tr>
             <tr>
-                    <!-- TMPL_IF name="manageshelf" --><th><a href="/cgi-bin/koha/shelves.pl" onclick="CheckAll(); return false;">Check All</a></th><!-- /TMPL_IF -->
-                    <th>Summary</th>
-                    <th>Item Type</th>
-                    <th>&nbsp;</th>
-            </tr>
-                <!-- TMPL_LOOP Name="itemsloop" -->
-                    <!-- TMPL_IF NAME="toggle" -->
-                        <tr class="highlight">
-                    <!-- TMPL_ELSE -->
-                        <tr>
-                    <!-- /TMPL_IF --><!-- TMPL_IF name="manageshelf" --><td><input type="checkbox" name="REM-<!-- TMPL_VAR NAME="itemnumber" -->" /></td><!-- /TMPL_IF -->
-                        <td><p><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=<!-- TMPL_VAR name="biblionumber" -->"><!-- TMPL_VAR NAME="title" --></a></p>
-                    <p><!-- TMPL_VAR NAME="author" -->
-                        <!-- TMPL_IF name="publicationyear" --> - <!-- TMPL_VAR name="publicationyear" --><!-- /TMPL_IF -->
-                        <!-- TMPL_IF name="publishercode" -->- <!-- TMPL_VAR name="publishercode" --><!-- /TMPL_IF -->
-                        <!-- TMPL_IF name="place" --> ; <!-- TMPL_VAR name="place" --><!-- /TMPL_IF -->
-                        <!-- TMPL_IF name="pages" --> - <!-- TMPL_VAR name="pages" --><!-- /TMPL_IF -->
-                        <!-- TMPL_IF name="notes" --> : <!-- TMPL_VAR name="notes" --><!-- /TMPL_IF -->
-                        <!-- TMPL_IF name="size" --> ; <!-- TMPL_VAR name="size" --><!-- /TMPL_IF -->
-                        <!-- TMPL_IF name="timestamp" --> <i>(modified on <!-- TMPL_VAR name="timestamp" -->)</i><!-- /TMPL_IF -->                        </p>
+            <td>
+                <label for="addbarcode">Barcode:</label>
+            </td>
+            <td>
+                <input name="addbarcode" type="text" id="addbarcode" size="14" maxlength="14" />
+                <input type="hidden" name="viewshelf" value="<!-- TMPL_VAR Name="shelfnumber" -->" />
+                <input type="hidden" name="modifyshelfcontents" value="1" />
+                <input type="submit" value="Save" />
                         </td>
-                        <td><!-- TMPL_VAR NAME="itemtype" --></td>
-                        <td><a href="/cgi-bin/koha/reserve/request.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->">Reserves</a></td>
                     </tr>
-                <!-- /TMPL_LOOP -->
             </table>
-            <input type="hidden" name="shelfnumber" value="<!-- TMPL_VAR NAME="shelfnumber" -->" />
-            <input type="hidden" name="modifyshelfcontents" value="1" />
-            <input type="hidden" name="viewshelf" value="<!-- TMPL_VAR NAME="shelfnumber" -->" />
-            <!-- TMPL_IF name="manageshelf" -->
-                <input type="submit" value="Remove Selected Items" />
-            <!-- /TMPL_IF --></form><br>
-
-    <!-- TMPL_IF name="manageshelf" -->
-        <form>
-    <table>
-        <caption>Add an item by barcode</caption>
-        <tr><th><label for="barcode">Barcode:</label></th><td><input type="hidden" name="shelfnumber" value="<!-- TMPL_VAR NAME="shelfnumber" -->" />
-            <input type="hidden" name="modifyshelfcontents" value="1" />
-            <input type="hidden" name="viewshelf" value="<!-- TMPL_VAR NAME="shelfnumber" -->" />
-            <input type="text" size="14" maxlength="14" id="barcode" name="addbarcode" />
-            <input type="hidden" name="modifyshelfcontents" value="1" />
-            <input type="hidden" name="shelfnumber" value="<!-- TMPL_VAR NAME="shelfnumber" -->" /><input type="submit" value="Save" /></td></tr></table>
-        </form>
-    <!-- /TMPL_IF -->
-        <form action="/cgi-bin/koha/bookshelves/shelves.pl" method="get"><input type="submit" value="Return to Virtual Shelves" /></form>
-                
+</form>
+<!-- /TMPL_IF -->
 <!-- TMPL_ELSE -->
     <!-- TMPL_IF Name="shelves" -->
-        <!-- TMPL_IF Name="shelfnumber" -->
-            <!-- TMPL_IF NAME="already" -->
-                Becareful! This shelf already exists.
-            <!-- /TMPL_IF -->
+        <!-- TMPL_IF Name="status1" -->
+            <p class="error"><!-- TMPL_VAR Name="string1" --></p>
         <!-- /TMPL_IF -->
         <!-- TMPL_LOOP Name="paramsloop" -->
             <!-- TMPL_IF Name="status" -->
-                <!-- TMPL_IF NAME="count" -->
-                Shelf has <!-- TMPL_VAR NAME="count" --> items on it.  Please remove all items before deleting this shelf.
-                <!-- TMPL_ELSE -->
-                The bookshelf has been removed.
-                <!-- /TMPL_IF -->
+                <p class="error"><!-- TMPL_VAR Name="string" --></p>
             <!-- /TMPL_IF -->
         <!-- /TMPL_LOOP -->
-                    <form method="post" action="<!-- TMPL_VAR NAME="script_name" -->">
-                    <input type="hidden" name="shelves" value="1" />
+    <form method="post" action="/cgi-bin/koha/bookshelves/shelves.pl">
+        <input type="hidden" name="shelves" value="1">
+        <h3>Create a New a Virtual Shelf</h3>
+        <table>
+        <tr><th scope="row"><label for="addshelf">Shelf Name:</label> </th><td> <input id="addshelf" type="text" name="addshelf" size="25"></td></tr>
+        <tr><th scope="row"><label for="owner">Owner:</label> </th><td><input type="hidden" name="owner" id="owner" value="<!-- TMPL_VAR name="loggedinuser" -->"><!-- TMPL_VAR name="loggedinusername" --></td></tr>
+        <tr><th scope="row"><label for="category">Category:</label> </th><td><select name="category" id="category">
+                                    <option value="1">Private</option>
+                                    <option value="2">Public</option>
+                                    <option value="3">Free</option>
+                                    </select></td></tr></table>
+        <ul><li>A <strong>private</strong> virtual shelf is managed by you and can be seen only by you.</li><li> A <strong>public</strong> virtual shelf can be seen by everybody, but managed only by you.</li>
+            <li> A <strong>free</strong> virtual shelf can be added to and changed by any user.</li></ul>
+                                <p><input type="submit" value="Add New Shelf"></p>
+                    </form>
+    
                     <!-- TMPL_IF NAME="shelvesloop" -->
+        <form method="post" action="/cgi-bin/koha/bookshelves/shelves.pl" name="mainform">
+                    <input type="hidden" name="shelves" value="1" />
+                    <h3>Delete Virtual Shelves</h3>
                     <table>
-                        <caption>Bookshelves</caption>
-                        <th>&nbsp;</th><th>Title</th><th>Item Count</th>
+                        <tr><th>&nbsp;</th><th>Shelf Name</th><th>Contents</th></tr>
                     <!-- TMPL_LOOP Name="shelvesloop" -->
                         <!-- TMPL_IF name="canmanage" -->
-                            <!-- TMPL_IF NAME="toggle" --><tr><!-- TMPL_ELSE --><tr class="highlight"><!-- /TMPL_IF -->
-                                <td>
-                                    <input type="checkbox" name="DEL-<!-- TMPL_VAR NAME="shelf" -->" />
-                                </td>
-                                <td>
-                                    <a href="shelves.pl?viewshelf=<!-- TMPL_VAR name="shelf" -->"><!-- TMPL_VAR NAME="shelfname" --></a>
-                                </td>
-                                <td>
-                                    <!-- TMPL_IF NAME="shelfbookcount" --><!-- TMPL_VAR NAME="shelfbookcount" --> item(s)*<!-- TMPL_ELSE -->Empty<!-- /TMPL_IF -->
-                                </td>
-                            </tr>
+                        <tr>
+                            <td><input type="checkbox" name="DEL-<!-- TMPL_VAR Name="shelf" -->" /></td><td><a href="/cgi-bin/koha/bookshelves/shelves.pl?viewshelf=<!-- TMPL_VAR Name="shelf" -->"><!-- TMPL_VAR Name="shelfname" --></a></td><td><!-- TMPL_VAR Name="shelfbookcount" --> item(s)</td></tr>
                         <!-- /TMPL_IF -->
                     <!-- /TMPL_LOOP -->
                     </table>
-                        <input type="submit" value="Delete Selected Shelves" /> <sup>*</sup>Shelves must be empty before they can be deleted.
-                    </p>
-                    <!-- TMPL_ELSE -->
-                        <span class="problem">No shelf defined.</span>
+        <input type="submit" value="Delete Shelves" /></form>
                     <!-- /TMPL_IF -->
-                    </form>
+        <p><form class="inline" action="/cgi-bin/koha/bookshelves/shelves.pl" method="get"><input type="submit" value="Back to Virtual Shelves" /></form></p>
 
-            <form method="post" action="<!-- TMPL_VAR NAME="script_name" -->">
-                <input type="hidden" name="shelves" value="1" />
-                <table>
-                <caption>Add Shelf</caption>
-                <tr>
-                    <th>
-                        <label>Name</label>
-                    </th>
-                    <td>
-                        <input type="text" name="addshelf" size="25" />
-                    </td>
-                </tr>
-                <tr>
-                    <th>
-                        <label>Owner</label>
-                    </th>
-                    <td>
-                        <input type="hidden" name="owner" value="<!-- TMPL_VAR NAME="loggedinuser" -->" />
-                        <!-- TMPL_VAR NAME="loggedinusername" -->
-                    </td>
-                </tr>
-                <tr>
-                    <th><label>Category</label></th>
-                    <td>
-                        <select name="category">
-                            <option value="1">Private</option>
-                            <option value="2">Public</option>
-                        </select>
-                    </td>
-                </tr>
-            </table>
-        <ul>
-            <li>A private bookshelf is managed by you and can be seen only by you.</li>
-            <li> A public shelf can be seen by everybody, but managed only by you.</li>
-        </ul>
-        <input type="submit" value="Add New Shelf" />
-        </form>
-        <form action="/cgi-bin/koha/bookshelves/shelves.pl" method="POST">
-            <input type="submit" value="Back to Shelf List" />
-        </form>
     <!-- TMPL_ELSE -->
-            <!-- TMPL_IF NAME="shelvesloop" -->
+    <!-- TMPL_IF name="edit" -->
+        <form method="post">
+            <input type="hidden" name="op" value="modifsave">
+            <input type="hidden" name="shelfnumber" value="<!-- TMPL_VAR name="shelfnumber" -->">
+<h3>Modify Virtual Shelf <!-- TMPL_VAR name="shelfname"--></h3>
             <table>
-            <caption>Existing virtual shelves</caption>
-                <tr>
-                    <th>Shelf Name</th>
-                    <th>Category</th>
-                    <th>Content size</th>
-                    <th>Owner</th>
-                    <th>&nbsp;</th>
-                </tr>
-                <!-- TMPL_LOOP Name="shelvesloop" -->
-                <!-- TMPL_IF NAME="toggle" -->
-                    <tr class="highlight">
+            <tr><td><label for="shelfname">Shelf Name: </label></td><td><input type="text" id="shelfname" name="shelfname" size="25" value="<!-- TMPL_VAR name="shelfname"-->" /></td></tr>
+            <tr><td><label for="owner">Owner: </label></td><td><input type="hidden" id="owner" name="owner" value="<!-- TMPL_VAR NAME="loggedinuser" -->"><!-- TMPL_VAR NAME="loggedinusername" --></td></tr>
+            <tr><td><label for="category">Category: </label></td><td><select id="category" name="category">
+                    <!-- TMPL_IF name="category1" -->
+                        <option value="1" selected>Private</option>
                 <!-- TMPL_ELSE -->
-                    <tr>
-                <!-- /TMPL_IF -->
-                    <td>
-                        <p>
-                            <a href="/cgi-bin/koha/bookshelves/shelves.pl?viewshelf=<!-- TMPL_VAR NAME="shelf" -->">
-                                <!-- TMPL_VAR NAME="shelfname" -->
-                            </a>
-                        </p>
-                    </td>
-                    <td>
-                        <p>
-                        <!-- TMPL_IF NAME="category1" -->
-                            Private
-                        <!-- /TMPL_IF -->
-                        <!-- TMPL_IF NAME="category2" -->
-                            Public
+                        <option value="1">Private</option>
                         <!-- /TMPL_IF -->
-                        <!-- TMPL_IF NAME="category3" -->
-                            Free
+                    <!-- TMPL_IF name="category2" -->
+                        <option value="2" selected>Public</option>
+                    <!-- TMPL_ELSE -->
+                        <option value="2">Public</option>
                         <!-- /TMPL_IF -->
-                        </p>
-                    </td>
-                    <td>
-                        <!-- TMPL_VAR NAME="shelfbookcount" --> item(s)
-                    </td>
-                    <td>
-                        <p><!-- TMPL_VAR name="firstname" --> <!-- TMPL_VAR name="surname" --></p>
-                    <td>
-                    <!-- TMPL_IF name="mine" -->
-                        <p>
-                            <a href="shelves.pl?op=modif&amp;shelf=<!-- TMPL_VAR NAME="shelf" -->">
-                                Edit
-                            </a>
-                        </p>
+                    <!-- TMPL_IF name="category3" -->
+                        <option value="3" selected>Free</option>
+                    <!-- TMPL_ELSE -->
+                        <option value="3">Free</option>
                     <!-- /TMPL_IF -->
-                    </td>
-                </tr>
-                <!-- /TMPL_LOOP -->
+                </select></td></tr>
             </table>
-             <!-- /TMPL_IF -->
-        <form action="/cgi-bin/koha/bookshelves/shelves.pl" method="POST">
-            <input type="hidden" value="1" name="shelves" />
-            <input type="submit" value="Add or Remove Book Shelves" />
+            <ul><li>A <strong>private</strong> virtual shelf is managed by you and can be seen <strong>only</strong> by you.</li>
+                <li> A <strong>public</strong> virtual shelf can be seen by <strong>everybody</strong>, but managed only by you.</li>
+                <li>A <strong>free</strong> virtual shelf can be added to or changed by <strong>any</strong> user.</li></ul>
+            <p><input type="submit" value="Save Changes"></p>
+
         </form>
+<!-- /TMPL_IF -->
+<h3>Virtual Shelves</h3>
+
+<table>
+<tr><th>Shelf Name</th><th>Category</th><th>Content Size</th><th>&nbsp;</th></tr>
+<!-- TMPL_LOOP Name="shelvesloop" -->
+<tr<!-- TMPL_IF name="color" --> class="highlight"<!-- /TMPL_IF -->><td><a href="/cgi-bin/koha/bookshelves/shelves.pl?viewshelf=<!-- TMPL_VAR Name="shelf" -->"><!-- TMPL_VAR Name="shelfname" --></a></td><td><!-- TMPL_IF NAME="category1" -->Private<!-- /TMPL_IF --><!-- TMPL_IF NAME="category2" -->Public<!-- /TMPL_IF --><!-- TMPL_IF NAME="category3" -->Free<!-- /TMPL_IF --></td><td><!-- TMPL_VAR Name="shelfbookcount" --> item(s)</td><td><!-- TMPL_IF name="mine" --><a href="/cgi-bin/koha/bookshelves/shelves.pl?op=modif&amp;shelf=<!-- TMPL_VAR NAME="shelf" -->">Modify</a><!-- TMPL_ELSE -->&nbsp;<!-- /TMPL_IF --></td></tr>
+            <!-- /TMPL_LOOP -->
+        </table>
+        <p><form action="/cgi-bin/koha/bookshelves/shelves.pl" method="get"><input type="hidden" value="1" name="shelves" /><input type="submit" value="Add or Remove Book Shelves" /></form></p>
     <!-- /TMPL_IF -->
 <!-- /TMPL_IF -->
 
-<!-- TMPL_INCLUDE Name="intranet-bottom.inc" -->
+<br clear="both" />
+
+</body>
+</html>
+





More information about the Koha-cvs mailing list