Changeset 5994 in subversion for trunk/roundcubemail/skins/larry/templates/compose.html
- Timestamp:
- Mar 9, 2012 8:23:24 AM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/skins/larry/templates/compose.html
r5955 r5994 4 4 <title><roundcube:object name="pagetitle" /></title> 5 5 <roundcube:include file="/includes/links.html" /> 6 <roundcube:if condition="config:enable_spellcheck" /> 6 7 <link rel="stylesheet" type="text/css" href="/googiespell.css" /> 8 <roundcube:endif /> 7 9 </head> 8 10 <body class="noscroll"> … … 39 41 <div id="messagetoolbar" class="fullwidth"> 40 42 <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 /> 42 49 <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" /> 43 50 <roundcube:button command="insert-sig" type="link" class="button insertsig disabled" classAct="button insertsig" classSel="button insertsig pressed" label="signature" title="insertsignature" /> … … 143 150 <div id="composeview-bottom"> 144 151 <div id="composebodycontainer"> 145 <div id="spellcheck-control"></div>146 152 <roundcube:object name="composeBody" id="composebody" form="form" cols="70" rows="20" tabindex="9" /> 147 153 </div> … … 172 178 </div> 173 179 180 <div id="spellmenu" class="popupmenu"></div> 181 174 182 <roundcube:include file="/includes/footer.html" /> 175 183
Note: See TracChangeset
for help on using the changeset viewer.
