forked from extern/egroupware
Etemplate - Show button icon if button goes from readonly -> clickable
This commit is contained in:
parent
d44cffbf8b
commit
fb3d2cc4f3
@ -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