Revision 4944d592
Added by Scott Ullrich over 14 years ago
usr/local/www/system_firmware_auto.php | ||
---|---|---|
107 | 107 |
</table> |
108 | 108 |
<br> |
109 | 109 |
<!-- status box --> |
110 |
<textarea cols="60" rows="1" name="status" id="status" wrap="hard"><?=gettext("Beginning firmware upgrade"); ?>.</textarea>
|
|
110 |
<textarea cols="90" rows="1" name="status" id="status" wrap="hard"><?=gettext("Beginning firmware upgrade"); ?>.</textarea>
|
|
111 | 111 |
<!-- command output box --> |
112 |
<textarea cols="60" rows="25" name="output" id="output" wrap="hard"></textarea>
|
|
112 |
<textarea cols="90" rows="25" name="output" id="output" wrap="hard"></textarea>
|
|
113 | 113 |
</center> |
114 | 114 |
</td> |
115 | 115 |
</tr> |
Also available in: Unified diff
Increase textarea column size.