[extensions-web] review: Highlight the "Approve" and "Reject" options in the reviewer combo box



commit 92b84e4871f402b9a98d60d6e9e99361296600c8
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Mon Nov 28 02:55:18 2011 -0500

    review: Highlight the "Approve" and "Reject" options in the reviewer combo box

 .../review/templates/review/review_reviewer.html   |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/sweettooth/review/templates/review/review_reviewer.html b/sweettooth/review/templates/review/review_reviewer.html
index 9d63077..f5ed3fe 100644
--- a/sweettooth/review/templates/review/review_reviewer.html
+++ b/sweettooth/review/templates/review/review_reviewer.html
@@ -12,8 +12,8 @@
 {% if can_approve %}
     <select name="status">
       <option value="none" selected>No change</option>
-      <option value="approve">Approve</option>
-      <option value="reject">Reject</option>
+      <option value="approve" class="approve">Approve</option>
+      <option value="reject" class="reject">Reject</option>
     </select>
 {% endif %}
     <input type="submit" value="Submit">



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]