Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Sympa
Commits
e1040a5c
Unverified
Commit
e1040a5c
authored
Jun 03, 2019
by
IKEDA Soji
Committed by
GitHub
Jun 03, 2019
Browse files
Merge pull request #628 from ldidry/fix-622 by ldidry
Fix message_header and message_footer links not showing in editfile page
parents
77ef6bcf
7d46b44e
Changes
1
Hide whitespace changes
Inline
Side-by-side
default/web_tt2/editfile.tt2
View file @
e1040a5c
...
...
@@ -71,18 +71,18 @@
<br />
[% END %]
[% item1 = 'message
.
footer'
item2 = 'message
.
header' %]
[% item1 = 'message
_
footer'
item2 = 'message
_
header' %]
[% IF files.$item1 || files.$item2 %]
<h3>[%|loc%]Added in distributed messages[%END%]</h3>
[% IF files.$item1 %]
<a href="[% 'editfile' | url_rel([list,'message
.
footer',previous_action]) %]" class="MainMenuLinks">[%|loc%]Edit[%END%]</a>
<a href="[% 'editfile' | url_rel([list,'message
_
footer',previous_action]) %]" class="MainMenuLinks">[%|loc%]Edit[%END%]</a>
[%|loc%]Message footer: If this file is not empty, it is added as a MIME attachment at the end of each message distributed to the list.[%END%]
<br />
[% END %]
[% IF files.$item2 %]
<a href="[% 'editfile' | url_rel([list,'message
.
header',previous_action]) %]" class="MainMenuLinks">[%|loc%]Edit[%END%]</a>
<a href="[% 'editfile' | url_rel([list,'message
_
header',previous_action]) %]" class="MainMenuLinks">[%|loc%]Edit[%END%]</a>
[%|loc%]Message header: If this file is not empty, it is added as a MIME attachment at the beginning of each message distributed to the list.[%END%]
<br />
[% END %]
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment