summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorJim P <jim@pingle.org>2013-02-10 11:51:27 -0800
committerJim P <jim@pingle.org>2013-02-10 11:51:27 -0800
commit016655d9044f985ab839eba53eda4eb479e4c072 (patch)
treec9894808ee5651e1d0065a5e6e8d098ed4946343 /usr/local
parent53cfd2d6834682940b13961ccd8f199819dd3b17 (diff)
parentd5059f4c3551d882179ffeffe6bbfec7b0e9a17f (diff)
downloadpfsense-016655d9044f985ab839eba53eda4eb479e4c072.zip
pfsense-016655d9044f985ab839eba53eda4eb479e4c072.tar.gz
Merge pull request #403 from bcyrill/patch-20
Update usr/local/www/system_crlmanager.php
Diffstat (limited to 'usr/local')
-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