Changeset a63321 in indico


Ignore:
Timestamp:
03/10/11 18:10:38 (2 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, b8c30da8ebdbdcbd675a873997cc3e95f567de49, 4287315ec967a3da168d83963c14001db8487d53
Children:
d89513
Parents:
8ba8a2
Message:

[IMP] Added confirmation before sending paper

File:
1 edited

Legend:

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

    r5ce34c ra63321  
    1818        <span class="collaborationWarning">Note that you cannot modify the reviewing materials after submitting them.</span> 
    1919    </div> 
    20     <input id="SendBtn" type="submit" class="btn" value="Submit" disabled="disabled" style="display:<%=display%>"> 
     20    <input id="SendBtn" type="submit" onclick="javascript:return confirm($T('Do you want to send the paper for reviewing? After sending it, you will not be able to submit another file until it is reviewed.'));" class="btn" value="Submit" disabled="disabled" style="display:<%=display%>"> 
    2121    <span id="SendHelp" style="display:<%=display%>"> 
    2222        <% inlineContextHelp(_('First you should add the materials and then by clicking on this button you will submit them for reviewing. They will be locked until the end of the process')) %> 
Note: See TracChangeset for help on using the changeset viewer.