Misc fixes

This commit is contained in:
Deon George
2015-09-29 08:27:44 -05:00
parent 43bd45d43e
commit 301d5ce517
11 changed files with 28 additions and 12 deletions

View File

@@ -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 ?>