mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
XHTML Compliance
Portal Auth Logs Status
This commit is contained in:
parent
1fe3c7584a
commit
5e736c8aa4
@ -86,11 +86,10 @@ include("head.inc");
|
||||
<?php printf(gettext("Last %s Portal Auth log entries"),$nentries);?></td>
|
||||
</tr>
|
||||
<?php dump_clog($portal_logfile, $nentries, true); ?>
|
||||
<tr><td><br><form action="diag_logs_auth.php" method="post">
|
||||
<input name="clear" type="submit" class="formbtn" value="<?= gettext("Clear log"); ?>"></td></tr>
|
||||
<tr><td><br/><form action="diag_logs_auth.php" method="post">
|
||||
<input name="clear" type="submit" class="formbtn" value="<?= gettext("Clear log"); ?>" /></form></td></tr>
|
||||
</table>
|
||||
</div>
|
||||
</form>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user