From e19229ce09c0233a93584925b2e4fed7370e6650 Mon Sep 17 00:00:00 2001 From: thomascube Date: Wed, 14 Dec 2011 11:53:02 +0000 Subject: Larry's identities settings and about page --- program/steps/settings/edit_identity.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'program') diff --git a/program/steps/settings/edit_identity.inc b/program/steps/settings/edit_identity.inc index df5cf9328..bf64d4265 100644 --- a/program/steps/settings/edit_identity.inc +++ b/program/steps/settings/edit_identity.inc @@ -5,7 +5,7 @@ | program/steps/settings/edit_identity.inc | | | | This file is part of the Roundcube Webmail client | - | Copyright (C) 2005-2007, The Roundcube Dev Team | + | Copyright (C) 2005-2011, The Roundcube Dev Team | | Licensed under the GNU GPL | | | | PURPOSE: | @@ -131,10 +131,10 @@ function rcube_identity_form($attrib) $value = !empty($colprop['value']) ? $colprop['value'] : rcmail_get_edit_field($col, $IDENTITY_RECORD[$col], $colprop, $colprop['type']); - $table->add('title', sprintf('', $colprop['id'], Q($label))); + $table->add('title', html::label($colprop['id'], Q($label))); $table->add(null, $value); } - $content = $table->show(); + $content = $table->show($attrib); } else { $content = $fieldset['content']; -- cgit v1.2.3