diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-09-02 17:22:00 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-09-02 17:22:00 +0000 |
| commit | 48ac9b2adc7a4e37dd934a5c45e6ffb112dff299 (patch) | |
| tree | af4afd13427d5bbf5b9c5b6a406f3be3dcf8112e /roundcubemail/skins/default/templates/compose.html | |
| parent | 7ea6112e4580bf3c1a73c015275d60c5acf39225 (diff) | |
New feature to import contacts from a vcard file + mark form buttons that provide the most obvious operation
git-svn-id: https://svn.roundcube.net/trunk@1716 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/default/templates/compose.html')
| -rw-r--r-- | roundcubemail/skins/default/templates/compose.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/skins/default/templates/compose.html b/roundcubemail/skins/default/templates/compose.html index f3cc9279c..da8b45710 100644 --- a/roundcubemail/skins/default/templates/compose.html +++ b/roundcubemail/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"> |
