Commit bdf66d49 authored by Franco Fichtner's avatar Franco Fichtner

firewall: pimp schedule layout

parent a818fb3f
......@@ -114,11 +114,10 @@ $main_buttons = array(
<div class="row">
<?php if (isset($savemsg)) print_info_box($savemsg); ?>
<section class="col-xs-12">
<div class="content-box content-box-main ">
<div class="content-box tab-content">
<form action="firewall_schedule.php" method="post" name="iform" id="iform">
<input type="hidden" id="id" name="id" value="" />
<input type="hidden" id="action" name="act" value="" />
<div class="table-responsive">
<table class="table table-striped">
<thead>
<tr>
......@@ -246,13 +245,13 @@ $main_buttons = array(
<?php
$i++;
endforeach; ?>
<tr>
<td colspan="4">
<?=gettext("Schedules act as placeholders for time ranges to be used in Firewall Rules.");?>
</td>
</tr>
</tbody>
</table>
</div>
<div class="container-fluid">
<span class="text-danger"><strong><?=gettext("Note:");?><br /></strong></span>
<?=gettext("Schedules act as placeholders for time ranges to be used in Firewall Rules.");?>
</div>
</form>
</div>
</section>
......
......@@ -780,10 +780,9 @@ function removeRow(el) {
<div class="row">
<?php if (isset($input_errors) && count($input_errors) > 0) print_input_errors($input_errors); ?>
<section class="col-xs-12">
<div class="content-box content-box-main">
<div class="content-box tab-content">
<form action="firewall_schedule_edit.php" method="post" name="iform" id="iform">
<input type="hidden" name="schedlabel" value="<?=$pconfig['schedlabel'];?>"/>
<div class="table-responsive">
<table class="table table-striped">
<tbody>
<tr>
......@@ -991,18 +990,8 @@ function removeRow(el) {
</td>
</tr>
<tr>
<td></td>
<td></td>
<th colspan="2" valign="top" class="listtopic"><?=gettext("Schedule repeat");?></td>
</tr>
</tbody>
</table>
<table class="table table-striped">
<thead>
<tr>
<td colspan="2" valign="top" class="listtopic"><?=gettext("Schedule repeat");?></td>
</tr>
</thead>
<tbody>
<tr>
<td><?=gettext("Configured Ranges");?></td>
<td>
......@@ -1170,7 +1159,6 @@ function removeRow(el) {
</tr>
</tbody>
</table>
</div>
</form>
</div>
</section>
......
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