Commit 1923ee6c authored by Ad Schellevis's avatar Ad Schellevis

(legacy) small style fix in interfaces_ppps_edit.php

parent fb6c5408
...@@ -437,12 +437,11 @@ include("head.inc"); ...@@ -437,12 +437,11 @@ include("head.inc");
}); });
</script> </script>
<?php include("fbegin.inc"); ?> <?php include("fbegin.inc"); ?>
<section class="page-content-main"> <section class="page-content-main">
<div class="container-fluid"> <div class="container-fluid">
<div class="row"> <div class="row">
<?php if (isset($input_errors) && count($input_errors) > 0) print_input_errors($input_errors); ?> <?php if (isset($input_errors) && count($input_errors) > 0) print_input_errors($input_errors); ?>
<section class="col-xs-12"> <section class="col-xs-12">
<div class="content-box">
<form action="interfaces_ppps_edit.php" method="post" name="iform" id="iform"> <form action="interfaces_ppps_edit.php" method="post" name="iform" id="iform">
<div class="tab-content content-box col-xs-12 __mb"> <div class="tab-content content-box col-xs-12 __mb">
<div class="table-responsive"> <div class="table-responsive">
...@@ -927,10 +926,9 @@ include("head.inc"); ...@@ -927,10 +926,9 @@ include("head.inc");
</div> </div>
</div> </div>
</form> </form>
</div> </section>
</section> </div>
</div> </div>
</div> </section>
</section>
<?php include("foot.inc"); ?> <?php include("foot.inc"); ?>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment