projects
/
platal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff0299c
)
HTML validation.
author
Stéphane Jacob
<sj@m4x.org>
Mon, 14 Mar 2011 13:37:00 +0000
(14:37 +0100)
committer
Stéphane Jacob
<sj@m4x.org>
Mon, 14 Mar 2011 13:41:49 +0000
(14:41 +0100)
Signed-off-by: Stéphane Jacob <sj@m4x.org>
templates/newsletter/edit.tpl
patch
|
blob
|
blame
|
history
diff --git
a/templates/newsletter/edit.tpl
b/templates/newsletter/edit.tpl
index
3009373
..
90ae27f
100644
(file)
--- a/
templates/newsletter/edit.tpl
+++ b/
templates/newsletter/edit.tpl
@@
-63,7
+63,8
@@
{else}
Envoyée
{/if}
-
+ </td>
+ </tr>
<tr>
<td class='titre'>
ID
@@
-126,7
+127,7
@@
Signature de la lettre
</td>
<td>
- <input type='text' size='60' name='signature' value="{$issue->signature}"
</input
>
+ <input type='text' size='60' name='signature' value="{$issue->signature}"
/
>
</td>
</tr>
{if $nl->automaticMailingEnabled() && ($issue->isEditable() || $issue->isPending())}