1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-05 14:17:49 +02:00

Downloads form element fix.

This commit is contained in:
Cameron
2017-02-10 08:17:57 -08:00
parent 49514ceb28
commit 503fa926ac

View File

@@ -1277,7 +1277,7 @@ $columnInfo = array(
</tr> </tr>
<tr> <tr>
<td>".DOWLAN_66."</td> <td>".DOWLAN_66."</td>
<td> <td class='form-inline'>
<input class='form-control' type='text' name='download_filesize_external' size='8' value='{$download_filesize}' maxlength='10'/> <input class='form-control' type='text' name='download_filesize_external' size='8' value='{$download_filesize}' maxlength='10'/>
<select class='form-control' name='download_filesize_unit'> <select class='form-control' name='download_filesize_unit'>
<option value='B'{$b_sel}>".CORE_LAN_B."</option> <option value='B'{$b_sel}>".CORE_LAN_B."</option>