Aleksander Machniak
2015-02-28 b7abf8412c9dbaeeaf95357715b5c241a1742c44
Fix "Add response" button title, remove wrong identities_level checks in Responses, fix cursor on some lists
2 files modified
8 ■■■■ changed files
skins/classic/settings.css 6 ●●●●● patch | view | raw | blame | history
skins/classic/templates/responses.html 2 ●●● patch | view | raw | blame | history
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;
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>