Some changes to finish out Bug 1514.
authorOwen Leonard <oleonard@myacpl.org>
Tue, 18 Dec 2007 22:16:06 +0000 (16:16 -0600)
committerJoshua Ferraro <jmf@liblime.com>
Tue, 18 Dec 2007 22:40:21 +0000 (16:40 -0600)
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tmpl

index 742e03f..39dce64 100644 (file)
@@ -160,7 +160,8 @@ function confirmDelete(s,n){
 </form>
 </div>
 <!-- /TMPL_IF -->
-<!-- TMPL_ELSE -->
+<!-- /TMPL_IF -->
+
     <!-- TMPL_IF NAME="shelves" -->
 <div class="yui-ge">
        <div class="yui-u first">
@@ -198,8 +199,8 @@ function confirmDelete(s,n){
         </ul></div>
        </div>
 </div>
-        
-    <!-- TMPL_ELSE -->
+<!-- /TMPL_IF -->
+   
     <!-- TMPL_IF name="edit" -->
        <div class="yui-ge">
        <div class="yui-u first">
@@ -221,6 +222,7 @@ function confirmDelete(s,n){
                         <option value="2" selected="selected">Public</option>
                     <!-- TMPL_ELSE -->
                         <option value="2">Public</option>
+                    <!-- /TMPL_IF -->
                                        <!-- TMPL_IF NAME="category3" -->
                                                <option value="3" selected="selected">Open</option>
                                        <!-- TMPL_ELSE -->
@@ -239,7 +241,11 @@ function confirmDelete(s,n){
             </ul></div>
        </div>
 
-<!-- /TMPL_IF --><!-- TMPL_ELSE -->
+<!-- /TMPL_IF -->
+
+<!-- TMPL_IF NAME="viewshelf" --><!-- TMPL_ELSE -->
+<!-- TMPL_IF NAME="shelves" --><!-- TMPL_ELSE -->
+<!-- TMPL_IF name="edit" --><!-- TMPL_ELSE -->
 <!-- TMPL_IF NAME="shelvesloop" -->
 <h3>Virtual shelves</h3>
 
@@ -259,7 +265,7 @@ function confirmDelete(s,n){
 <!-- /TMPL_LOOP -->
 </table>
 <!-- /TMPL_IF -->
-
+<!-- /TMPL_IF -->
 <!-- /TMPL_IF -->
 <!-- /TMPL_IF -->