Ignore:
Timestamp:
10/04/10 17:17:56 (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:
5596fa
Parents:
4b7342
git-author:
csvetelina.angelova@…> (02/18/10 10:02:07)
git-committer:
Jose Benito <jose.benito.gonzalez@…> (10/04/10 17:17:56)
Message:

[FIX] ContrDisplay? - Send button layout fix

File:
1 edited

Legend:

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

    r4b7342 rcc2966  
    1212<form id="SendBtnForm" action="<%=urlHandlers.UHContributionSubmitForRewiewing.getURL(self._target)%>" method="POST" style="disabled:true; display:<%=display%>"> 
    1313    <input id="SendBtn" type="submit" class="btn" value="Send" style="display:<%=display%>"> 
    14     <div id="SendHelp" style="display:<%=display%>"> 
     14    <span id="SendHelp" style="display:<%=display%>"> 
    1515        <% inlineContextHelp(_('First you should add the materials and then by clicking on this button you will send them for reviewing. They will be locked until the end of the process')) %> 
    16     </div> 
     16    </span> 
    1717</form>                                    
    1818<script type="text/javascript"> 
     
    6060<% if self._target.getReviewManager().getLastReview().isAuthorSubmitted(): %> 
    6161   $E('SendBtnForm').dom.style.display = 'none'; 
    62    $E('SendBtn').dom.style.display = 'none'; 
    63    $E('SendHelp').dom.style.display = 'none'; 
    6462<% end %> 
    6563 
Note: See TracChangeset for help on using the changeset viewer.