diff options
author | thomascube <thomas@roundcube.net> | 2008-09-04 18:20:27 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2008-09-04 18:20:27 +0000 |
commit | 0dbac3218130dfe418d6c7dc162f819c746bec2d (patch) | |
tree | 12fe7f8ac96d3fcbff68d32f6e048374b474d9a2 /skins/default/templates | |
parent | d41f9762a7fa9e206a499bfa197435a578e36360 (diff) |
Enable export of contacts as vCard + DRY
Diffstat (limited to 'skins/default/templates')
-rw-r--r-- | skins/default/templates/addcontact.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/default/templates/addcontact.html b/skins/default/templates/addcontact.html index 70a796aa2..10a121a2f 100644 --- a/skins/default/templates/addcontact.html +++ b/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> |