XHTML Compliance

System Logs Routing Tab
This commit is contained in:
N0YB 2014-02-14 23:11:05 -08:00
parent 0681f6dfbd
commit 37227fbc1c

View File

@ -98,11 +98,10 @@ include("head.inc");
<?php printf(gettext("Routing daemon log entries"),$nentries);?></td>
</tr>
<?php dump_clog($routing_logfile, $nentries); ?>
<tr><td><br><form action="diag_logs_routing.php" method="post">
<input name="clear" type="submit" class="formbtn" value="<?=gettext("Clear log"); ?>"></td></tr>
<tr><td><br /><form action="diag_logs_routing.php" method="post">
<input name="clear" type="submit" class="formbtn" value="<?=gettext("Clear log"); ?>"/></form></td></tr>
</table>
</div>
</form>
</td>
</tr>
</table>