Fix ugly type as suggested in #1484760

release-0.6
thomascube 17 years ago
parent 606fc01355
commit b89d5a816b

@ -254,7 +254,8 @@ function get_form_tags($attrib, $action, $add_hidden=array())
// register UI objects
$OUTPUT->add_handlers(array(
'userprefs' => 'rcmail_user_prefs_form',
'itentitieslist' => 'rcmail_identities_list'
'identitieslist' => 'rcmail_identities_list',
'itentitieslist' => 'rcmail_identities_list' // keep this for backward compatibility
));

@ -13,7 +13,7 @@
<div id="identities-list">
<roundcube:object name="itentitiesList" id="identities-table" class="records-table" cellspacing="0" summary="Identities list" editIcon="" />
<roundcube:object name="identitiesList" id="identities-table" class="records-table" cellspacing="0" summary="Identities list" editIcon="" />
<p><roundcube:button command="add" type="input" label="newidentity" class="button" /></p>

@ -13,7 +13,7 @@
<div id="identities-list">
<roundcube:object name="itentitiesList" id="identities-table" class="records-table" cellspacing="0" summary="Identities list" editIcon="" />
<roundcube:object name="identitiesList" id="identities-table" class="records-table" cellspacing="0" summary="Identities list" editIcon="" />
<p><roundcube:button command="add" type="input" label="newidentity" class="button" /></p>

@ -12,7 +12,7 @@
<roundcube:include file="/includes/settingstabs.html" />
<div id="identities-list">
<roundcube:object name="itentitiesList" id="identities-table" class="records-table" cellspacing="0" summary="Identities list" editIcon="" />
<roundcube:object name="identitiesList" id="identities-table" class="records-table" cellspacing="0" summary="Identities list" editIcon="" />
<p><roundcube:button command="add" type="input" label="newidentity" class="button" /></p>
</div>

Loading…
Cancel
Save