Changeset 7c38a1 in indico
- Timestamp:
- 10/04/10 17:17:53 (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, d9941f8582b36b24821a11ea5ba16fda6a457fb1
- Children:
- e9c2ff
- Parents:
- df4929
- git-author:
- csvetelina.angelova@…> (01/19/10 09:35:43)
- git-committer:
- Jose Benito <jose.benito.gonzalez@…> (10/04/10 17:17:53)
- Location:
- indico/MaKaC/webinterface
- Files:
-
- 2 edited
-
pages/reviewing.py (modified) (1 diff)
-
tpls/ConfModificationReviewingSettings.tpl (modified) (8 diffs)
Legend:
- Unmodified
- Added
- Removed
-
indico/MaKaC/webinterface/pages/reviewing.py
rdf4929 r7c38a1 73 73 """ 74 74 self._subtabAbstractsReviewing.setHidden(True) 75 if not self._conf.hasEnabledSection("cfa"):76 self._subtabAbstractsReviewing.setHidden(True) 75 """if not self._conf.hasEnabledSection("cfa"): 76 self._subtabAbstractsReviewing.setHidden(True)""" 77 77 78 78 if self._isPRM or self._canModify: -
indico/MaKaC/webinterface/tpls/ConfModificationReviewingSettings.tpl
rf9a525 r7c38a1 500 500 <% display = 'none' %> 501 501 <% end %> 502 <table id="templateListTable"width="90%%" align="center" border="0" style="display:<%=display%>">502 <table width="90%%" align="center" border="0" style="display:<%=display%>"> 503 503 <!-- here to put table for the uploaded templates info :) --> 504 <thead> 504 505 <tr> 505 506 <td nowrap width="50%%" class="titleCellFormat" style="border-right:5px solid #FFFFFF;border-left:5px solid #FFFFFF;border-bottom: 1px solid #DDDDDD;"> … … 513 514 </td> 514 515 </tr> 516 </thead> 517 <tbody id="templateListTable"> 518 </tbody> 515 519 <!-- <% keys = ConfReview.getTemplates().keys() %> 516 520 <% keys.sort() %> … … 539 543 <% end %> --> 540 544 </table> 541 542 543 545 <% if ConfReview.hasTemplates(): %> 544 546 <% display = 'none' %> … … 593 595 $E('steptitle').dom.style.display = ''; 594 596 $E('title').set('<%= _("content reviewing team")%>'); 597 $E('title').dom.style.display = ''; 595 598 $E('materialsTable').dom.style.display = 'none'; 596 599 $E('statusTable').dom.style.display = ''; … … 625 628 if (value == "Layout reviewing") { 626 629 $E('steptitle').dom.style.display = ''; 630 $E('title').dom.style.display = ''; 627 631 $E('title').set('<%= _("layout reviewing team")%>'); 628 632 $E('materialsTable').dom.style.display = 'none'; … … 657 661 $E('steptitle').dom.style.display = ''; 658 662 $E('title').set('<%= _("content and layout reviewing team")%>'); 663 $E('title').dom.style.display = ''; 659 664 $E('materialsTable').dom.style.display = 'none'; 660 665 $E('statusTable').dom.style.display = ''; … … 826 831 row.append(cellFormat); 827 832 row.append(cellDescription); 828 $E('templateListTable'). append(row);833 $E('templateListTable').insert(row); 829 834 <% end %> 830 835 … … 901 906 {conference: '<%= ConfReview.getConference().getId() %>', 902 907 AutoEmailsToChange: 'Editor'}, 903 'To the Layout Reviewer when an author submits paper',908 'To the Layout Reviewer when an author submits paper', 904 909 true 905 910 ));
Note: See TracChangeset
for help on using the changeset viewer.
