diff options
Diffstat (limited to 'skins/classic/templates/responseedit.html')
-rw-r--r-- | skins/classic/templates/responseedit.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/classic/templates/responseedit.html b/skins/classic/templates/responseedit.html index fbc5f663d..67ba35bac 100644 --- a/skins/classic/templates/responseedit.html +++ b/skins/classic/templates/responseedit.html @@ -15,7 +15,7 @@ <div id="formfooter"> <div class="footerindent"> - <roundcube:button command="save" type="input" class="button mainaction" label="save" /> + <roundcube:button command="save" type="input" class="button mainaction" label="save" condition="!env:readonly" /> </div> </div> </div> |