diff options
author | Renato Botelho <garga@FreeBSD.org> | 2014-04-29 14:36:21 -0300 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2014-04-29 14:36:21 -0300 |
commit | cd79de00a4a1d7e3fa313154782bdcd9a0bdc68d (patch) | |
tree | 2653b73b16fc07b1483ede935b0880cabfe682e8 | |
parent | 6316efd305fdce649851634fcd8bd123686d8d18 (diff) | |
parent | 0f8af922c0a354e7a38505755b6388500a6385e4 (diff) | |
download | pfsense-cd79de00a4a1d7e3fa313154782bdcd9a0bdc68d.zip pfsense-cd79de00a4a1d7e3fa313154782bdcd9a0bdc68d.tar.gz |
Merge pull request #1124 from ExolonDX/master
-rw-r--r-- | usr/local/www/services_igmpproxy.php | 2 | ||||
-rw-r--r-- | usr/local/www/services_ntpd_gps.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/services_igmpproxy.php b/usr/local/www/services_igmpproxy.php index 88a3574..4d30756 100644 --- a/usr/local/www/services_igmpproxy.php +++ b/usr/local/www/services_igmpproxy.php @@ -127,7 +127,7 @@ include("head.inc"); <td class="listbg" ondblclick="document.location='services_igmpproxy_edit.php?id=<?=$i;?>';"> <?=htmlspecialchars($igmpentry['descr']);?> </td> - <td valign="middle" nowrap class="list"> + <td valign="middle" class="list nowrap"> <table border="0" cellspacing="0" cellpadding="1" summary="icons"> <tr> <td valign="middle"><a href="services_igmpproxy_edit.php?id=<?=$i;?>"><img src="/themes/<?= $g['theme']; ?>/images/icons/icon_e.gif" width="17" height="17" border="0" title="<?=gettext("edit igmpentry"); ?>" alt="edit" /></a></td> diff --git a/usr/local/www/services_ntpd_gps.php b/usr/local/www/services_ntpd_gps.php index 1d9c3e3..acdd03f 100644 --- a/usr/local/www/services_ntpd_gps.php +++ b/usr/local/www/services_ntpd_gps.php @@ -558,7 +558,7 @@ SureGPS = #Sure Electronics SKG16B <?php echo gettext("Note: Commands entered here will be sent to the GPS during initialization. Please read and understand your GPS documentation before making any changes here.");?><br /><br /> <strong><?php echo gettext("NMEA checksum calculator");?>:</strong> <br /> - <?php echo gettext("Enter the text between "$" and "*" of a NMEA command string:");?><br /> $<input name="nmeastring" type="text" class="formfld unknown" id="nmeastring" size="30" value="" />*<span id="nmeachecksum"><?php echo gettext("checksum");?></span>   + <?php echo gettext("Enter the text between "$" and "*" of a NMEA command string:");?><br /> $<input name="nmeastring" type="text" class="formfld unknown" id="nmeastring" size="30" value="" />*<span id="nmeachecksum"><?php echo gettext("checksum");?></span> <input type="button" onclick="NMEAChecksum(nmeastring.value)" value="<?=gettext("Calculate NMEA checksum");?>" /><br /></p> </div> </td> |