Ignore:
Timestamp:
10/04/10 17:17:49 (3 years ago)
Author:
Jose Benito <jose.benito.gonzalez@…>
Branches:
master, burotel, hello-world-walkthrough, ipv6, v0.98-series, v0.98.2, v0.98.3, v0.98b1, v0.98b2, v0.99, 051b2622c51afb171a1dedb46a0df4fbb0cbd02e, 4c7d4152dff271ba5df5a8606605969cab454080
Children:
09fa94
Parents:
6f9d16
git-author:
csvetelina.angelova@…> (11/23/09 13:35:50)
git-committer:
Jose Benito <jose.benito.gonzalez@…> (10/04/10 17:17:49)
Message:

[Development + Fixes] - UploadTemplatePopup? +fixes

  • in Editor.js new class for Uploading a template
  • in implementation/reviewing.py new class for deleting templates
  • there is a new way of generating the list of templates
  • Fixes: layout fixes(removing the red&green colors); adding "Saving" for the SwitchOptionButton? Widget
File:
1 edited

Legend:

Unmodified
Added
Removed
  • indico/MaKaC/webinterface/tpls/ConfListContribToJudgeAsReviewer.tpl

    r66683f r7c6786  
    2525            <td style="padding-right:5px;padding-left:5px;"> 
    2626                <% if c.getReviewManager().getLastReview().hasGivenAdvice(User): %> 
    27                     <span style="color:green;"><%= _("Advice given")%></span> 
     27                    <span><%= _("Advice given")%></span> 
    2828                <% end %> 
    2929                <% else: %> 
    30                     <span style="color:red;"><%= _("Advice not given yet")%></span> 
     30                    <span><%= _("Advice not given yet")%></span> 
    3131                    <% if c.getReviewManager().getLastReview().getRefereeJudgement().isSubmitted(): %> 
    32                     <span style="color:green;"><br><%= _("but Referee already judged contribution")%></span> 
     32                    <span><br><%= _("but Referee already judged contribution")%></span> 
    3333                    <% end %> 
    3434                <% end %> 
     
    4040            <% end %> 
    4141            <% else: %> 
    42                 <% if date < nowutc() and not c.getReviewManager().getLastReview().hasGivenAdvice(User): %> 
    43                 <span style="color:red;"> 
    44                 <% end %> 
    45                 <% else: %> 
    46                 <span style="color:green;"> 
    47                 <% end %> 
    48                 <%= date.strftime(dueDateFormat) %> 
    49                 </span> 
     42                <span><%= date.strftime(dueDateFormat) %></span> 
    5043            <% end %> 
    5144            </td>                     
Note: See TracChangeset for help on using the changeset viewer.