Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
ikedas committed Apr 24, 2024
1 parent ecaf255 commit e7e49fe
Show file tree
Hide file tree
Showing 2 changed files with 735 additions and 969 deletions.
5 changes: 4 additions & 1 deletion default/mail_tt2/report.tt2
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
[%~ ELSIF report_entry == 'restricted_modindex' ~%]
[%|loc%]The MODINDEX command is restricted to moderators.[%END%]

[%~ ELSIF report_entry == 'action_owner_or_editor' ~%]
[%~ ELSIF report_entry == 'action_editor_or_owner' ~%]
[%|loc%]This action is restricted to list owners or moderators.[%END%]

[%~ ELSIF report_entry == 'action_editor' ~%]
Expand All @@ -200,6 +200,9 @@
[%~ ELSIF report_entry == 'action_listmaster_or_privileged_owner' ~%]
[%|loc%]This action is restricted to listmasters or privileged list owners.[%END%]

[%~ ELSIF report_entry == 'action_editor_or_listmaster_or_owner' ~%]
[%|loc%]This action is restricted to listmasters, list owners or moderators.[%END%]

[%~ ELSIF report_entry == 'action_listmaster_or_privileged_owner_or_author' ~%]
[%|loc%]This action is restricted to the document author, listmasters, or privileged list owners.[%END%]

Expand Down
Loading

0 comments on commit e7e49fe

Please sign in to comment.