mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Giving the addmedia file upload input a size *in addition to* the fixed width
- since FF didn't wan't to fill the width with the browse UI :| --HG-- branch : dev
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
<table border="0" cellpadding="4" cellspacing="0">
|
||||
<tr>
|
||||
<td class="nowrap"><label for="pageTitle">{#addmedia_dlg.path_label}</label></td>
|
||||
<td><input id="MediaItemPath" name="MediaItemPath" type="file" class="text" style="width:410px;" /></td>
|
||||
<td><input id="MediaItemPath" name="MediaItemPath" type="file" class="text" size="42" style="width:410px;" /></td>
|
||||
</tr>
|
||||
</table>
|
||||
<input type="hidden" id="MediaPath" name="MediaPath" />
|
||||
|
Reference in New Issue
Block a user