ipsec: tweak previous a wee bit

This commit is contained in:
Franco Fichtner 2016-10-12 13:08:12 +02:00
parent 5dc95bac60
commit 6eea44ffe1
2 changed files with 1 additions and 10 deletions

View File

@ -160,7 +160,7 @@ if (is_subsystem_dirty('ipsec')) {
$i++;
endforeach; ?>
<tr>
<td colspan="2">
<td colspan="3">
<?=gettext("PSK for any user can be set by using an identifier of any/ANY") ?>
</td>
<td>

View File

@ -176,15 +176,6 @@ include("head.inc");
endif; ?>
</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>
<span class="text-danger">
<strong><?=gettext("Note"); ?>:<br /></strong>
</span>
<?=gettext("PSK for any user can be set by using an identifier of any/ANY");?>
</td>
</tr>
</table>
</div>
</form>