Bring back delete button for identities in default skin (#1488542)
| | |
| | | background-position: 0 -26px; |
| | | } |
| | | |
| | | .boxfooter a.delgroup { |
| | | background-position: 0 -49px; |
| | | } |
| | | |
| | | .boxfooter a.buttonPas |
| | | { |
| | | opacity: 0.35; |
| | |
| | | <roundcube:object name="identitiesList" id="identities-table" class="records-table" cellspacing="0" summary="Identities list" noheader="true" editIcon="" /> |
| | | </div> |
| | | <div class="boxfooter"> |
| | | <roundcube:button command="add" type="link" title="newidentity" class="buttonPas addgroup" classAct="button addgroup" content=" " condition="config:identities_level:0<2" /> |
| | | <roundcube:button command="add" type="link" title="newidentity" class="buttonPas addgroup" classAct="button addgroup" content=" " condition="config:identities_level:0<2" /><roundcube:button command="delete" type="link" title="delete" class="buttonPas delgroup" classAct="button delgroup" content=" " condition="config:identities_level:0<2" /> |
| | | </div> |
| | | </div> |
| | | |
| | |
| | | <script type="text/javascript">rcube_init_tabs('identity-form')</script> |
| | | |
| | | <div id="formfooter"> |
| | | <div class="footerleft"> |
| | | <roundcube:button command="save" type="input" class="button mainaction" label="save" /> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | |