diff options
Diffstat (limited to 'skins/larry/templates/compose.html')
-rw-r--r-- | skins/larry/templates/compose.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/skins/larry/templates/compose.html b/skins/larry/templates/compose.html index 1d8c46b96..e2b835d7f 100644 --- a/skins/larry/templates/compose.html +++ b/skins/larry/templates/compose.html @@ -5,7 +5,7 @@ <roundcube:include file="/includes/links.html" /> <link rel="stylesheet" type="text/css" href="/googiespell.css" /> </head> -<body> +<body class="noscroll"> <roundcube:include file="/includes/header.html" /> @@ -16,10 +16,10 @@ <!-- inline address book --> <div id="compose-contacts" class="uibox listbox"> <h2 class="boxtitle"><roundcube:label name="contacts" /></h2> -<div class="scroller withfooter"> <roundcube:object name="adressbooks" id="directorylist" class="listing" /> - <roundcube:object name="addresslist" id="contacts-table" class="listing" noheader="true" /> -</div> + <div class="scroller withfooter"> + <roundcube:object name="addresslist" id="contacts-table" class="listing" noheader="true" /> + </div> <div class="boxfooter"> <roundcube:button command="add-recipient" prop="to" type="link" title="to" class="listbutton addto disabled" classAct="listbutton addto" innerClass="inner" content="To+" /><roundcube:button command="add-recipient" prop="cc" type="link" title="cc" class="listbutton addcc disabled" classAct="listbutton addcc" innerClass="inner" content="Cc+" /><roundcube:button command="add-recipient" prop="bcc" type="link" title="bcc" class="listbutton addbcc disabled" classAct="listbutton addbcc" innerClass="inner" content="Bcc+" /> </div> |