summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2015-12-01 10:11:17 -0200
committerRenato Botelho <renato@netgate.com>2015-12-01 10:11:17 -0200
commit0183e7d7ebe4b79bdac49d386274aa7f84478fd8 (patch)
treec2b284d92fb932b436e9d14cf1f6c5931c65f4b0 /src
parent13aa56312931cef6e0a7cb6611ee1360fd9f01ee (diff)
parent7a058bd969acc6f26bdfa84ba08f18337ccc7cb0 (diff)
downloadpfsense-0183e7d7ebe4b79bdac49d386274aa7f84478fd8.zip
pfsense-0183e7d7ebe4b79bdac49d386274aa7f84478fd8.tar.gz
Merge pull request #2145 from ExolonDX/branch_06
Diffstat (limited to 'src')
-rw-r--r--src/usr/local/www/firewall_nat_npt.php10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/usr/local/www/firewall_nat_npt.php b/src/usr/local/www/firewall_nat_npt.php
index e63fb30..6f6c426 100644
--- a/src/usr/local/www/firewall_nat_npt.php
+++ b/src/usr/local/www/firewall_nat_npt.php
@@ -174,21 +174,22 @@ endforeach;
?>
</tbody>
</table>
-</div>
+</form>
<nav class="action-buttons">
<a href="firewall_nat_npt_edit.php" class="btn btn-sm btn-success">
<i class="fa fa-plus icon-embed-btn"></i>
<?=gettext("Add")?>
</a>
- <button type="submit" id="order-store" class="btn btn-primary btn-sm" value="store changes" disabled">
+ <button type="submit" id="order-store" class="btn btn-primary btn-sm" value="store changes" disabled>
<i class="fa fa-save icon-embed-btn"></i>
<?=gettext("Save")?>
</button>
</nav>
-</form>
-<script>
+</div>
+<script type="text/javascript">
+//<![CDATA[
events.push(function() {
// Make rules draggable/sortable
$('table tbody.user-entries').sortable({
@@ -198,6 +199,7 @@ events.push(function() {
}
});
});
+//]]>
</script>
<?php
OpenPOWER on IntegriCloud