burotelhello-world-walkthroughipv6v0.98-seriesv0.98.2v0.98.3v0.98b1v0.98b2v0.99v1.0v1.1
|
Last change
on this file since c099cd was
9ac2af7,
checked in by Jose Benito <jose.benito.gonzalez@…>, 2 years ago
|
|
[REF] Convert old-style templates to new-style
- replace all %(xyz)s with <%= xyz %>
- remove declareTemplate(newTemplateStyle=True) calls as all templates are new-style now
- remove old-style template support
- stop replacing % with %%
- adding script to do the 'convert' action
|
-
Property mode set to
100644
|
|
File size:
836 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 %> 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 %> |
|---|
| 12 | </table> |
|---|
| 13 | </td> |
|---|
| 14 | <td valign="center" align="right"> |
|---|
| 15 | <input type="submit" class="btn" value="<%= _("remove")%>"> |
|---|
| 16 | </form> |
|---|
| 17 | <form action=<%= addNotifTplURL %> 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.