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
7d46b44e
Unverified
Commit
7d46b44e
authored
May 24, 2019
by
Luc Didry
Browse files
Fix message_header and message_footer links not showing in editfile page
Fix #622 Thx to dpc22 who created the issue AND gave the solution
parent
4be974c3
Changes
1
Hide whitespace changes
Inline
Side-by-side
default/web_tt2/editfile.tt2
View file @
7d46b44e
...
...
@@ -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