return"{$space}<a href=\"{$link}\" title=\"".gettext("Status of items on this page")."\">Status</a>";
else
return"{$space}<a href=\"{$link}\" class=\"btn btn-default\" data-toggle=\"tooltip\" data-placement=\"bottom\" title=\"".gettext("Status of items on this page")."\"><span class=\"glyphicon glyphicon-eye-open\"></span></a>";
return"{$space}<a href=\"{$shortcuts[$shortcut_section]['log']}\" title=\"".gettext("Log entries for items on this page")."\">Log</a>";
else
return"{$space}<a href=\"{$shortcuts[$shortcut_section]['log']}\" class=\"btn btn-default\" data-toggle=\"tooltip\" data-placement=\"bottom\" title=\"".gettext("Log entries for items on this page")."\"><span class=\"glyphicon glyphicon-list\"></span></a>";
<ahref="system_certmanager.php?act=p12&id=<?=$i;?>"class="btn btn-default btn-xs"data-toggle="tooltip"data-placement="left"title="<?=gettext("export ca cert+user cert+user cert key in .p12 format");?>">
<spanclass="glyphicon glyphicon-download"></span>
</a>
</td>
<?phpif(!cert_in_use($cert['refid'])):?>
<td>
<ahref="system_certmanager.php?act=del&id=<?=$i;?>"class="btn btn-default btn-xs"onclick="return confirm('<?=gettext("Do you really want to delete this Certificate?");?>')"title="<?=gettext("delete cert");?>">
<ahref="system_certmanager.php?act=p12&id=<?=$i;?>"class="btn btn-default btn-xs"data-toggle="tooltip"data-placement="left"title="<?=gettext("export ca cert+user cert+user cert key in .p12 format");?>">
<spanclass="glyphicon glyphicon-download"></span>
</a>
<?phpif(!cert_in_use($cert['refid'])):?>
<ahref="system_certmanager.php?act=del&id=<?=$i;?>"class="btn btn-default btn-xs"onclick="return confirm('<?=gettext("Do you really want to delete this Certificate?");?>')"data-toggle="tooltip"data-placement="left"title="<?=gettext("delete cert");?>">
<thwidth="90%"class="listhdrr"colspan="3"><b><?phpechogettext("Currently Revoked Certificates for CRL").': '.$crl['descr'];?></b></th>
...
...
@@ -468,7 +468,7 @@ include("head.inc");
<?phpechodate("D M j G:i:s T Y",$cert["revoke_time"]);?>
</td>
<tdclass="list">
<ahref="system_crlmanager.php?act=delcert&id=<?phpecho$crl['refid'];?>&certref=<?phpecho$cert['refid'];?>"title="<?=gettext("Delete this certificate from the CRL ");?>"onclick="return confirm('<?=gettext("Do you really want to delete this Certificate from the CRL?");?>')"class="btn btn-default">
<ahref="system_crlmanager.php?act=delcert&id=<?phpecho$crl['refid'];?>&certref=<?phpecho$cert['refid'];?>"data-toggle="tooltip"data-placement="left"title="<?=gettext("Delete this certificate from the CRL ");?>"onclick="return confirm('<?=gettext("Do you really want to delete this Certificate from the CRL?");?>')"class="btn btn-default">
<spanclass="glyphicon glyphicon-remove"></span>
</a>
</td>
...
...
@@ -493,7 +493,7 @@ include("head.inc");
<?phpelse:?>
<tr>
<tdclass="listlr"colspan="3"align="center">
<b><?phpechogettext("Choose a Certificate to Revoke");?></b>: <selectname='certref'id='certref'class="formselect">
<b><?phpechogettext("Choose a Certificate to Revoke");?></b>: <selectname='certref'id='certref'class="formselect selectpicker"data-style="btn-default"data-live-search="true">
<spanclass="glyphicon glyphicon-remove text-muted"title="<?=gettext("This gateway is inactive because interface is missing");?>"></span>
<spanclass="glyphicon glyphicon-remove text-muted"data-toggle="tooltip"data-placement="left"title="<?=gettext("This gateway is inactive because interface is missing");?>"></span>
<?php
elseif(is_numeric($gateway['attribute'])):
?>
<ahref="?act=toggle&id=<?=$i;?>"title="<?=gettext("click to toggle enabled/disabled status");?>">
<ahref="?act=toggle&id=<?=$i;?>"data-toggle="tooltip"data-placement="left"title="<?=gettext("click to toggle enabled/disabled status");?>">
<ahref="system_gateways.php?act=del&id=<?=$i;?>"onclick="return confirm('<?=gettext("Do you really want to delete this gateway?");?>')"class="btn btn-default btn-xs">
<ahref="system_gateways.php?act=del&id=<?=$i;?>"onclick="return confirm('<?=gettext("Do you really want to delete this gateway?");?>')"class="btn btn-default btn-xs"data-toggle="tooltip"data-placement="left"title="<?=gettext("Delete Gateway");?>">
<ahref="system_gateways_edit.php?dup=<?=$i;?>"class="btn btn-default btn-xs"data-toggle="tooltip"data-placement="left"title="<?=gettext("Add Gateway based on this one");?>">