mirror of https://github.com/zulip/zulip.git
settings: Apply 'settings-info-icon' style to informational tooltip icons.
This commit is contained in:
parent
2124f4c8d9
commit
bb250f47a6
|
@ -15,7 +15,7 @@
|
|||
</a>
|
||||
</div>
|
||||
|
||||
<i class="icon-vector-question-sign change_email_tooltip" {{#unless page_params.realm_email_changes_disabled}}style="display:none" {{/unless}} data-toggle="tooltip"
|
||||
<i class="icon-vector-question-sign settings-info-icon change_email_tooltip" {{#unless page_params.realm_email_changes_disabled}}style="display:none" {{/unless}} data-toggle="tooltip"
|
||||
title="{{t 'Changing email addresses has been disabled by your Zulip organization administrators. Contact an administrator for help.' }}"></i>
|
||||
|
||||
<div id="change_email_modal" class="modal hide" tabindex="-1" role="dialog"
|
||||
|
@ -45,7 +45,7 @@
|
|||
<div class="input-group" id="name_change_container">
|
||||
<label for="full_name" class="inline-block title">{{t "Full name" }}</label>
|
||||
<input type="text" name="full_name" id="full_name" class="w-200 inline-block" value="{{ page_params.full_name }}" {{#if page_params.realm_name_changes_disabled}}disabled="disabled" {{/if}}/>
|
||||
<i class="icon-vector-question-sign change_name_tooltip" data-toggle="tooltip"
|
||||
<i class="icon-vector-question-sign settings-info-icon change_name_tooltip" data-toggle="tooltip"
|
||||
{{#unless page_params.realm_name_changes_disabled}}style="display:none" {{/unless}}
|
||||
title="{{t 'Changing your name has been disabled by your Zulip organization administrators. Contact an administrator for help.' }}"/>
|
||||
<div class="warning"></div>
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
<div class="input-group">
|
||||
<label for="bot_type">
|
||||
{{t "Bot type" }}
|
||||
<i class="icon-vector-question-sign bot_type_tooltip" data-toggle="tooltip"
|
||||
<i class="icon-vector-question-sign settings-info-icon bot_type_tooltip" data-toggle="tooltip"
|
||||
title='{{t "Incoming webhooks can only send messages." }}'></i>
|
||||
</label>
|
||||
<select name="bot_type" id="create_bot_type">
|
||||
|
|
Loading…
Reference in New Issue