(legacy) add missing icon in system_usermanager.php

This commit is contained in:
Ad Schellevis 2015-12-16 16:28:35 +01:00
parent ea42f12f0a
commit e357d5325d

View File

@ -905,7 +905,7 @@ $( document ).ready(function() {
</td>
</tr>
<tr id="ipsecpskrow">
<td><?=gettext("IPsec Pre-Shared Key");?></td>
<td><i class="fa fa-info-circle text-muted"></i> <?=gettext("IPsec Pre-Shared Key");?></td>
<td>
<input name="ipsecpsk" type="text" size="65" value="<?=$pconfig['ipsecpsk'];?>" />
</td>