Revision 0abd5ad3
Added by Carlos Eduardo Ramos almost 15 years ago
usr/local/www/services_igmpproxy_edit.php | ||
---|---|---|
131 | 131 |
<script type="text/javascript" src="/javascript/row_helper.js"> |
132 | 132 |
</script> |
133 | 133 |
|
134 |
<input type='hidden' name='address_type' value='<?=gettext("textbox");?>' class="formfld unknown" />
|
|
135 |
<input type='hidden' name='address_subnet_type' value='<?=gettext("select");?>' />
|
|
134 |
<input type='hidden' name='address_type' value='textbox' class="formfld unknown" />
|
|
135 |
<input type='hidden' name='address_subnet_type' value='select' />
|
|
136 | 136 |
|
137 | 137 |
<script type="text/javascript"> |
138 | 138 |
rowname[0] = "address"; |
... | ... | |
195 | 195 |
</span> |
196 | 196 |
<br /> |
197 | 197 |
<span class="vexpl"> |
198 |
<?=gettext("<b>Downstream</b> network interfaces are the distribution interfaces to the".
|
|
198 |
<b><?=gettext("Downstream"); ?></b> <?=gettext("network interfaces are the distribution interfaces to the".
|
|
199 | 199 |
" destination networks, where multicast clients can join groups and". |
200 | 200 |
" receive multicast data. One or more downstream interfaces must be configured.");?> |
201 | 201 |
</span> |
Also available in: Unified diff
Corrections gettext implementation on services_igmpproxy_edit.php