mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Rowhelper saves rows in incorrect order when you save for the 1st time
Ticket #1000
This commit is contained in:
parent
2f19fa1460
commit
03664f640d
@ -451,7 +451,6 @@ if ($pkg['tabs'] <> "") {
|
||||
echo "<td><b>" . fixup_string($rowhelper['fielddescr']) . "</td>\n";
|
||||
}
|
||||
echo "</tr>";
|
||||
echo "<tbody>";
|
||||
|
||||
echo "<tr>";
|
||||
// XXX: traverse saved fields, add back needed rows.
|
||||
@ -527,7 +526,7 @@ if ($pkg['tabs'] <> "") {
|
||||
}
|
||||
?>
|
||||
|
||||
</tbody>
|
||||
<tbody></tbody>
|
||||
</table>
|
||||
|
||||
<br><a onClick="javascript:addRowTo('maintable'); return false;" href="#"><img border="0" src="./themes/<?= $g['theme']; ?>/images/icons/icon_plus.gif"></a>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user