mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 06:23:38 +00:00
help: Add example email invitation image to "Invite new users".
Adds a link to the section on email invitations to the invite user modal next to the label for the emails input. Fixes #29376.
This commit is contained in:
committed by
Tim Abbott
parent
8cde0af040
commit
3d3f7b3782
@@ -65,6 +65,10 @@ users** menu option if you have permission to invite users.
|
|||||||
Any restrictions on [allowed authentication
|
Any restrictions on [allowed authentication
|
||||||
methods](/help/configure-authentication-methods) are not applied.
|
methods](/help/configure-authentication-methods) are not applied.
|
||||||
|
|
||||||
|
## Example email invitation
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
## Create a reusable invitation link
|
## Create a reusable invitation link
|
||||||
|
|
||||||
{start_tabs}
|
{start_tabs}
|
||||||
|
|||||||
BIN
static/images/help/example-invitation-email.png
Normal file
BIN
static/images/help/example-invitation-email.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 179 KiB |
@@ -9,7 +9,9 @@
|
|||||||
<div class="input-group">
|
<div class="input-group">
|
||||||
<div id="invite_users_option_tabs_container"></div>
|
<div id="invite_users_option_tabs_container"></div>
|
||||||
<div id="invitee_emails_container">
|
<div id="invitee_emails_container">
|
||||||
<label for="invitee_emails" class="modal-field-label">{{t "Emails (one on each line or comma-separated)" }}</label>
|
<label for="invitee_emails" class="modal-field-label">{{t "Emails (one on each line or comma-separated)" }}
|
||||||
|
{{> help_link_widget link="/help/invite-new-users#send-email-invitations" }}
|
||||||
|
</label>
|
||||||
<div class="pill-container {{#unless user_has_email_set}}not-editable-by-user{{/unless}}">
|
<div class="pill-container {{#unless user_has_email_set}}not-editable-by-user{{/unless}}">
|
||||||
<div class="input" {{#if user_has_email_set}}contenteditable="true"{{/if}}></div>
|
<div class="input" {{#if user_has_email_set}}contenteditable="true"{{/if}}></div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user