summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_crlmanager.php
diff options
context:
space:
mode:
authorbcyrill <cyrill@bannwart.info>2013-02-10 20:31:23 +0100
committerbcyrill <cyrill@bannwart.info>2013-02-10 20:31:23 +0100
commitd5059f4c3551d882179ffeffe6bbfec7b0e9a17f (patch)
tree4acaf2e66cd78941f51793a603c9af1112aba92f /usr/local/www/system_crlmanager.php
parent874c659c926abb7ee7dfa1a842c96d6662df67cc (diff)
downloadpfsense-d5059f4c3551d882179ffeffe6bbfec7b0e9a17f.zip
pfsense-d5059f4c3551d882179ffeffe6bbfec7b0e9a17f.tar.gz
Update usr/local/www/system_crlmanager.php
Cleanup HTML
Diffstat (limited to 'usr/local/www/system_crlmanager.php')
-rw-r--r--usr/local/www/system_crlmanager.php11
1 files changed, 6 insertions, 5 deletions
diff --git a/usr/local/www/system_crlmanager.php b/usr/local/www/system_crlmanager.php
index c54a283..1168afa 100644
--- a/usr/local/www/system_crlmanager.php
+++ b/usr/local/www/system_crlmanager.php
@@ -556,11 +556,11 @@ function method_change() {
</td>
<td class="list">
<?php if ($cainternal == "YES"): ?>
- <a href="system_crlmanager.php?act=new&caref=<?php echo $ca['refid']; ?>">
+ <a href="system_crlmanager.php?act=new&amp;caref=<?php echo $ca['refid']; ?>">
<img src="/themes/<?= $g['theme'];?>/images/icons/icon_plus.gif" title="<?php printf(gettext("Add or Import CRL for %s"),$ca['descr']);?>" alt="<?=gettext("add crl");?>" width="17" height="17" border="0" />
</a>
<?php else: ?>
- <a href="system_crlmanager.php?act=new&caref=<?php echo $ca['refid']; ?>&importonly=yes">
+ <a href="system_crlmanager.php?act=new&amp;caref=<?php echo $ca['refid']; ?>&amp;importonly=yes">
<img src="/themes/<?= $g['theme'];?>/images/icons/icon_plus.gif" title="<?php printf(gettext("Import CRL for %s"),$ca['descr']);?>" alt="<?=gettext("add crl");?>" width="17" height="17" border="0" />
</a>
<?php endif; ?>
@@ -581,16 +581,16 @@ function method_change() {
<td class="listr"><?php echo ($inuse) ? "YES" : "NO"; ?></td>
<td valign="middle" nowrap class="list">
<?php if (!$internal || count($tmpcrl['cert'])): ?>
- <a href="system_crlmanager.php?act=exp&id=<?=$tmpcrl['refid'];?>")">
+ <a href="system_crlmanager.php?act=exp&id=<?=$tmpcrl['refid'];?>">
<img src="/themes/<?= $g['theme'];?>/images/icons/icon_down.gif" title="<?=gettext("Export CRL") . " " . htmlspecialchars($tmpcrl['descr']);?>" alt="<?=gettext("Export CRL") . " " . htmlspecialchars($tmpcrl['descr']);?>" width="17" height="17" border="0" />
</a>
<?php endif; ?>
<?php if ($internal): ?>
- <a href="system_crlmanager.php?act=edit&id=<?=$tmpcrl['refid'];?>")">
+ <a href="system_crlmanager.php?act=edit&id=<?=$tmpcrl['refid'];?>">
<img src="/themes/<?= $g['theme'];?>/images/icons/icon_e.gif" title="<?=gettext("Edit CRL") . " " . htmlspecialchars($tmpcrl['descr']);?>" alt="<?=gettext("Edit CRL") . " " . htmlspecialchars($tmpcrl['descr']);?>" width="17" height="17" border="0" />
</a>
<?php else: ?>
- <a href="system_crlmanager.php?act=editimported&id=<?=$tmpcrl['refid'];?>")">
+ <a href="system_crlmanager.php?act=editimported&id=<?=$tmpcrl['refid'];?>">
<img src="/themes/<?= $g['theme'];?>/images/icons/icon_e.gif" title="<?=gettext("Edit CRL") . " " . htmlspecialchars($tmpcrl['descr']);?>" alt="<?=gettext("Edit CRL") . " " . htmlspecialchars($tmpcrl['descr']);?>" width="17" height="17" border="0" />
</a>
<?php endif; ?>
@@ -639,3 +639,4 @@ method_change();
</script>
</body>
+</html>
OpenPOWER on IntegriCloud