TNG inside

This commit is contained in:
Alan Garcia 2013-02-04 08:42:06 +00:00
parent 52f46156a7
commit 2725477158
5 changed files with 10 additions and 10 deletions

View File

@ -102,7 +102,7 @@ foreach($qlist as $type => $q) {
?>
<div>
<h4><?php echo _("Accounts of type"). " \"$type\"" ?></h4>
<table border="0" cellpadding="4" cellspacing="0">
<table border="0" cellpadding="4" cellspacing="0" class='tlist'>
<tr><th><?php __("Quotas") ?></th><th><?php __("Default Value"); ?></th></tr>
<?php
foreach($q as $name => $value) {
@ -123,6 +123,7 @@ foreach($q as $name => $value) {
<?php
}
?>
<br/>
<input type="submit" class="inb" value="<?php __("Edit the default quotas"); ?>" />
</div>
</form>

View File

@ -52,8 +52,8 @@ if (isset($error) && $error) {
<?php __("Here is the list of domain types."); ?>
</p>
<p><span class="ina"><a href="#" OnClick="alert('Todo. But if you want to play with that, you are advanced enough to do an insert in MySQL');" ><?php __("Create a domain type"); ?></a></span></p>
<table class="tlist">
<tr>
<table class="tlist ombrage">
<tr class='petit'>
<th colspan="2"> </th>
<th><?php __("Name");?></th>
<th><?php __("Description");?></th>
@ -66,7 +66,6 @@ if (isset($error) && $error) {
<th><?php __("Advanced?");?></th>
<th><?php __("Create tmp directory ?");?></th>
<th><?php __("create www directory ?");?></th>
<th/>
</tr>
<?php
$pair=0;

View File

@ -58,17 +58,17 @@ if (isset($error) && $error) {
?>
<form method="post" action="adm_email.php">
<table cellspacing="1" cellpadding="4" border="0" align="center">
<table cellspacing="1" cellpadding="4" border="0" align="center" class='tedit'>
<tr>
<td align="right"><b><?php __("From");?></b></td>
<th align="right"><b><?php __("From");?></b></th>
<td><span><input type="text" name="from" size="45" maxlength="100" tabindex="2" value="<?php echo "no-reply@$L_FQDN" ?>" /></span></td>
</tr>
<tr>
<td align="right"><b><?php __("Subject");?></b></td>
<th align="right"><b><?php __("Subject");?></b></th>
<td><span><input type="text" name="subject" size="45" maxlength="100" tabindex="2" value="" /></span></td>
</tr>
<tr>
<td align="right" valign="top"> <span><b><?php __("Mail"); ?></b></span>
<th align="right" valign="top"> <span><b><?php __("Mail"); ?></b></span>
<td><span> <textarea name="message" rows="15" cols="35" wrap="virtual" style="width:450px" tabindex="3"></textarea></span>
</tr>
<tr>

View File

@ -76,7 +76,7 @@ if (is_array($c)) {
<?php __("Here is the list of the allowed accounts for secondary mx management. You can configure the alternc-secondarymx package on your secondary mx server and give him the login/pass that will grant him access to your server's mx-hosted domain list. "); ?>
</p>
<table border="0" cellpadding="4" cellspacing="0">
<table border="0" cellpadding="4" cellspacing="0" class='tlist'>
<tr><th><?php __("Action"); ?></th><th><?php __("Login"); ?></th><th><?php __("Password"); ?></th></tr>
<?php
$col=1;

View File

@ -75,7 +75,7 @@ if (is_array($c)) {
<?php __("Here is the list of the allowed ip or ip class for slave dns zone transfer requests (AXFR). You must add the ip address of all the slave DNS you have so that those slaves will be allowed to transfer the zone files. There is also some defaults ip from DNS checks made by some third-party technical offices such as afnic (for .fr domains)"); ?>
</p>
<table border="0" cellpadding="4" cellspacing="0">
<table border="0" cellpadding="4" cellspacing="0" class='tlist'>
<tr><th><?php __("Action"); ?></th><th><?php __("IP Address"); ?></th></tr>
<?php
$col=1;