certificate should be only visible for users

This commit is contained in:
Bjoern Schiessle 2012-07-04 17:22:04 +02:00
parent 5d61b85a1d
commit e258da5c3c
1 changed files with 2 additions and 0 deletions

View File

@ -81,6 +81,7 @@
</table>
<br />
<?php if (!$_['isAdminPage']): ?>
<table id="sslCertificate" data-admin='<?php echo json_encode($_['isAdminPage']); ?>'>
<thead>
<tr>
@ -99,6 +100,7 @@
</table>
<input type="file" id="rootcert_import" name="rootcert_import" style="width:230px;">
<input type="submit" name="cert_import" value="<?php echo $l->t('Import Root Certificate'); ?>" />
<?php endif; ?>
<?php if ($_['isAdminPage']): ?>
<br />