heavy code cleanup in the webui

This commit is contained in:
SJ
2013-02-11 20:24:19 +01:00
parent 5286bc7d1c
commit 5535a64de4
76 changed files with 1914 additions and 3744 deletions

View File

@ -1,9 +1,9 @@
<h4><?php print $text_add_new_domain; ?></h4>
<form method="post" name="add1" action="index.php?route=domain/domain" style="margin-bottom: 30px;">
<form method="post" name="add1" action="index.php?route=domain/domain" class="formbottom">
<div id="ss1" style="margin-top: 10px;">
<div id="ss1">
<div class="row">
<div class="domaincell"><?php print $text_domain; ?>:</div>
<div class="domaincell"><input type="text" class="text" name="domain" /></div>
@ -21,14 +21,13 @@
</form>
<h4><?php print $text_existing_domains; ?></h4>
<div style="overflow:auto; height: 500px;">
<div class="listarea">
<?php if(isset($domains)){ ?>
<div id="ss1" style="margin-top: 10px;">
<div id="ss1">
<div class="domainrow">
<div class="domaincell"><?php print $text_domain; ?></div>
<div class="domaincell"><?php print $text_mapped_domain; ?></div>
@ -51,4 +50,3 @@
</div>