[FIX] Error reports
[cds-indico.git] / indico / MaKaC / webinterface / tpls / ContribModifSC.tpl
blob80e0cc1b5149cf5fc6eb9e484043f7c630b46aeb
1 <br>
2 <table width="90%" align="center" border="0"
3                                     style="border-left: 1px solid #777777">
4         <tr>
5             <td class="groupTitle" colspan="4">${ _("Sub Contribution")}</td>
6     </tr>
7     <tr>
8         <td bgcolor="white" width="100%" colspan="4">
9             <form action="${ deleteItemsURL }" method="POST">
10               <table bgcolor="white" border="0" cellspacing="0">
11                 ${ subContList }
14         </td>
15     </tr>
16     <tr><td>&nbsp;</td></tr>
17     <tr>
18         <td colspan="3" class="buttonsSeparator" valign="bottom" align="left">
19             <table align="center">
20                 <tr>
21                     <td valign="bottom" align="center">
22                             <input type="submit" class="btn" value="${ _("remove selected")}">
23                     </td>
24                     </form>
25                     <form action="${ addSubContURL }" method="POST">
26                     <td>
27                         <input type="submit" class="btn" value="${ _("add sub contribution")}">
28                     </td>
29                     </form>
30                 </tr>
31             </table>
32         </td>
33     </tr>
34 </table>
35 <br>