major rewrite of the web interface

This commit is contained in:
SJ
2012-09-06 15:27:20 +02:00
parent e3bd0b987a
commit 853c4ab4f1
88 changed files with 1707 additions and 3839 deletions

View File

@ -3,7 +3,7 @@
<form method="post" name="add1" action="index.php?route=policy/archiving" style="margin-bottom: 30px;">
<div id="ss1" style="margin-top: 10px; width: 600px; border: 1px solid red;">
<div id="ss1" style="margin-top: 10px; width: 600px;">
<div class="row">
<div class="domaincell"><?php print $text_from; ?>:</div>
@ -70,7 +70,7 @@
<?php if(isset($rules)){ ?>
<div id="ss1" style="margin-top: 10px; border: 1px solid red;">
<div id="ss1" style="margin-top: 10px;">
<div class="domainrow">
<div class="domaincell"><?php print $text_from; ?></div>
<div class="domaincell"><?php print $text_to; ?></div>

View File

@ -3,7 +3,7 @@
<form method="post" name="add1" action="index.php?route=policy/retention" style="margin-bottom: 30px;">
<div id="ss1" style="margin-top: 10px; width: 600px; border: 1px solid red;">
<div id="ss1" style="margin-top: 10px;">
<div class="row">
<div class="domaincell"><?php print $text_from; ?>:</div>
@ -74,7 +74,7 @@
<?php if(isset($rules)){ ?>
<div id="ss1" style="margin-top: 10px; border: 1px solid red;">
<div id="ss1" style="margin-top: 10px;">
<div class="domainrow">
<div class="domaincell"><?php print $text_from; ?></div>
<div class="domaincell"><?php print $text_to; ?></div>