Misc fixes
This commit is contained in:
@@ -82,6 +82,7 @@
|
||||
?>
|
||||
</fieldset>
|
||||
|
||||
<?php if ($o->cert) : ?>
|
||||
<fieldset class="col-md-12">
|
||||
<legend>TSM Configuration</legend>
|
||||
|
||||
@@ -108,3 +109,10 @@
|
||||
</li>
|
||||
</ol>
|
||||
</fieldset>
|
||||
<?php else : ?>
|
||||
<fieldset class="col-md-12">
|
||||
<legend>Pending Signing</legend>
|
||||
<p>Your certificate is waiting to be signed by an administrator.</p>
|
||||
<p>Please contact dgeorge@au.ibm.com requesting SSL id <strong><?php echo $o->id; ?></strong> to be signed.</p>
|
||||
</fieldset>
|
||||
<?php endif ?>
|
||||
|
Reference in New Issue
Block a user