FEEDBACK_URL tweaks

This commit is contained in:
Andrew Dolgov 2007-11-19 13:17:31 +01:00
parent 1342f1f08e
commit db499b67d9
2 changed files with 2 additions and 2 deletions

View File

@ -1723,6 +1723,6 @@ div.topLinks a:hover {
} }
div.topLinks a.feedback { div.topLinks a.feedback {
color : red; color : #009900;
} }

View File

@ -110,7 +110,7 @@ window.onload = init;
<a href="prefs.php"><?php echo __('Preferences') ?></a> <a href="prefs.php"><?php echo __('Preferences') ?></a>
<?php if (defined('FEEDBACK_URL')) { ?> <?php if (defined('FEEDBACK_URL')) { ?>
| <a class="feedback" href="<?php echo FEEDBACK_URL ?>"> | <a target="_blank" class="feedback" href="<?php echo FEEDBACK_URL ?>">
<?php echo __('Comments?') ?></a> <?php echo __('Comments?') ?></a>
<?php } ?> <?php } ?>