diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-08-04 19:03:27 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-08-04 19:03:27 +0200 |
commit | d01f9fc7f5a369284fbfd92c6e804d84147e42a1 (patch) | |
tree | 0b789da2e28bc8405a095b47ac0afe45f9a9babd /skins/larry/templates/compose.html | |
parent | 04638fb7e5d86f6768a5318008a604818685448f (diff) |
Add option (disabled_actions) to disable UI elements/actions (#1489638)
Diffstat (limited to 'skins/larry/templates/compose.html')
-rw-r--r-- | skins/larry/templates/compose.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/skins/larry/templates/compose.html b/skins/larry/templates/compose.html index 7fa21650e..04a987f89 100644 --- a/skins/larry/templates/compose.html +++ b/skins/larry/templates/compose.html @@ -212,8 +212,8 @@ <li role="separator" class="separator" id=""><label><roundcube:label name="insertresponse" /></label></li> <roundcube:object name="responseslist" id="responseslist" tagname="ul" itemclass="active" /> <li role="separator" class="separator"><label><roundcube:label name="manageresponses" /></label></li> - <li role="menuitem"><roundcube:button command="save-response" type="link" label="newresponse" classAct="active" unselectable="on" /></li> - <li role="menuitem"><roundcube:button command="responses" type="link" label="editresponses" classAct="active" /></li> + <roundcube:button command="save-response" type="link-menuitem" label="newresponse" classAct="active" unselectable="on" /> + <roundcube:button command="responses" type="link-menuitem" label="editresponses" classAct="active" /> </ul> </div> |