mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-15 16:57:01 +02:00
orig theme renamed to mobile
This commit is contained in:
32
webui/view/theme/mobile/templates/accounting/accounts.tpl
Normal file
32
webui/view/theme/mobile/templates/accounting/accounts.tpl
Normal file
@ -0,0 +1,32 @@
|
||||
|
||||
<p>
|
||||
<?php if ($view == 'email') { echo '<strong>'.$text_accounting_email.'</strong>'; } else { echo '<a href="index.php?route=accounting/accounting&view=email">'.$text_accounting_email.'</a>'; } ?> |
|
||||
<?php if ($view == 'domain') { echo '<strong>'.$text_accounting_domain.'</strong>'; } else { echo '<a href="index.php?route=accounting/accounting&view=domain">'.$text_accounting_domain.'</a>'; } ?>
|
||||
</p>
|
||||
|
||||
<p><a href="index.php?route=accounting/accounting&view=domain"><?php print $text_back; ?></a></p>
|
||||
|
||||
<?php if(count($accounts) > 0) { ?>
|
||||
|
||||
<div id="ss1">
|
||||
|
||||
<div class="domainrow">
|
||||
<div class="domaincell"><?php echo $text_email; ?> (@<?php print $domain; ?>) </div>
|
||||
</div>
|
||||
|
||||
<?php foreach($accounts as $a) {?>
|
||||
<div class="domainrow">
|
||||
<div class="domaincell"><?php echo $a['mail']; ?></div>
|
||||
</div>
|
||||
<?php } ?>
|
||||
</div>
|
||||
|
||||
<?php } else { ?>
|
||||
<div class="domainrow">
|
||||
<div class="domaincell"><?php print $text_no_email_found; ?></div>
|
||||
</div>
|
||||
<?php } ?>
|
||||
|
||||
<p><a href="index.php?route=accounting/accounting&view=domain"><?php print $text_back; ?></a></p>
|
||||
|
||||
|
Reference in New Issue
Block a user