summaryrefslogtreecommitdiff
path: root/skins/classic/templates/responses.html
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/classic/templates/responses.html
parenta4ef49d6cf5814c2dabdaeb2397fb187769b6cb4 (diff)
Fix "Add response" button title, remove wrong identities_level checks in Responses, fix cursor on some lists
Diffstat (limited to 'skins/classic/templates/responses.html')
-rw-r--r--skins/classic/templates/responses.html2
1 files changed, 1 insertions, 1 deletions
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>