Fix ugly type as suggested in #1484760
| | |
| | | // 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 |
| | | )); |
| | | |
| | | |
| | |
| | | |
| | | |
| | | <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 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> |
| | | |
| | |
| | | <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> |