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
0f41f08a
Commit
0f41f08a
authored
May 13, 2018
by
IKEDA Soji
Browse files
Show heading describing config group in list config page.
parent
ab7b8a21
Changes
1
Hide whitespace changes
Inline
Side-by-side
default/web_tt2/edit_list_request.tt2
View file @
0f41f08a
...
...
@@ -11,15 +11,28 @@
</h2>
[% IF !group ~%]
[% IF GROUP == 'description' ~%]
[% SET class = 'menuLinksCurrentPage' %]
[%~ ELSE ~%]
[% SET class = 'menuLinks' %]
[%~ END ~%]
<p>
[%|loc%]Here you can edit your list's configuration parameters.[% END %]
</p>
[%~ ELSE ~%]
[% IF group == 'description' ~%]
<h3>[%|loc%]List definition[%END%]</h3>
[%~ ELSIF group == 'sending' ~%]
<h3>[%|loc%]Sending/receiving setup[%END%]</h3>
[%~ ELSIF group == 'command' ~%]
<h3>[%|loc%]Privileges[%END%]</h3>
[%~ ELSIF group == 'archives' ~%]
<h3>[%|loc%]Archives[%END%]</h3>
[%~ ELSIF group == 'bounces' ~%]
<h3>[%|loc%]Bounces[%END%]</h3>
[%~ ELSIF group == 'data_source' ~%]
<h3>[%|loc%]Data sources setup[%END%]</h3>
[%~ ELSIF group == 'dkim' ~%]
<h3>[%|loc%]DKIM[%END%]</h3>
[%~ ELSIF group == 'other' ~%]
<h3>[%|loc%]Miscellaneous[%END%]</h3>
[%~ END %]
<form class="bold_label" action="[% path_cgi %]" method="post">
<fieldset>
<input type="hidden" name="serial" value="[% serial %]" />
...
...
Write
Preview
Markdown
is supported
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