mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Changing the width of the addmedia input
From a character count to fixed (to fit in a fixed-width window w/ different font sizes) --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" size="64" /></td>
|
||||
<td><input id="MediaItemPath" name="MediaItemPath" type="file" class="text" style="width:410px;" /></td>
|
||||
</tr>
|
||||
</table>
|
||||
<input type="hidden" id="MediaPath" name="MediaPath" />
|
||||
|
Reference in New Issue
Block a user