source: indico/indico/MaKaC/webinterface/tpls/AbstractsReviewingNotifTpl.tpl @ 3fa6ed

burotelhello-world-walkthroughipv6v0.98-seriesv0.98.2v0.98.3v0.98b1v0.98b2v0.99v1.0v1.1
Last change on this file since 3fa6ed was 59086c, checked in by Jose Benito <jose.benito.gonzalez@…>, 3 years ago

[FIX] Many fixes regarding the notification tpls

  • Property mode set to 100644
File size: 829 bytes
Line 
1<table class="groupTable">
2    <tr>
3        <td id="reviewingModeHelp" colspan="5" class="groupTitle" style="padding-bottom: 10px; padding-left: 20px;">
4            <%= _("Email notification templates")%>
5        </td>
6    </tr>
7    <tr>
8        <form action=%(remNotifTplURL)s 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;">
11                %(notifTpls)s
12            </table>
13        </td>
14        <td valign="center" align="right">
15            <input type="submit" class="btn" value="<%= _("remove")%>">
16        </form>
17        <form action=%(addNotifTplURL)s method="POST">
18            <input type="submit" class="btn" value="<%= _("add")%>">
19        </td>
20        </form>
21    </tr>
22</table>
Note: See TracBrowser for help on using the repository browser.