source: indico/indico/MaKaC/webinterface/tpls/ConfModifRegistrantSessionsAllModify.tpl @ 8ba8a2

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

[FIX] No spaces between some words

  • fixed a problem which was caused by the conversion of %(foo)s variables to <%=foo%>
  • Property mode set to 100644
File size: 774 bytes
Line 
1<form action=<%= postURL %> method="POST">
2<br>
3<table width="60%" align="center" style="border-left:1px solid #777777;border-top:1px solid #777777;" cellspacing="0">
4  <tr>
5    <td nowrap class="groupTitle" colspan="2"><b><%= _("Modifying") + " "%> <%= title %></b></td>
6  </tr>
7  <tr><td><br></td></tr>
8  <tr>
9    <td nowrap class="titleCellTD"><span class="titleCellFormat"><%= _("Selected sessions")%></span></td>
10    <td width="100%" align="left" style="padding-left:10px"><%= sessions %></td>
11  </tr>
12  <tr><td>&nbsp;</td></tr>
13  <tr>
14    <td align="left" colspan="2">
15      <input type="submit" class="btn" name="modify" value="<%= _("modify")%>">
16      <input type="submit" class="btn" name="cancel" value="<%= _("cancel")%>">
17    </td>
18  </tr>
19</table>
20<br>
21</form>
Note: See TracBrowser for help on using the repository browser.