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, 00b052b1a13a63c5c79db7f3ad310f643651dc50
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/ConfReviewingAssignContributions.tpl

    r66683f r7c6786  
    266266                <% end %> 
    267267                <% else: %> 
    268                 <% if date < nowutc() and not rm.getLastReview().getRefereeJudgement().isSubmitted(): %> 
    269                     <% color = 'red' %> 
    270                     <% end %> 
    271                     <% else: %> 
    272                      <% color = 'green' %> 
    273                     <% end %> 
    274268                    <%= date.strftime(dueDateFormat) %>                    
    275269                <% end %> 
     
    546540 
    547541    // Cell9: due date of the contribution 
    548     var cell9 = Html.td({style:{"color":<%if color=='red':%>"red"<%end%><%else:%>"green"<%end%>}}); 
     542    var cell9 = Html.td(); 
    549543    cell9.set(contribution.reviewManager.lastReview.refereeDueDate) 
    550544    row.append(cell9); 
     
    10681062                       var message = ''; 
    10691063                       if(role == 'referee' && order == 'assign' && !removeRefereeAlerts(checkedContributions)) { 
    1070                             span1 = Html.span({style:{"color":"red"}}, removeRefereeAlertsMessage(checkedContributions)); 
     1064                            span1 = Html.span({}, removeRefereeAlertsMessage(checkedContributions)); 
    10711065                       }    
    10721066                       if(role == 'reviewer' && order == 'remove') { 
     
    10761070                                    message = $T("The Reviewer you choose will be removed only from the contributions that are assigned to him/her.") 
    10771071                                } 
    1078                             span1 = Html.span({style:{"color":"red"}}, message); 
     1072                            span1 = Html.span({}, message); 
    10791073                       }     
    10801074                        return this.ExclusivePopup.prototype.draw.call(this, Widget.block([span1, userList, cancelButton]));   
Note: See TracChangeset for help on using the changeset viewer.