diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-10-24 07:57:21 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-10-24 07:57:21 +0000 |
| commit | 4278ac8215da8ce3a62027d2dc4e763f2b45ab2d (patch) | |
| tree | 98d390f64ee90706c2e539feb4fcfafa3ae9e2a8 /roundcubemail/skins/default/templates/identities.html | |
| parent | 875a49c2581f9349098285484d36f48a62236730 (diff) | |
- Added option 'identities_level', removed 'multiple_identities'
- Allow deleting identities when multiple_identities=false (#1485435)
git-svn-id: https://svn.roundcube.net/trunk@2006 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/default/templates/identities.html')
| -rw-r--r-- | roundcubemail/skins/default/templates/identities.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/skins/default/templates/identities.html b/roundcubemail/skins/default/templates/identities.html index bb29c61e6..1609fbe0f 100644 --- a/roundcubemail/skins/default/templates/identities.html +++ b/roundcubemail/skins/default/templates/identities.html @@ -17,7 +17,7 @@ </div> <p id="listbuttons"> -<roundcube:button command="add" type="input" label="newidentity" class="button" condition="config:multiple_identities:true" /> +<roundcube:button command="add" type="input" label="newidentity" class="button" condition="config:identities_level:0<2" /> </p> <div id="identity-details"> |
