mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
dive line better with |
This commit is contained in:
parent
476ef1959a
commit
accca15fdf
@ -108,9 +108,9 @@ pre {
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
Save/Load from path: <input size="45" name="savetopath" value="<?php echo $_POST['savetopath']; ?>">
|
||||
Rows: <input size="3" name="rows" value="<? echo $rows; ?>">
|
||||
Cols: <input size="3" name="cols" value="<? echo $cols; ?>">
|
||||
Save/Load from path: <input size="42" name="savetopath" value="<?php echo $_POST['savetopath']; ?>"> |
|
||||
Rows: <input size="3" name="rows" value="<? echo $rows; ?>"> |
|
||||
Cols: <input size="3" name="cols" value="<? echo $cols; ?>"> |
|
||||
<input name="submit" type="submit" class="button" id="Load" value="Load"> | <input name="submit" type="submit" class="button" id="Save" value="Save">
|
||||
<br><hr noshade width=100%>
|
||||
</td>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user