diff options
author | svncommit <devs@roundcube.net> | 2006-09-14 03:49:28 +0000 |
---|---|---|
committer | svncommit <devs@roundcube.net> | 2006-09-14 03:49:28 +0000 |
commit | a0109c4933e0bfb5ed9dbcf94f932991ca689542 (patch) | |
tree | 955246969bf9da5d5335d1d7c483025fdbd50407 /skins/default/templates | |
parent | bb5ddfa0ade5fbd2ed9be16e51d4ce695252eece (diff) |
Initial TinyMCE editor support (still need to work on spellcheck and skins)
Diffstat (limited to 'skins/default/templates')
-rw-r--r-- | skins/default/templates/compose.html | 4 | ||||
-rw-r--r-- | skins/default/templates/ldappublicsearch.html | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/skins/default/templates/compose.html b/skins/default/templates/compose.html index ed44bb56c..2c11e0015 100644 --- a/skins/default/templates/compose.html +++ b/skins/default/templates/compose.html @@ -106,7 +106,9 @@ function rcmail_toggle_display(id) <td align="right"> <roundcube:label name="charset" />: <roundcube:object name="charsetSelector" tabindex="8" /> </td> - +<td align="right"> + <roundcube:label name="editortype" />: <roundcube:object name="editorSelector" tabindex="9" /> +</td> </tr></tbody></table> </td> diff --git a/skins/default/templates/ldappublicsearch.html b/skins/default/templates/ldappublicsearch.html index 70570c06f..d9714cb85 100644 --- a/skins/default/templates/ldappublicsearch.html +++ b/skins/default/templates/ldappublicsearch.html @@ -22,7 +22,7 @@ <roundcube:object name="ldappublicaddresslist" id="ldappublicaddresslist" cellspacing="0" - summary="Ldap email address list" /> + summary="LDAP email address list" /> </div> <roundcube:include file="/includes/ldapscripts.html" /> |