We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello!
I think some buttons ("Add" and "Multiple add") in review.tt2 are not in correct position. Screenshot: https://i.imgur.com/dZY2AYR.png It seems that after this change 49f2825#diff-66948009965069770acd20e212cdbbe6 some html code (breaks and stuff) disappeared.
Sympa: 6.2.20.
Best wishes!
The text was updated successfully, but these errors were encountered:
@MargoM, could you give the modification to correct the problem?
Submitting pull request is better way. But if you are not familiar with PR, please post the diff against current template.
Sorry, something went wrong.
@ikedas, a suggested modification:
default/web_tt2/review.tt2, (https://github.com/sympa-community/sympa/blob/master/default/web_tt2/review.tt2)
<label for="quietly"> [%|loc%]Quiet (don't send welcome email)[%END%] </label> + <br /> <input class="MainMenuLinks" type="submit" name="action_add" value="[%|loc%]Add[%END%]" /> </div> </fieldset> </form> <h4>[%|loc%]To add multiple users:[%END%]</h4> <p>[%|loc%]Click the Multiple Add button below to bulk-add users using a form. (Alternatively, consider using a data-source such as SQL or an Active Directory Group).[%END%]</p> <div> + <p> <a class="button" href="[% 'import' | url_rel([list]) %]"> [%|loc%]Multiple add[%END%] </a> + </p> </div> [%~ END %]
Result: https://i.imgur.com/a3KIR1u.png
Merged. Thanks for correction!
No branches or pull requests
Hello!
I think some buttons ("Add" and "Multiple add") in review.tt2 are not in correct position. Screenshot: https://i.imgur.com/dZY2AYR.png
It seems that after this change 49f2825#diff-66948009965069770acd20e212cdbbe6 some html code (breaks and stuff) disappeared.
Sympa: 6.2.20.
Best wishes!
The text was updated successfully, but these errors were encountered: