Ticket #1484760: identiesfix.patch

File identiesfix.patch, 2.5 kB (added by Pvt_Ryan, 11 months ago)

Fix for identities misspelling

  • program/steps/settings/func.inc

     
    254273// register UI objects 
    255274$OUTPUT->add_handlers(array( 
    256275  'userprefs' => 'rcmail_user_prefs_form', 
    257   'itentitieslist' => 'rcmail_identities_list' 
     276  'identitieslist' => 'rcmail_identities_list' 
    258277)); 
    259278 
    260279 
  • skins/default/templates/addidentity.html

     
    1313 
    1414 
    1515<div id="identities-list"> 
    16 <roundcube:object name="itentitiesList" id="identities-table" class="records-table" cellspacing="0" summary="Identities list" editIcon="" /> 
     16<roundcube:object name="identitiesList" id="identities-table" class="records-table" cellspacing="0" summary="Identities list" editIcon="" /> 
    1717 
    1818<p><roundcube:button command="add" type="input" label="newidentity" class="button" /></p> 
    1919 
  • skins/default/templates/editidentity.html

     
    1313 
    1414 
    1515<div id="identities-list"> 
    16 <roundcube:object name="itentitiesList" id="identities-table" class="records-table" cellspacing="0" summary="Identities list" editIcon="" /> 
     16<roundcube:object name="identitiesList" id="identities-table" class="records-table" cellspacing="0" summary="Identities list" editIcon="" /> 
    1717 
    1818<p><roundcube:button command="add" type="input" label="newidentity" class="button" /></p> 
    1919 
  • skins/default/templates/identities.html

     
    1212<roundcube:include file="/includes/settingstabs.html" /> 
    1313 
    1414<div id="identities-list"> 
    15 <roundcube:object name="itentitiesList" id="identities-table" class="records-table" cellspacing="0" summary="Identities list" editIcon="" /> 
     15<roundcube:object name="identitiesList" id="identities-table" class="records-table" cellspacing="0" summary="Identities list" editIcon="" /> 
    1616 
    1717<p><roundcube:button command="add" type="input" label="newidentity" class="button" /></p> 
    1818</div>