This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.

20 lines
390 B
PHP

<fieldset class="span5">
<legend>Service Details</legend>
<div class="dl-horizontal">
<dt>Domain Name</dt>
<dd><?php echo $o->name(); ?></dd>
<dt>Hosting Expire</dt>
<dd><?php echo $o->display('host_expire'); ?></dd>
<?php if ($x=$o->manage_button()) : ?>
<div class="offset1">
<?php echo $x; ?>
</div>
<?php endif ?>
</div> <!-- dl-horizontal -->
</fieldset>