"Wrong text is made into link"
This commit is contained in:
parent
8c125fd8c7
commit
3ee2d81ee5
2 changed files with 7 additions and 2 deletions
|
@ -19,7 +19,7 @@
|
||||||
<form method="post" action="account.php">
|
<form method="post" action="account.php">
|
||||||
<table align="center" valign="middle" border="0" cellspacing="0" cellpadding="0" class="wrapper">
|
<table align="center" valign="middle" border="0" cellspacing="0" cellpadding="0" class="wrapper">
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="8" class="title"><?=_("Domain Certificates")?> - <a href="account.php?id=12&viewall=<?=!$viewall?>"><?=_("View all certificates")?></a></td>
|
<td colspan="8" class="title"><?=_("Domain Certificates")?> - <a href="account.php?id=12&viewall=<?=!$viewall?>"><?=$viewall?_("Hide old certificates"):_("View all certificates")?></a></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="DataTD"><?=_("Renew/Revoke/Delete")?></td>
|
<td class="DataTD"><?=_("Renew/Revoke/Delete")?></td>
|
||||||
|
@ -84,6 +84,11 @@
|
||||||
<td class="DataTD"><input type="checkbox" name="check_comment_<?=$row['id']?>" /></td>
|
<td class="DataTD"><input type="checkbox" name="check_comment_<?=$row['id']?>" /></td>
|
||||||
</tr>
|
</tr>
|
||||||
<? } ?>
|
<? } ?>
|
||||||
|
<tr>
|
||||||
|
<td class="DataTD" colspan="8">
|
||||||
|
<a href="account.php?id=12&viewall=<?=!$viewall?>"><b><?=$viewall?_("Hide old certificates"):_("View all certificates")?></b></a>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="DataTD" colspan="8">
|
<td class="DataTD" colspan="8">
|
||||||
<?=_('* Comment is NOT included in the certificate as it is intended for your personal reference only. To change the comment tick the checkbox and hit "Change Settings".')?>
|
<?=_('* Comment is NOT included in the certificate as it is intended for your personal reference only. To change the comment tick the checkbox and hit "Change Settings".')?>
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
<form method="post" action="account.php">
|
<form method="post" action="account.php">
|
||||||
<table align="center" valign="middle" border="0" cellspacing="0" cellpadding="0" class="wrapper">
|
<table align="center" valign="middle" border="0" cellspacing="0" cellpadding="0" class="wrapper">
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="10" class="title"><?=_("Client Certificates")?> - <a href="account.php?id=5&viewall=<?=!$viewall?>"><?=_("View all certificates")?></a></td>
|
<td colspan="10" class="title"><?=_("Client Certificates")?> - <a href="account.php?id=5&viewall=<?=!$viewall?>"><?=$viewall?_("Hide old certificates"):_("View all certificates")?></a></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="DataTD"><?=_("Renew/Revoke/Delete")?></td>
|
<td class="DataTD"><?=_("Renew/Revoke/Delete")?></td>
|
||||||
|
|
Loading…
Reference in a new issue