diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-09-04 18:20:27 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-09-04 18:20:27 +0000 |
| commit | 46de7563c2bf659895ae1c6680e73dba49e2158c (patch) | |
| tree | efefc61a4d92ca127cd228196444d50df058c17d /roundcubemail/skins/default | |
| parent | c371f5c8d312284a8722aed04119b7f50c4928d5 (diff) | |
Enable export of contacts as vCard + DRY
git-svn-id: https://svn.roundcube.net/trunk@1732 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/default')
| -rw-r--r-- | roundcubemail/skins/default/templates/addcontact.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/skins/default/templates/addcontact.html b/roundcubemail/skins/default/templates/addcontact.html index 70a796aa2..10a121a2f 100644 --- a/roundcubemail/skins/default/templates/addcontact.html +++ b/roundcubemail/skins/default/templates/addcontact.html @@ -14,7 +14,7 @@ <p><br /> <input type="button" value="<roundcube:label name="cancel" />" class="button" onclick="history.back()" /> -<roundcube:button command="save" type="input" class="button" label="save mainaction" /> +<roundcube:button command="save" type="input" class="button mainaction" label="save" /> </p> </form> |
