From ed132eddea4a5a21f6f0c1454efa14c5ebe79520 Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Tue, 02 Sep 2008 13:22:00 -0400 Subject: [PATCH] New feature to import contacts from a vcard file + mark form buttons that provide the most obvious operation --- skins/default/templates/settings.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/skins/default/templates/settings.html b/skins/default/templates/settings.html index dfb67e0..490d35d 100644 --- a/skins/default/templates/settings.html +++ b/skins/default/templates/settings.html @@ -17,7 +17,7 @@ <div style="padding:15px"> <roundcube:object name="userprefs"> -<p><roundcube:button command="save" type="input" class="button" label="save" /></p> +<p><roundcube:button command="save" type="input" class="button mainaction" label="save" /></p> </div> </div> -- Gitblit v1.9.1