summaryrefslogtreecommitdiff
path: root/skins
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2015-02-28 09:48:05 +0100
committerAleksander Machniak <alec@alec.pl>2015-02-28 09:48:05 +0100
commitb7abf8412c9dbaeeaf95357715b5c241a1742c44 (patch)
tree10a7b65ec520121374571a99e06078faf2701ef1 /skins
parenta4ef49d6cf5814c2dabdaeb2397fb187769b6cb4 (diff)
Fix "Add response" button title, remove wrong identities_level checks in Responses, fix cursor on some lists
Diffstat (limited to 'skins')
-rw-r--r--skins/classic/settings.css6
-rw-r--r--skins/classic/templates/responses.html2
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>