Commit b91aa12c authored by Franco Fichtner's avatar Franco Fichtner

certificates: remove obsolete images references for #303

(cherry picked from commit 89e80a4c)
parent 6afbc972
......@@ -787,11 +787,9 @@ else :
// TODO : Need gray certificate icon
if ($ca['prv']) {
$caimg = "/themes/{$g['theme']}/images/icons/icon_frmfld_cert.png";
$internal = "YES";
} else {
$caimg = "/themes/{$g['theme']}/images/icons/icon_frmfld_cert.png";
$internal = "NO";
}
?>
......
......@@ -1242,8 +1242,6 @@ else :
}
}
// was: $certimg = "/themes/{$g['theme']}/images/icons/icon_frmfld_cert.png";
$certimg = '<span class="glyphicon glyphicon-certificate __iconspacer"></span>';
?>
<tr>
......
......@@ -681,7 +681,6 @@ else :
</tr>
</tfoot> <tbody>
<?php
$caimg = "/themes/{$g['theme']}/images/icons/icon_frmfld_cert.png";
// Map CRLs to CAs in one pass
$ca_crl_map = array();
foreach ($a_crl as $crl) {
......
......@@ -704,7 +704,6 @@ function import_ldap_users() {
if (!$group) :
?>
<button class="btn btn-default btn-xs" name="delpriv[]_x" width="17" height="17" border="0"
src="/themes/<?=$g['theme'];?>/images/icons/icon_x.gif"
onclick="document.getElementById('privid').value='<?=$i;?>';
document.getElementById('userid').value='<?=$id;?>';
document.getElementById('act').value='<?php echo "delpriv";?>';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment