Project

General

Profile

« Previous | Next » 

Revision 1fe3c758

Added by N0YB over 11 years ago

XHTML Compliance

DHCP Logs Status

View differences:

usr/local/www/diag_logs_dhcp.php
91 91
			  <?php printf(gettext("Last %s DHCP service log entries"), $nentries);?></td>
92 92
		  </tr>
93 93
		  <?php dump_clog($dhcpd_logfile, $nentries); ?>
94
		<tr><td><br><form action="diag_logs_dhcp.php" method="post">
95
			<input name="clear" type="submit" class="formbtn" value="<?= gettext("Clear log");?>"></td>
94
		<tr><td><br/><form action="diag_logs_dhcp.php" method="post">
95
			<input name="clear" type="submit" class="formbtn" value="<?= gettext("Clear log");?>" /></form></td>
96 96
			<td>NOTE: Clearing the log file will restart the DHCP daemon.</td></tr>
97 97
		</table>
98 98
	</div>
99
</form>
100 99
	</td>
101 100
  </tr>
102 101
</table>

Also available in: Unified diff