Revision 74f446e8
Added by Bill Marquette almost 20 years ago
usr/local/www/services_dhcp_edit.php | ||
---|---|---|
134 | 134 |
|
135 | 135 |
<body link="#0000CC" vlink="#0000CC" alink="#0000CC"> |
136 | 136 |
<?php include("fbegin.inc"); ?> |
137 |
<p class="pgtitle">Services: DHCP: Edit static mapping</p>
|
|
137 |
<p class="pgtitle"><?=$pgtitle?></p>
|
|
138 | 138 |
<?php if ($input_errors) print_input_errors($input_errors); ?> |
139 | 139 |
<form action="services_dhcp_edit.php" method="post" name="iform" id="iform"> |
140 | 140 |
<table width="100%" border="0" cellpadding="6" cellspacing="0"> |
Also available in: Unified diff
Use $pgtitle
small code cleanups