Revision bff079e8
Added by Carlos Eduardo Ramos about 15 years ago
usr/local/www/services_dhcp_relay.php | ||
---|---|---|
222 | 222 |
<td width="22%" valign="top" class="vtable"> </td> |
223 | 223 |
<td width="78%" class="vtable"> |
224 | 224 |
<input name="agentoption" type="checkbox" value="yes" <?php if ($pconfig['agentoption']) echo "checked"; ?>> |
225 |
<strong><?=(gettext("Append circuit ID and agent ID to requests"); ?></strong><br>
|
|
226 |
<?php printf("If this is checked, the DHCP relay will append the circuit ID (%s interface number) and the agent ID to the DHCP request.", $g['product_name']); ?></td>
|
|
225 |
<strong><?=gettext("Append circuit ID and agent ID to requests"); ?></strong><br> |
|
226 |
<?php printf(gettext("If this is checked, the DHCP relay will append the circuit ID (%s interface number) and the agent ID to the DHCP request."), $g['product_name']); ?></td>
|
|
227 | 227 |
</tr> |
228 | 228 |
<tr> |
229 | 229 |
<td width="22%" valign="top" class="vncell"><?=gettext("Destination server");?></td> |
Also available in: Unified diff
Corrections gettext implementation on services_dhcp_relay.php