Fixes for interface bugs 2064, 2065, 2066
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
This commit is contained in:
parent
1a5497ac9b
commit
a7b8359a45
4 changed files with 6 additions and 4 deletions
|
@ -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;
|
||||
|
|
|
@ -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(){
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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" -->
|
||||
|
|
Loading…
Reference in a new issue