Changeset bf90e6 in indico
- Timestamp:
- 03/02/11 14:03:37 (2 years ago)
- 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)
- Location:
- indico/MaKaC/webinterface/tpls
- Files:
-
- 2 edited
-
AbstractsReviewingNotifTpl.tpl (modified) (1 diff)
-
ConfModifCFA.tpl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
indico/MaKaC/webinterface/tpls/AbstractsReviewingNotifTpl.tpl
r9ac2af7 rbf90e6 1 1 <table class="groupTable"> 2 2 <tr> 3 <td id="reviewingModeHelp" colspan="5" class="groupTitle" style="padding-bottom: 10px; padding-left: 20px;">3 <td id="reviewingModeHelp" colspan="5" class="groupTitle"> 4 4 <%= _("Email notification templates")%> 5 5 </td> 6 6 </tr> 7 7 <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> 8 13 <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;"> 11 16 <%= notifTpls %> 12 17 </table> 13 18 </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> 16 24 </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> 21 32 </tr> 22 33 </table> -
indico/MaKaC/webinterface/tpls/ConfModifCFA.tpl
r9ac2af7 rbf90e6 20 20 <input type="submit" class="btn" value="<%= _("modify")%>" <%= disabled %>> 21 21 </td> 22 </form>22 </form> 23 23 </tr> 24 24 <tr> … … 54 54 </td> 55 55 </tr> 56 <tr> 56 <tr> 57 <td colspan="3" class="horizontalLine"> </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> 57 66 <td colspan="3" class="horizontalLine"> </td> 58 67 </tr> … … 85 94 <td colspan="3" class="horizontalLine"> </td> 86 95 </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"> </td>95 </tr>96 96 </table> 97 97 <br>
Note: See TracChangeset
for help on using the changeset viewer.
