diff options
-rw-r--r-- | skins/classic/settings.css | 6 | ||||
-rw-r--r-- | skins/classic/templates/responses.html | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/skins/classic/settings.css b/skins/classic/settings.css index 9dda7bb8d..673e145eb 100644 --- a/skins/classic/settings.css +++ b/skins/classic/settings.css @@ -33,6 +33,12 @@ table-layout: fixed; } +#identities-table tbody tr td, +#sections-table tbody tr td +{ + cursor: default; +} + #identities-table tbody tr.readonly td { font-style: italic; diff --git a/skins/classic/templates/responses.html b/skins/classic/templates/responses.html index b15053738..a93047efb 100644 --- a/skins/classic/templates/responses.html +++ b/skins/classic/templates/responses.html @@ -25,7 +25,7 @@ <roundcube:object name="responsesList" id="identities-table" class="records-table" cellspacing="0" summary="Responses 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="delete" type="link" title="delete" class="buttonPas delgroup" classAct="button delgroup" content=" " condition="config:identities_level:0<2" /> +<roundcube:button command="add" type="link" title="addresponse" class="buttonPas addgroup" classAct="button addgroup" content=" " /><roundcube:button command="delete" type="link" title="delete" class="buttonPas delgroup" classAct="button delgroup" content=" " /> </div> </div> |