Added Crazydomains and fixed payment updates

This commit is contained in:
Deon George
2014-06-24 14:38:39 +10:00
parent cbd10347a5
commit fadd59b20f
7 changed files with 104 additions and 17 deletions

View File

@@ -10,10 +10,15 @@
<dd><?php echo $o->display('host_expire'); ?></dd>
<?php if ($x=$o->manage_button()) : ?>
<div class="offset1">
<?php echo $x; ?>
</div>
<dt>Panel</dt>
<dd><?php echo $x; ?></dd>
<?php endif ?>
<?php if ($o->service->external_billing) : ?>
<dt>Provider</dt>
<dd><?php echo HTML::anchor($o->host->whitelabel_url,NULL); ?></dd>
<dt>Username</dt>
<dd><?php echo $o->host_username; ?></dd>
<?php endif ?>
</div> <!-- dl-horizontal -->
</fieldset>