Merge pull request #919 from N0YB/RELENG_2_1

XHTML Compliance
This commit is contained in:
Ermal Luçi 2014-02-15 10:30:30 +01:00
commit 349fdb3c4f
2 changed files with 4 additions and 6 deletions

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>

View File

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