minor fix
This commit is contained in:
parent
df88db926d
commit
b618bad51c
|
@ -323,7 +323,7 @@ if ($FILEUPLOAD):
|
||||||
<ul class="dropdown-menu">
|
<ul class="dropdown-menu">
|
||||||
<li id="filewrap">
|
<li id="filewrap">
|
||||||
<div>
|
<div>
|
||||||
<input type="file" id="file" name="file"/>
|
<input type="file" id="file" name="file" />
|
||||||
</div>
|
</div>
|
||||||
<div id="dragAndDropFileName" class="dragAndDropFile"><?php echo I18n::_('alternatively drag & drop a file or paste an image from the clipboard'); ?></div>
|
<div id="dragAndDropFileName" class="dragAndDropFile"><?php echo I18n::_('alternatively drag & drop a file or paste an image from the clipboard'); ?></div>
|
||||||
</li>
|
</li>
|
||||||
|
|
Loading…
Reference in New Issue