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:
Nathan Heskew
2010-03-07 03:36:25 -08:00
parent 3787fe341b
commit 1a4ffc86fb

View File

@@ -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" />