Changeset cc2966 in indico for indico/MaKaC/webinterface/tpls/ShowExistingReviewingMaterial.tpl
- Timestamp:
- 10/04/10 17:17:56 (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:
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
indico/MaKaC/webinterface/tpls/ShowExistingReviewingMaterial.tpl
r4b7342 rcc2966 12 12 <form id="SendBtnForm" action="<%=urlHandlers.UHContributionSubmitForRewiewing.getURL(self._target)%>" method="POST" style="disabled:true; display:<%=display%>"> 13 13 <input id="SendBtn" type="submit" class="btn" value="Send" style="display:<%=display%>"> 14 < divid="SendHelp" style="display:<%=display%>">14 <span id="SendHelp" style="display:<%=display%>"> 15 15 <% 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> 17 17 </form> 18 18 <script type="text/javascript"> … … 60 60 <% if self._target.getReviewManager().getLastReview().isAuthorSubmitted(): %> 61 61 $E('SendBtnForm').dom.style.display = 'none'; 62 $E('SendBtn').dom.style.display = 'none';63 $E('SendHelp').dom.style.display = 'none';64 62 <% end %> 65 63
Note: See TracChangeset
for help on using the changeset viewer.
