Projet

Général

Profil

« Précédent | Suivant » 

Révision 264b3ca8

Ajouté par Colin Fleming il y a presque 10 ans

Update services_dhcp_edit.php

Change ONCLICK to lower case

Voir les différences:

usr/local/www/services_dhcp_edit.php
485 485
		<td width="22%" valign="top" class="vncell"><?=gettext("Dynamic DNS");?></td>
486 486
		<td width="78%" class="vtable">
487 487
			<div id="showddnsbox">
488
				<input type="button" onClick="show_ddns_config()" value="<?=gettext("Advanced");?>" /> - <?=gettext("Show Dynamic DNS");?>
488
				<input type="button" onclick="show_ddns_config()" value="<?=gettext("Advanced");?>" /> - <?=gettext("Show Dynamic DNS");?>
489 489
			</div>
490 490
			<div id="showddns" style="display:none">
491 491
				<input style="vertical-align:middle" type="checkbox" value="yes" name="ddnsupdate" id="ddnsupdate" <?php if($pconfig['ddnsupdate']) echo "checked=\"checked\""; ?> />&nbsp;
......
508 508
		<td width="22%" valign="top" class="vncell"><?=gettext("NTP servers");?></td>
509 509
		<td width="78%" class="vtable">
510 510
			<div id="showntpbox">
511
				<input type="button" onClick="show_ntp_config()" value="<?=gettext("Advanced");?>" /> - <?=gettext("Show NTP configuration");?>
511
				<input type="button" onclick="show_ntp_config()" value="<?=gettext("Advanced");?>" /> - <?=gettext("Show NTP configuration");?>
512 512
			</div>
513 513
			<div id="showntp" style="display:none">
514 514
				<input name="ntp1" type="text" class="formfld unknown" id="ntp1" size="20" value="<?=htmlspecialchars($pconfig['ntp1']);?>" /><br />
......
520 520
		<td width="22%" valign="top" class="vncell"><?=gettext("TFTP server");?></td>
521 521
		<td width="78%" class="vtable">
522 522
		<div id="showtftpbox">
523
			<input type="button" onClick="show_tftp_config()" value="<?=gettext("Advanced");?>" /> - <?=gettext("Show TFTP configuration");?>
523
			<input type="button" onclick="show_tftp_config()" value="<?=gettext("Advanced");?>" /> - <?=gettext("Show TFTP configuration");?>
524 524
		</div>
525 525
		<div id="showtftp" style="display:none">
526 526
			<input name="tftp" type="text" class="formfld unknown" id="tftp" size="50" value="<?=htmlspecialchars($pconfig['tftp']);?>" /><br />

Formats disponibles : Unified diff