thomascube
2008-02-08 b89d5a816b161a08bd21ee8f33b6c7af1157c523
Fix ugly type as suggested in #1484760

4 files modified
9 ■■■■■ changed files
program/steps/settings/func.inc 3 ●●●● patch | view | raw | blame | history
skins/default/templates/addidentity.html 2 ●●● patch | view | raw | blame | history
skins/default/templates/editidentity.html 2 ●●● patch | view | raw | blame | history
skins/default/templates/identities.html 2 ●●● patch | view | raw | blame | history
program/steps/settings/func.inc
@@ -254,7 +254,8 @@
// 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
));
skins/default/templates/addidentity.html
@@ -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>
skins/default/templates/editidentity.html
@@ -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>
skins/default/templates/identities.html
@@ -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>