Changeset 5994 in subversion for trunk/roundcubemail/skins/default/templates/compose.html
- Timestamp:
- Mar 9, 2012 8:23:24 AM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/skins/default/templates/compose.html
r5939 r5994 4 4 <title><roundcube:object name="productname" /> :: <roundcube:label name="compose" /></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 <script type="text/javascript" src="/functions.js"></script> 8 10 <script type="text/javascript" src="/splitter.js"></script> … … 24 26 <roundcube:button command="list" type="link" class="button back" classAct="button back" classSel="button backSel" title="backtolist" content=" " /> 25 27 <roundcube:button command="send" type="link" class="buttonPas send" classAct="button send" classSel="button sendSel" title="sendmessage" content=" " /> 26 <roundcube:button command="spellcheck" type="link" class="buttonPas spellcheck" classAct="button spellcheck" classSel="button spellcheckSel" title="checkspelling" content=" " /> 28 <roundcube:if condition="config:enable_spellcheck" /> 29 <span class="dropbutton"> 30 <roundcube:button command="spellcheck" type="link" class="buttonPas spellcheck" classAct="button spellcheck" classSel="button spellcheckSel" title="checkspelling" content=" " /> 31 <span id="spellmenulink" onclick="rcmail_ui.show_popup('spellmenu');return false"></span> 32 </span> 33 <roundcube:endif /> 27 34 <roundcube:button name="addattachment" type="link" class="button attach" classAct="button attach" classSel="button attachSel" title="addattachment" onclick="rcmail_ui.show_popup('uploadmenu', true);return false" content=" " /> 28 35 <roundcube:button command="insert-sig" type="link" class="buttonPas insertsig" classAct="button insertsig" classSel="button insertsigSel" title="insertsignature" content=" " /> … … 112 119 </div> 113 120 <div id="compose-editorfooter"> 114 <span id="spellcheck-control" style="margin-right:10px"></span>115 121 <roundcube:if condition="!in_array('htmleditor', (array)config:dont_override)" /> 116 122 <span> … … 144 150 </div> 145 151 152 <div id="spellmenu" class="popupmenu selectable"></div> 153 146 154 </form> 147 155
Note: See TracChangeset
for help on using the changeset viewer.
