diff options
Diffstat (limited to 'usr/local')
-rwxr-xr-x | usr/local/www/system_advanced.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/usr/local/www/system_advanced.php b/usr/local/www/system_advanced.php index a59d72e..f376d62 100755 --- a/usr/local/www/system_advanced.php +++ b/usr/local/www/system_advanced.php @@ -266,6 +266,16 @@ function openwindow(url) { <strong>This will enable the first serial port with 9600/8/N/1</strong> </td> </tr> + <tr> + <td width="22%" valign="top"> </td> + <td width="78%"> + <input name="Submit" type="submit" class="formbtn" value="Save" onclick="enable_change(true)"> + </td> + </tr> + </tr> + <tr> + <td colspan="2" class="list" height="12"></td> + </tr> <?php endif ?> |