diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2007-12-16 22:58:50 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2007-12-16 22:58:50 +0000 |
commit | 59605ba47f1e323226dddb67bc01ba11a3d88740 (patch) | |
tree | 76803b6ba4c35feed18b7d07cb5d99ca720df2ed /usr/local/www | |
parent | 5e751bf7e2afe08183a392577da70eaee35d6801 (diff) | |
download | pfsense-59605ba47f1e323226dddb67bc01ba11a3d88740.zip pfsense-59605ba47f1e323226dddb67bc01ba11a3d88740.tar.gz |
Add product_copyright re-branding support
Add product_copyright_years re-branding support
Add product_website re-branding support
Add product_email re-branding support
Work sponsored-by: Centipede Networks
Diffstat (limited to 'usr/local/www')
-rwxr-xr-x | usr/local/www/diag_backup.php | 2 | ||||
-rwxr-xr-x | usr/local/www/diag_defaults.php | 2 | ||||
-rwxr-xr-x | usr/local/www/fend.inc | 2 | ||||
-rwxr-xr-x | usr/local/www/system_firmware.php | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/usr/local/www/diag_backup.php b/usr/local/www/diag_backup.php index 6f4a99c..84bd6f6 100755 --- a/usr/local/www/diag_backup.php +++ b/usr/local/www/diag_backup.php @@ -268,7 +268,7 @@ include("head.inc"); <tr> <td width="22%" valign="baseline" class="vncell"> </td> <td width="78%" class="vtable"> - Open a {$g['[product_name']} configuration XML file and click the button below to restore the configuration. <br /><br /> Restore area: <?php spit_out_select_items("restorearea"); ?> + Open a <?=$g['[product_name']?> configuration XML file and click the button below to restore the configuration. <br /><br /> Restore area: <?php spit_out_select_items("restorearea"); ?> <p><input name="conffile" type="file" class="formfld unknown" id="conffile" size="40"></p> <p><input name="Submit" type="submit" class="formbtn" id="restore" value="Restore configuration"></p> <p><strong><span class="red">Note:</span></strong><br />The firewall may need a reboot after restoring the configuration.<br /></p> diff --git a/usr/local/www/diag_defaults.php b/usr/local/www/diag_defaults.php index b552b18..ee0244e 100755 --- a/usr/local/www/diag_defaults.php +++ b/usr/local/www/diag_defaults.php @@ -61,7 +61,7 @@ include("head.inc"); <li>System will be configured as a DHCP server on the default LAN interface</li> <li>Reboot after changes are installed</li> <li>WAN interface will be set to obtain an address automatically from a DHCP server</li> - <li>Default webConfigurator password will be reset to '{$g['product_name']}'</li> + <li>Default webConfigurator password will be reset to <?=$g['product_name']?>'</li> <li>Default webConfigurator username will be reset to 'admin'</li> </ul> Are you sure you want to proceed?</strong></p> diff --git a/usr/local/www/fend.inc b/usr/local/www/fend.inc index 8afb52c..80c198c 100755 --- a/usr/local/www/fend.inc +++ b/usr/local/www/fend.inc @@ -3,7 +3,7 @@ </div> <!-- Content DIV --> <div id="footer"> - <a target="_blank" href="http://www.pfSense.com" class="redlnk">{$g['product_name']}</a> is © {$g['product_copyright_years']} by {$g['product_copyright']}. All Rights Reserved. + <a target="_blank" href="http://www.pfSense.com" class="redlnk"><?=$g['product_name']?></a> is © <?=$g['product_copyright_years']?> by <?=$g['product_copyright']?>. All Rights Reserved. [<a href="/license.php" class="tblnk">view license</a>] </div> <!-- Footer DIV --> diff --git a/usr/local/www/system_firmware.php b/usr/local/www/system_firmware.php index 616caea..d23ccc7 100755 --- a/usr/local/www/system_firmware.php +++ b/usr/local/www/system_firmware.php @@ -169,7 +169,7 @@ print_info_box($sig_warning); <div id="mainarea"> <table class="tabcont" width="100%" border="0" cellpadding="6" cellspacing="0"> <tr> - <td colspan="2" class="listtopic">Invoke {$g['product_name']} Manual Upgrade</td> + <td colspan="2" class="listtopic">Invoke <?=$g['product_name']?> Manual Upgrade</td> </tr> <td width="22%" valign="baseline" class="vncell"> </td> <td width="78%" class="vtable"> |