Fixes for interface bugs 2064, 2065, 2066
authorOwen Leonard <oleonard@myacpl.org>
Tue, 29 Apr 2008 13:31:04 +0000 (08:31 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Wed, 30 Apr 2008 11:09:03 +0000 (06:09 -0500)
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
koha-tmpl/opac-tmpl/prog/en/css/opac.css
koha-tmpl/opac-tmpl/prog/en/js/script.js
koha-tmpl/opac-tmpl/prog/en/modules/opac-addbybiblionumber.tmpl
koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tmpl

index 06d9629..fd1c550 100644 (file)
@@ -1104,6 +1104,10 @@ div.message {
        font-weight : bold;
        margin : 0 .2em; 
  }
+#opac-main-search #listsmenu .yuimenuitemlabel {
+       cursor : pointer;
+}
 
 #opac-main-search #listsmenu .bd {
        background-color : #f3f3f3;
index 9ab2d41..4c8d077 100644 (file)
@@ -3,7 +3,7 @@ function confirmDelete(message) {
 }
 
 function Dopop(link) {
-       newin=window.open(link,'popup','width=500,height=400,toolbar=false,scrollbars=yes');
+       newin=window.open(link,'popup','width=500,height=400,toolbar=false,scrollbars=yes,resizeable=yes');
 }
 
 $(document).ready(function(){
index 28462fe..0d314d5 100644 (file)
@@ -43,7 +43,7 @@
 <fieldset class="rows">    <legend>Add to a New List:</legend>
         <ol><li>
             <label for="newvirtualshelf">
-                Shelf Name:
+                List Name:
             </label>
             <input type="text" name="newvirtualshelf" id="newvirtualshelf" size="40" />
         </li>
index 5ec3f48..4b72afe 100755 (executable)
 </div>
 </div>
        <!-- TMPL_IF NAME="OpacNav" --><div class="yui-b"><!--TMPL_INCLUDE NAME="navigation.inc" --></div><!-- /TMPL_IF -->
-
-<script language="javascript" type="text/javascript">function Dopop(link) { newin=window.open(link,'popup','width=500,height=400,toolbar=false,scrollbars=yes'); }</script>
 </div>
 <!-- TMPL_INCLUDE NAME="opac-bottom.inc" -->