diff options
| author | donncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36> | 2005-08-25 14:40:24 +0000 |
|---|---|---|
| committer | donncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36> | 2005-08-25 14:40:24 +0000 |
| commit | b2ec0403489aa9201777e4bff82f38ef605f1623 (patch) | |
| tree | 8fb2e219747775f444998cb788873e21c7ed7a32 /wp-inst/wp-admin/admin-header.php | |
| parent | 83861484a7745da61d869f2960767003124ccbf0 (diff) | |
| download | wordpress-mu-b2ec0403489aa9201777e4bff82f38ef605f1623.tar.gz wordpress-mu-b2ec0403489aa9201777e4bff82f38ef605f1623.tar.xz wordpress-mu-b2ec0403489aa9201777e4bff82f38ef605f1623.zip | |
Styled feedback header
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@228 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-inst/wp-admin/admin-header.php')
| -rw-r--r-- | wp-inst/wp-admin/admin-header.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-inst/wp-admin/admin-header.php b/wp-inst/wp-admin/admin-header.php index 5bd8c9a..2ac80a8 100644 --- a/wp-inst/wp-admin/admin-header.php +++ b/wp-inst/wp-admin/admin-header.php @@ -297,7 +297,7 @@ function newfeedback() { <body> <div id='feedbackform' style='display: none; position: absolute; top: 50px; right: 10px; height:200px; width: 400px; background: #eee; border: 1px solid #333;'> - <div align='right'><a style='text-decoration: none' href="javascript: hide_feedback_form()">X</a> </div> + <table width='100%' cellspacing=0 cellpadding=2><td style='background: #dfe8f1'><strong>Feedback</strong></td><td style='background: #dfe8f1' align='right'><a style='text-decoration: none' href="javascript: hide_feedback_form()">X</a> </td></table> <form id='wpmufeedbackform' action='wpmu-feedback.php' method='POST'> <input type='hidden' name='user_login' value='<?php echo $current_user->data->user_login ?>'> <input type='hidden' name='host' value='<?php echo $_SERVER["HTTP_HOST"] ?>'> |
