Changeset bf90e6 in indico


Ignore:
Timestamp:
03/02/11 14:03:37 (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:
874292
Parents:
049bc3
git-author:
Alexis Castilla Hernandez <alexis.castilla.hernandez@…> (02/10/11 11:48:00)
git-committer:
Jose Benito <jose.benito.gonzalez@…> (03/02/11 14:03:37)
Message:

[IMP] Late submission and notification templates

  • Changed the position in the Setup page of Late submission
  • Changed the position of the buttons (add, remove) in Notification templates list
  • Included a help line
Location:
indico/MaKaC/webinterface/tpls
Files:
2 edited

Legend:

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

    r9ac2af7 rbf90e6  
    11<table class="groupTable"> 
    22    <tr> 
    3         <td id="reviewingModeHelp" colspan="5" class="groupTitle" style="padding-bottom: 10px; padding-left: 20px;"> 
     3        <td id="reviewingModeHelp" colspan="5" class="groupTitle"> 
    44            <%= _("Email notification templates")%> 
    55        </td> 
    66    </tr> 
    77    <tr> 
     8        <td style="padding-top:5px; padding-left:5px;"> 
     9            <span class="collShowBookingsText"><%= _("Add the templates for the emails which will be sent to the primary authors or submitters.")%></em> 
     10        </td> 
     11    </tr> 
     12    <tr> 
    813        <form action=<%= remNotifTplURL %> method="POST"> 
    9         <td bgcolor="white" width="100%" class="blacktext"> 
    10             <table width="98%" border="0" align="right" style="padding-top: 10px; padding-bottom: 10px;"> 
     14        <td bgcolor="white" width="100%%" class="blacktext"> 
     15            <table width="98%%" border="0" align="right" style="padding-top: 10px; padding-bottom: 10px;"> 
    1116                <%= notifTpls %> 
    1217            </table> 
    1318        </td> 
    14         <td valign="center" align="right"> 
    15             <input type="submit" class="btn" value="<%= _("remove")%>"> 
     19        <table> 
     20        <tr> 
     21            <td valign="center" align="left"> 
     22                <input type="submit" class="btn" value="<%= _("remove")%>"> 
     23            </td> 
    1624        </form> 
    17         <form action=<%= addNotifTplURL %> method="POST"> 
    18             <input type="submit" class="btn" value="<%= _("add")%>"> 
    19         </td> 
    20         </form> 
     25            <td valign="center" align="left"> 
     26            <form action=<%= addNotifTplURL %> method="POST"> 
     27                <input type="submit" class="btn" value="<%= _("add")%>"> 
     28            </form> 
     29            </td> 
     30        </tr> 
     31        </table> 
    2132    </tr> 
    2233</table> 
  • indico/MaKaC/webinterface/tpls/ConfModifCFA.tpl

    r9ac2af7 rbf90e6  
    2020                        <input type="submit" class="btn" value="<%= _("modify")%>" <%= disabled %>> 
    2121        </td> 
    22                 </form> 
     22    </form> 
    2323    </tr> 
    2424    <tr> 
     
    5454        </td> 
    5555    </tr> 
    56         <tr> 
     56    <tr> 
     57        <td colspan="3" class="horizontalLine">&nbsp;</td> 
     58    </tr> 
     59    <tr> 
     60        <td class="dataCaptionTD"><span class="dataCaptionFormat"> <%= _("Late submission authorised users")%></span></td> 
     61        <td bgcolor="white" width="100%" class="blacktext" colspan="2"> 
     62            <%= submitters %> 
     63        </td> 
     64    </tr> 
     65    <tr> 
    5766        <td colspan="3" class="horizontalLine">&nbsp;</td> 
    5867    </tr> 
     
    8594        <td colspan="3" class="horizontalLine">&nbsp;</td> 
    8695    </tr> 
    87     <tr> 
    88         <td class="dataCaptionTD"><span class="dataCaptionFormat"> <%= _("Late submission authorised users")%></span></td> 
    89         <td bgcolor="white" width="100%" class="blacktext" colspan="2"> 
    90             <%= submitters %> 
    91         </td> 
    92     </tr> 
    93         <tr> 
    94         <td colspan="3" class="horizontalLine">&nbsp;</td> 
    95     </tr> 
    9696</table> 
    9797<br> 
Note: See TracChangeset for help on using the changeset viewer.