diff options
author | thomascube <thomas@roundcube.net> | 2008-02-08 15:13:12 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2008-02-08 15:13:12 +0000 |
commit | b89d5a816b161a08bd21ee8f33b6c7af1157c523 (patch) | |
tree | 5196bfb41ed0547eb13f04dd459f3cc229d921f3 /skins | |
parent | 606fc01355c349916716cbb16255353366cade68 (diff) |
Fix ugly type as suggested in #1484760
Diffstat (limited to 'skins')
-rw-r--r-- | skins/default/templates/addidentity.html | 2 | ||||
-rw-r--r-- | skins/default/templates/editidentity.html | 2 | ||||
-rw-r--r-- | skins/default/templates/identities.html | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/skins/default/templates/addidentity.html b/skins/default/templates/addidentity.html index d38d80642..8162d1cdd 100644 --- a/skins/default/templates/addidentity.html +++ b/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> diff --git a/skins/default/templates/editidentity.html b/skins/default/templates/editidentity.html index 4fb087d40..04a3e8b39 100644 --- a/skins/default/templates/editidentity.html +++ b/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> diff --git a/skins/default/templates/identities.html b/skins/default/templates/identities.html index 7e311cc7f..f9f3436ef 100644 --- a/skins/default/templates/identities.html +++ b/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> |