ipsec: simplify widget error case

This commit is contained in:
Franco Fichtner 2018-03-25 15:53:01 +02:00
parent 16f4a4962f
commit e4d1e84da5

View File

@ -210,12 +210,7 @@ else {
<table class="table table-striped" style="width:100%; border:0; cellpadding:0; cellspacing:0;">
<tr>
<td>
<span class="red">
<strong>
<?= gettext('Note: There are no configured IPsec Tunnels') ?><br />
</strong>
</span>
<?= sprintf(gettext('You can configure your IPsec %shere%s.'), '<a href="vpn_ipsec.php">', '</a>'); ?>
<?= gettext('Note: There are no configured IPsec Tunnels') ?>
</td>
</tr>
</table>