mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-16 01:24:38 +00:00
Minor GUI enhancements for Certificate Manager
This commit is contained in:
parent
06bb0ec680
commit
c8cb87f150
@ -996,7 +996,7 @@ function internalca_change() {
|
||||
<?php elseif ($act == "csr" || (($_POST['save'] == gettext("Update")) && $input_errors)):?>
|
||||
|
||||
<form action="system_certmanager.php" method="post" name="iform" id="iform">
|
||||
<table width="100%" border="0" cellpadding="6" cellspacing="0" summary="name" class="table table-striped">>
|
||||
<table width="100%" border="0" cellpadding="6" cellspacing="0" summary="name" class="table table-striped">
|
||||
<tr>
|
||||
<td width="22%" valign="top" class="vncellreq"><?=gettext("Descriptive name");?></td>
|
||||
<td width="78%" class="vtable">
|
||||
@ -1168,7 +1168,7 @@ function internalca_change() {
|
||||
<?php endif; ?>
|
||||
<?php if ($cert['csr']): ?>
|
||||
|
||||
<a href="system_certmanager.php?act=csr&id=<?=$i;?>" data-toggle="tooltip" data-placement="left" title="<?=gettext("update csr");?>">
|
||||
<a href="system_certmanager.php?act=csr&id=<?=$i;?>" class="btn btn-default btn-xs" data-toggle="tooltip" data-placement="left" title="<?=gettext("update csr");?>">
|
||||
<span class="glyphicon glyphicon-edit"></span>
|
||||
</a>
|
||||
<?php endif; ?>
|
||||
@ -1189,9 +1189,6 @@ function internalca_change() {
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<script type="text/javascript">
|
||||
//<![CDATA[
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user