Fixes for interface bugs 2064, 2065, 2066

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
This commit is contained in:
Owen Leonard 2008-04-29 08:31:04 -05:00 committed by Joshua Ferraro
parent 1a5497ac9b
commit a7b8359a45
4 changed files with 6 additions and 4 deletions

View 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;

View 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(){

View 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>

View file

@ -542,7 +542,5 @@
</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" -->