mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
commit
dcc28a28ec
1 changed files with 3 additions and 2 deletions
|
@ -33,7 +33,7 @@ final class AphrontFormImageControl extends AphrontFormControl {
|
|||
'name' => $this->getName(),
|
||||
'class' => 'image',
|
||||
)).
|
||||
'<span>-or-</span>'.
|
||||
'<div style="clear: both;">'.
|
||||
phutil_render_tag(
|
||||
'input',
|
||||
array(
|
||||
|
@ -47,7 +47,8 @@ final class AphrontFormImageControl extends AphrontFormControl {
|
|||
array(
|
||||
'for' => $id,
|
||||
),
|
||||
'Use Default Image');
|
||||
'Use Default Image instead').
|
||||
'</div>';
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue