diff options
author | thomascube <thomas@roundcube.net> | 2008-09-02 17:22:00 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2008-09-02 17:22:00 +0000 |
commit | ed132eddea4a5a21f6f0c1454efa14c5ebe79520 (patch) | |
tree | ddca59a3305bc72f414a9b9a3ba5794126822e0b /skins/default/templates/compose.html | |
parent | 82bac871fa626e82a593f7ab5a4ca3509261049f (diff) |
New feature to import contacts from a vcard file + mark form buttons that provide the most obvious operation
Diffstat (limited to 'skins/default/templates/compose.html')
-rw-r--r-- | skins/default/templates/compose.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/default/templates/compose.html b/skins/default/templates/compose.html index f3cc9279c..da8b45710 100644 --- a/skins/default/templates/compose.html +++ b/skins/default/templates/compose.html @@ -133,7 +133,7 @@ function rcmail_prev_sibling(elm) <table border="0" cellspacing="0" width="100%" summary=""><tbody> <tr> <td style="white-space: nowrap"> -<roundcube:button type="input" command="send" class="button" label="sendmessage" tabindex="8" /> +<roundcube:button type="input" command="send" class="button mainaction" label="sendmessage" tabindex="8" /> <roundcube:button type="input" command="list" class="button" label="cancel" tabindex="9" /> </td> <td style="text-align:center; white-space: nowrap"> |