Changeset 7c38a1 in indico


Ignore:
Timestamp:
10/04/10 17:17:53 (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, 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)
Message:

[FIXED] - upload template works with IE

  • PR/Setup - Uplooad Template was not working with the IE. Now this is fixed.
Location:
indico/MaKaC/webinterface
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • indico/MaKaC/webinterface/pages/reviewing.py

    rdf4929 r7c38a1  
    7373            """ 
    7474            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)""" 
    7777         
    7878        if self._isPRM or self._canModify: 
  • indico/MaKaC/webinterface/tpls/ConfModificationReviewingSettings.tpl

    rf9a525 r7c38a1  
    500500         <% display = 'none' %> 
    501501       <% 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%>"> 
    503503    <!-- here to put table for the uploaded templates info :) --> 
     504     <thead> 
    504505        <tr> 
    505506            <td nowrap width="50%%" class="titleCellFormat" style="border-right:5px solid #FFFFFF;border-left:5px solid #FFFFFF;border-bottom: 1px solid #DDDDDD;"> 
     
    513514            </td> 
    514515        </tr> 
     516        </thead> 
     517        <tbody id="templateListTable"> 
     518        </tbody> 
    515519        <!-- <% keys = ConfReview.getTemplates().keys() %> 
    516520       <% keys.sort() %>  
     
    539543        <% end %> --> 
    540544        </table> 
    541          
    542      
    543545        <% if ConfReview.hasTemplates(): %> 
    544546         <% display = 'none' %> 
     
    593595        $E('steptitle').dom.style.display = ''; 
    594596        $E('title').set('<%= _("content reviewing team")%>'); 
     597        $E('title').dom.style.display = ''; 
    595598        $E('materialsTable').dom.style.display = 'none'; 
    596599        $E('statusTable').dom.style.display = ''; 
     
    625628    if (value == "Layout reviewing") { 
    626629        $E('steptitle').dom.style.display = ''; 
     630        $E('title').dom.style.display = ''; 
    627631        $E('title').set('<%= _("layout reviewing team")%>'); 
    628632        $E('materialsTable').dom.style.display = 'none'; 
     
    657661        $E('steptitle').dom.style.display = ''; 
    658662        $E('title').set('<%= _("content and layout reviewing team")%>'); 
     663        $E('title').dom.style.display = ''; 
    659664        $E('materialsTable').dom.style.display = 'none'; 
    660665        $E('statusTable').dom.style.display = ''; 
     
    826831                    row.append(cellFormat); 
    827832                    row.append(cellDescription);         
    828                     $E('templateListTable').append(row);  
     833                    $E('templateListTable').insert(row);  
    829834             <% end %> 
    830835             
     
    901906                                            {conference: '<%= ConfReview.getConference().getId() %>', 
    902907                                            AutoEmailsToChange: 'Editor'},  
    903                                             'To the  Layout Reviewer when an author submits paper', 
     908                                            'To the Layout Reviewer when an author submits paper', 
    904909                                            true 
    905910)); 
Note: See TracChangeset for help on using the changeset viewer.