# HG changeset patch # User Madhusudan.C.S # Date 1250117828 -19800 # Node ID 9bdb5a00689ac1fc77e3fb1d252073a10c5f2195 # Parent 09c3b7aaa5359d09907bf2d6c865841596fa19c2 Review list: changed links to buttons. diff -r 09c3b7aaa535 -r 9bdb5a00689a app/site-content/css/projrev.css --- a/app/site-content/css/projrev.css Thu Aug 13 04:01:15 2009 +0530 +++ b/app/site-content/css/projrev.css Thu Aug 13 04:27:08 2009 +0530 @@ -514,4 +514,13 @@ height:100px; display:inline; color:#777; +} + +input.colorbox-button { + width: auto; + float: none; + font: bold 1em Arial, Sans-serif; + background: #FFF url(/site-content/images/gradientbg.jpg) repeat-x; + color: #333; + border: 1px solid #DADADA; } \ No newline at end of file diff -r 09c3b7aaa535 -r 9bdb5a00689a app/templates/projrev/proposal/review.html --- a/app/templates/projrev/proposal/review.html Thu Aug 13 04:01:15 2009 +0530 +++ b/app/templates/projrev/proposal/review.html Thu Aug 13 04:27:08 2009 +0530 @@ -231,7 +231,7 @@ {{ form.comment }}{% if form.comment.field.required %}  (required){% endif %}


- +

diff -r 09c3b7aaa535 -r 9bdb5a00689a app/templates/projrev/proposal/review_list.html --- a/app/templates/projrev/proposal/review_list.html Thu Aug 13 04:01:15 2009 +0530 +++ b/app/templates/projrev/proposal/review_list.html Thu Aug 13 04:27:08 2009 +0530 @@ -17,20 +17,6 @@ Old Serial No. {% for project in projects %} - {% if project.not_this_proposal %} - - - {% endif %} {% if project.user_review %} @@ -51,4 +37,92 @@ + +{% for project in projects %} +{% if project.not_this_proposal %} + + +{% endif %} +{% endfor %} {% endblock content %} \ No newline at end of file