Index: trunk/extensions/ArticleFeedback/modules/ext.articleFeedback/ext.articleFeedback.dashboard.css |
— | — | @@ -31,6 +31,12 @@ |
32 | 32 | text-align: right; |
33 | 33 | } |
34 | 34 | |
| 35 | +/** |
| 36 | + * Per ArticleFeedback meeting of 2011-05-06, |
| 37 | + * disable colors for now. We may re-enable them |
| 38 | + * later if found useful. |
| 39 | + */ |
| 40 | +/* |
35 | 41 | .articleFeedback-table-column-score-0, |
36 | 42 | .articleFeedback-table-column-score-1 { |
37 | 43 | background-color: #ffcccc; |
— | — | @@ -53,3 +59,12 @@ |
54 | 60 | .articleFeedback-table-column-score-5 { |
55 | 61 | background-color: #55ff55; |
56 | 62 | } |
| 63 | +*/ |
| 64 | + |
| 65 | +.articleFeedback-table-column-bad { |
| 66 | + background-color: #ffcc99; |
| 67 | +} |
| 68 | + |
| 69 | +.articleFeedback-table-column-good { |
| 70 | + background-color: #99ff99; |
| 71 | +} |
\ No newline at end of file |
Index: trunk/extensions/ArticleFeedback/ArticleFeedback.i18n.php |
— | — | @@ -43,7 +43,7 @@ |
44 | 44 | 'articlefeedback-form-panel-helpimprove-privacy' => 'Privacy policy', |
45 | 45 | 'articlefeedback-form-panel-helpimprove-privacylink' => 'Project:Privacy policy', |
46 | 46 | 'articlefeedback-form-panel-submit' => 'Submit ratings', |
47 | | - 'articlefeedback-form-panel-pending' => 'Your ratings have not been submitted', |
| 47 | + 'articlefeedback-form-panel-pending' => 'Your ratings have not been submitted yet', |
48 | 48 | 'articlefeedback-form-panel-success' => 'Saved successfully', |
49 | 49 | 'articlefeedback-form-panel-expiry-title' => 'Your ratings have expired', |
50 | 50 | 'articlefeedback-form-panel-expiry-message' => 'Please reevaluate this page and submit new ratings.', |