mirror of
https://github.com/e107inc/e107.git
synced 2025-01-17 20:58:30 +01:00
Fixes #2111 - inline style syntax.
This commit is contained in:
parent
9069db2d51
commit
30b46762e1
@ -553,7 +553,7 @@ class media_form_ui extends e_admin_form_ui
|
||||
$valW = vartrue($curval[$key]['w']);
|
||||
$valH = vartrue($curval[$key]['h']);
|
||||
|
||||
$text .= "<div style='margin-bottomp:8px;text-align:right:width:400px'>".$title.": ";
|
||||
$text .= "<div style='margin-bottom:8px; text-align:right; width:400px'>".$title.": ";
|
||||
$text .= "<input class='e-tip e-spinner input-small' placeholder='ex. 400' style='text-align:right' type='text' name='resize_dimensions[{$key}][w]' value='$valW' size='5' title='maximum width in pixels' /> X ";
|
||||
$text .= "<input class='e-tip e-spinner input-small' placeholder='ex. 400' style='text-align:right' type='text' name='resize_dimensions[{$key}][h]' value='$valH' size='5' title='maximum height in pixels' />";
|
||||
$text .= "</div>";
|
||||
|
Loading…
x
Reference in New Issue
Block a user