mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 09:23:28 +01:00
Etemplate - Show button icon if button goes from readonly -> clickable
This commit is contained in:
parent
17fe08f8fd
commit
f2b108d656
@ -225,7 +225,7 @@ var et2_button = (function(){ "use strict"; return et2_baseWidget.extend([et2_II
|
||||
{
|
||||
this.options.readonly = _ro;
|
||||
|
||||
if (this.image)
|
||||
if (this.options.image || this.options.ro_image)
|
||||
{
|
||||
this.update_image();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user