Changeset 7c6786 in indico for indico/MaKaC/webinterface/tpls/ConfReviewingAssignContributions.tpl
- Timestamp:
- 10/04/10 17:17:49 (3 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
indico/MaKaC/webinterface/tpls/ConfReviewingAssignContributions.tpl
r66683f r7c6786 266 266 <% end %> 267 267 <% else: %> 268 <% if date < nowutc() and not rm.getLastReview().getRefereeJudgement().isSubmitted(): %>269 <% color = 'red' %>270 <% end %>271 <% else: %>272 <% color = 'green' %>273 <% end %>274 268 <%= date.strftime(dueDateFormat) %> 275 269 <% end %> … … 546 540 547 541 // 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(); 549 543 cell9.set(contribution.reviewManager.lastReview.refereeDueDate) 550 544 row.append(cell9); … … 1068 1062 var message = ''; 1069 1063 if(role == 'referee' && order == 'assign' && !removeRefereeAlerts(checkedContributions)) { 1070 span1 = Html.span({ style:{"color":"red"}}, removeRefereeAlertsMessage(checkedContributions));1064 span1 = Html.span({}, removeRefereeAlertsMessage(checkedContributions)); 1071 1065 } 1072 1066 if(role == 'reviewer' && order == 'remove') { … … 1076 1070 message = $T("The Reviewer you choose will be removed only from the contributions that are assigned to him/her.") 1077 1071 } 1078 span1 = Html.span({ style:{"color":"red"}}, message);1072 span1 = Html.span({}, message); 1079 1073 } 1080 1074 return this.ExclusivePopup.prototype.draw.call(this, Widget.block([span1, userList, cancelButton]));
Note: See TracChangeset
for help on using the changeset viewer.
