From b7abf8412c9dbaeeaf95357715b5c241a1742c44 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <alec@alec.pl> Date: Sat, 28 Feb 2015 03:48:05 -0500 Subject: [PATCH] Fix "Add response" button title, remove wrong identities_level checks in Responses, fix cursor on some lists --- skins/classic/settings.css | 6 ++++++ 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 9dda7bb..673e145 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 b150537..a93047e 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> -- Gitblit v1.9.1