Commit ca04d228 authored by Côme Chilliet's avatar Côme Chilliet
Browse files

:ambulance: fix(simpleplugin) Add missing dialog class to PhoneNumberAttribute dialog button

issue #5900
Showing with 1 addition and 1 deletion
+1 -1
...@@ -139,7 +139,7 @@ class PhoneNumberButtonAttribute extends PhoneNumberAttribute ...@@ -139,7 +139,7 @@ class PhoneNumberButtonAttribute extends PhoneNumberAttribute
$display .= $this->renderAcl($this->renderInputField( $display .= $this->renderAcl($this->renderInputField(
'image', $id.'_edit', 'image', $id.'_edit',
array( array(
'class' => 'center', 'class' => 'center dialog',
'src' => 'geticon.php?context=actions&icon=document-edit&size=16', 'src' => 'geticon.php?context=actions&icon=document-edit&size=16',
'title' => _('Edit'), 'title' => _('Edit'),
'alt' => _('Edit') 'alt' => _('Edit')
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment