Ticket #1484760: identiesfix.patch
| File identiesfix.patch, 2.5 kB (added by Pvt_Ryan, 11 months ago) |
|---|
-
program/steps/settings/func.inc
254 273 // register UI objects 255 274 $OUTPUT->add_handlers(array( 256 275 'userprefs' => 'rcmail_user_prefs_form', 257 'i tentitieslist' => 'rcmail_identities_list'276 'identitieslist' => 'rcmail_identities_list' 258 277 )); 259 278 260 279 -
skins/default/templates/addidentity.html
13 13 14 14 15 15 <div id="identities-list"> 16 <roundcube:object name="i tentitiesList" 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="" /> 17 17 18 18 <p><roundcube:button command="add" type="input" label="newidentity" class="button" /></p> 19 19 -
skins/default/templates/editidentity.html
13 13 14 14 15 15 <div id="identities-list"> 16 <roundcube:object name="i tentitiesList" 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="" /> 17 17 18 18 <p><roundcube:button command="add" type="input" label="newidentity" class="button" /></p> 19 19 -
skins/default/templates/identities.html
12 12 <roundcube:include file="/includes/settingstabs.html" /> 13 13 14 14 <div id="identities-list"> 15 <roundcube:object name="i tentitiesList" 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="" /> 16 16 17 17 <p><roundcube:button command="add" type="input" label="newidentity" class="button" /></p> 18 18 </div>
