Implement PLESK, SSL Services
This commit is contained in:
11
modules/ssl/views/product/plugin/ssl/feature_summary.php
Normal file
11
modules/ssl/views/product/plugin/ssl/feature_summary.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<!-- //@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>
|
Reference in New Issue
Block a user