Revision 07130afe
Added by ayvis about 11 years ago
usr/local/www/system_gateways.php | ||
---|---|---|
189 | 189 |
<?php include("fbegin.inc"); ?> |
190 | 190 |
<?php if ($input_errors) print_input_errors($input_errors); ?> |
191 | 191 |
<form action="system_gateways.php" method="post"> |
192 |
<script type="text/javascript" type="text/javascript" src="/javascript/row_toggle.js"></script>
|
|
192 |
<script type="text/javascript" src="/javascript/row_toggle.js"></script> |
|
193 | 193 |
<?php if ($savemsg) print_info_box($savemsg); ?> |
194 | 194 |
<?php if (is_subsystem_dirty('staticroutes')): ?><p> |
195 | 195 |
<?php print_info_box_np(gettext("The gateway configuration has been changed.") . "<br />" . gettext("You must apply the changes in order for them to take effect."));?><br /></p> |
Also available in: Unified diff
removed duplicate type=text/javascript
added type for <script>