Project

General

Profile

« Previous | Next » 

Revision 68d98ce3

Added by Scott Ullrich almost 15 years ago

Lower font size on create / overwrite line

View differences:

usr/local/www/diag_dns.php
182 182
				} 
183 183
				if($found > 0) {
184 184
					if($alias_exists) {
185
						echo "<br/>An alias already exists for the hostname {$host}.  To overwrite, click <a href='diag_dns.php?host=" . trim(urlencode($host)) . "&createalias=true&override=true'>here</a>.";
185
						echo "<br/><font size='-2'>An alias already exists for the hostname {$host}.  To overwrite, click <a href='diag_dns.php?host=" . trim(urlencode($host)) . "&createalias=true&override=true'>here</a>.";
186 186
					} else { 
187 187
						if(!$createdalias) {
188
							echo "<br/><a href='diag_dns.php?host=" . trim(urlencode($host)) . "&createalias=true'>Create alias</a> out of these entries.";
188
							echo "<br/><font size='-2'><a href='diag_dns.php?host=" . trim(urlencode($host)) . "&createalias=true'>Create alias</a> out of these entries.";
189 189
						} else {
190
							echo "<br/>Alias created with name {$newalias['name']}";
190
							echo "<br/><font size='-2'>Alias created with name {$newalias['name']}";
191 191
						}
192 192
					}
193 193
				}

Also available in: Unified diff