Rework service, change module_method configuration
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
<!-- //@todo To translate -->
|
||||
<table class="box-full">
|
||||
<tr>
|
||||
<td style="width: 40%;">Validity Days</td>
|
||||
<td class="data" style="width: 60%;" colspan="2"><?php echo $po->display('days'); ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Type</td>
|
||||
<td class="data"><?php echo $po->display('extensions'); ?></td>
|
||||
</tr>
|
||||
</table>
|
||||
<fieldset class="span6">
|
||||
<legend>SSL Features</legend>
|
||||
|
||||
<div class="dl-horizontal">
|
||||
|
||||
<dt>Validatity Days</dt>
|
||||
<dd><?php echo $po->display('days'); ?></dd>
|
||||
|
||||
<dt>Type</dt>
|
||||
<dd><?php echo $po->display('extensions'); ?></dd>
|
||||
|
||||
</div> <!-- /dl-horizontal -->
|
||||
</fieldset>
|
||||
|
Reference in New Issue
Block a user