Ignore:
Timestamp:
Mar 9, 2012 8:23:24 AM (16 months ago)
Author:
alec
Message:
  • Unified (single) spellchecker button
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/skins/larry/templates/compose.html

    r5955 r5994  
    44<title><roundcube:object name="pagetitle" /></title> 
    55<roundcube:include file="/includes/links.html" /> 
     6<roundcube:if condition="config:enable_spellcheck" /> 
    67<link rel="stylesheet" type="text/css" href="/googiespell.css" /> 
     8<roundcube:endif /> 
    79</head> 
    810<body class="noscroll"> 
     
    3941<div id="messagetoolbar" class="fullwidth"> 
    4042<div id="mailtoolbar" class="toolbar"> 
    41         <roundcube:button command="spellcheck" type="link" class="button spellcheck disabled" classAct="button spellcheck" classSel="button spellcheck pressed" label="spellcheck" title="checkspelling" /> 
     43        <roundcube:if condition="config:enable_spellcheck" /> 
     44        <span class="dropbutton"> 
     45                <roundcube:button command="spellcheck" type="link" class="button spellcheck disabled" classAct="button spellcheck" classSel="button spellcheck pressed" label="spellcheck" title="checkspelling" /> 
     46                <span class="dropbuttontip" id="spellmenulink" onclick="UI.show_popup('spellmenu');return false"></span> 
     47        </span> 
     48        <roundcube:endif /> 
    4249        <roundcube:button name="addattachment" type="link" class="button attach" classAct="button attach" classSel="button attach pressed" label="attach" title="addattachment" onclick="UI.show_uploadform();return false" /> 
    4350        <roundcube:button command="insert-sig" type="link" class="button insertsig disabled" classAct="button insertsig" classSel="button insertsig pressed" label="signature" title="insertsignature" /> 
     
    143150<div id="composeview-bottom"> 
    144151        <div id="composebodycontainer"> 
    145                 <div id="spellcheck-control"></div> 
    146152                <roundcube:object name="composeBody" id="composebody" form="form" cols="70" rows="20" tabindex="9" /> 
    147153        </div> 
     
    172178</div> 
    173179 
     180<div id="spellmenu" class="popupmenu"></div> 
     181 
    174182<roundcube:include file="/includes/footer.html" /> 
    175183 
Note: See TracChangeset for help on using the changeset viewer.