diff options
author | Charlie Marshall <charlie0440@gmail.com> | 2013-08-12 20:25:37 +0100 |
---|---|---|
committer | Charlie Marshall <charlie0440@gmail.com> | 2013-08-12 20:25:37 +0100 |
commit | f5da08498d7aaef64e9a4feb5d095b13571e0d78 (patch) | |
tree | d9852e732300ecac5c1f0128e2431b643af2f777 /usr/local/www | |
parent | f8466c3637eb87c406f0c3722eba65b843fcf56c (diff) | |
download | pfsense-f5da08498d7aaef64e9a4feb5d095b13571e0d78.zip pfsense-f5da08498d7aaef64e9a4feb5d095b13571e0d78.tar.gz |
change to span all cells
Diffstat (limited to 'usr/local/www')
-rwxr-xr-x | usr/local/www/services_dyndns.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/services_dyndns.php b/usr/local/www/services_dyndns.php index 6705406..a411993 100755 --- a/usr/local/www/services_dyndns.php +++ b/usr/local/www/services_dyndns.php @@ -184,7 +184,7 @@ include("head.inc"); <td class="list"> <a href="services_dyndns_edit.php"><img src="./themes/<?= $g['theme']; ?>/images/icons/icon_plus.gif" width="17" height="17" border="0"></a></td> </tr> <tr> - <td colspan="3" class="list"><p class="vexpl"><span class="red"><strong> + <td colspan="5" class="list"><p class="vexpl"><span class="red"><strong> <?=gettext("Note:");?><br> </strong></span> <?=gettext("IP addresses appearing in green are up to date with Dynamic DNS provider.");?><br> |