2017-08-18 01:23:55 +02:00
|
|
|
<div id="organization-profile" data-name="organization-profile" class="settings-section">
|
|
|
|
<form class="form-horizontal admin-realm-form org-profile-form">
|
2018-01-30 14:58:50 +01:00
|
|
|
<div class="alert" id="admin-realm-deactivation-status"></div>
|
2017-08-18 01:23:55 +02:00
|
|
|
|
2018-03-26 11:45:04 +02:00
|
|
|
<div id="org-org-profile" class="org-subsection-parent">
|
|
|
|
<div class="subsection-header">
|
2018-12-18 21:34:02 +01:00
|
|
|
<h3>{{t "Organization profile" }}
|
|
|
|
<a href="/help/create-your-organization-profile" target="_blank">
|
|
|
|
<i class="fa fa-question-circle-o" aria-hidden="true"></i>
|
|
|
|
</a>
|
|
|
|
</h3>
|
2018-03-26 12:06:42 +02:00
|
|
|
{{ partial "settings-save-discard-widget" "section_name" "org-profile" }}
|
2017-08-18 01:23:55 +02:00
|
|
|
</div>
|
|
|
|
|
2018-03-26 11:45:04 +02:00
|
|
|
<div class="organization-settings-parent">
|
|
|
|
<div class="input-group admin-realm">
|
2018-06-21 21:43:54 +02:00
|
|
|
<label for="id_realm_name">{{t "Organization name" }}</label>
|
2019-04-04 16:36:12 +02:00
|
|
|
<input type="text" id="id_realm_name" name="realm_name" class="admin-realm-name setting-widget prop-element"
|
2019-03-06 17:24:14 +01:00
|
|
|
autocomplete="off" data-setting-widget-type="text"
|
2018-04-03 10:07:23 +02:00
|
|
|
value="{{ realm_name }}" maxlength="40" />
|
2018-03-26 11:45:04 +02:00
|
|
|
</div>
|
|
|
|
<div class="input-group admin-realm">
|
2018-06-21 21:43:54 +02:00
|
|
|
<label for="realm_description">{{t "Organization description" }}</label>
|
2019-04-04 16:36:12 +02:00
|
|
|
<textarea id="id_realm_description" name="realm_description" class="admin-realm-description setting-widget prop-element"
|
2019-03-06 17:24:14 +01:00
|
|
|
maxlength="1000" data-setting-widget-type="text">{{ realm_description }}</textarea>
|
2018-03-26 11:45:04 +02:00
|
|
|
</div>
|
2017-08-18 01:23:55 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
2019-03-09 17:43:48 +01:00
|
|
|
<div>{{t "Organization profile picture" }}</div>
|
2017-08-18 01:23:55 +02:00
|
|
|
<div class="realm-icon-section">
|
|
|
|
<div class="inline-block">
|
|
|
|
<img id="realm-settings-icon" src="{{ realm_icon_url }}"/>
|
|
|
|
<input type="file" name="realm_icon_file_input" class="notvisible"
|
2019-03-09 17:43:48 +01:00
|
|
|
id="realm_icon_file_input" value="{{t 'Upload profile picture' }}"/>
|
2017-08-18 01:23:55 +02:00
|
|
|
</div>
|
|
|
|
<div class="inline-block avatar-controls">
|
2018-08-16 01:26:55 +02:00
|
|
|
<div id="realm_icon_file_input_error" class="alert text-error"></div>
|
2017-08-18 01:23:55 +02:00
|
|
|
<button class="button rounded sea-green w-200 block input-size"
|
2018-08-16 01:26:55 +02:00
|
|
|
id="realm_icon_upload_button">
|
2019-03-09 17:43:48 +01:00
|
|
|
<span id="upload_icon_button_text">{{t 'Upload new profile picture' }}</span>
|
2018-08-16 01:26:55 +02:00
|
|
|
<span id="upload_icon_spinner"></span>
|
|
|
|
</button>
|
2017-08-18 01:23:55 +02:00
|
|
|
<button class="button rounded btn-danger w-200 m-t-10 block input-size"
|
2019-03-09 17:43:48 +01:00
|
|
|
id="realm_icon_delete_button">{{t 'Delete profile picture' }}</button>
|
2017-08-18 01:23:55 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
2019-04-13 09:37:53 +02:00
|
|
|
<a href="/login/?preview=true" target="_blank" class="button rounded sea-green w-200 block" id="id_org_profile_preview">
|
|
|
|
{{t 'Preview organization profile' }}
|
|
|
|
<i class="fa fa-external-link" aria-hidden="true" title="{{t 'Preview organization profile' }}"></i>
|
|
|
|
</a>
|
2018-01-30 14:58:50 +01:00
|
|
|
|
2019-05-15 06:09:47 +02:00
|
|
|
<div class="subsection-header">
|
|
|
|
<h3>{{t "Organization logo" }}
|
|
|
|
<a href="/help/create-your-organization-profile#add-a-wide-logo" target="_blank">
|
|
|
|
<i class="fa fa-question-circle-o" aria-hidden="true"></i>
|
|
|
|
</a>
|
|
|
|
</h3>
|
2019-06-12 14:22:37 +02:00
|
|
|
<div>
|
|
|
|
{{#unless plan_includes_wide_organization_logo}}
|
|
|
|
<p class="upgrade_realm_plan_type_suggestion">
|
|
|
|
<a href="https://zulipchat.com/plans/" target="_blank">
|
|
|
|
{{upgrade_text_for_wide_organization_logo}}
|
|
|
|
</a>
|
|
|
|
</p>
|
|
|
|
{{/unless}}
|
|
|
|
</div>
|
2019-05-15 06:09:47 +02:00
|
|
|
</div>
|
2018-08-16 01:26:55 +02:00
|
|
|
|
2019-05-15 06:09:47 +02:00
|
|
|
<p>{{t "A wide image for the upper left corner of the app." }}</p>
|
2018-08-16 01:26:55 +02:00
|
|
|
<div class="realm-logo-section">
|
2019-05-15 06:09:47 +02:00
|
|
|
<div class="inline-block realm-logo-block">
|
2018-08-16 01:26:55 +02:00
|
|
|
<img id="realm-settings-logo" src="{{ realm_logo_url }}"/>
|
|
|
|
<input type="file" name="realm_logo_file_input" class="notvisible"
|
|
|
|
id="realm_logo_file_input" value="{{t 'Upload logo' }}"/>
|
|
|
|
</div>
|
2019-05-15 06:09:47 +02:00
|
|
|
<div class="inline-block avatar-controls">
|
2018-08-16 01:26:55 +02:00
|
|
|
<div id="realm_logo_file_input_error" class="alert text-error"></div>
|
2019-06-12 14:22:37 +02:00
|
|
|
{{#if plan_includes_wide_organization_logo}}
|
2018-08-16 01:26:55 +02:00
|
|
|
<button class="button rounded sea-green w-200 block input-size"
|
|
|
|
id="realm_logo_upload_button">
|
|
|
|
<span id="upload_logo_button_text">{{t 'Upload new logo' }}</span>
|
|
|
|
<span id="upload_logo_spinner"></span>
|
|
|
|
</button>
|
|
|
|
<button class="button rounded btn-danger w-200 m-t-10 block input-size"
|
|
|
|
id="realm_logo_delete_button">{{t 'Delete logo' }}</button>
|
2019-06-12 14:22:37 +02:00
|
|
|
{{/if}}
|
2018-08-16 01:26:55 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
2019-05-15 06:09:47 +02:00
|
|
|
<p>{{t "A wide logo for night mode. Logo will be shown against a dark background." }}</p>
|
2019-01-27 08:25:10 +01:00
|
|
|
<div class="realm-logo-section realm-night-logo-section">
|
2019-05-15 06:09:47 +02:00
|
|
|
<div class="inline-block realm-logo-block">
|
2019-01-27 08:25:10 +01:00
|
|
|
<img id="realm-settings-night-logo" src="{{ realm_night_logo_url }}">
|
|
|
|
<input type="file" name="realm_night_logo_file_input" class="notvisible"
|
|
|
|
id="realm_night_logo_file_input" value="{{t 'Upload logo' }}"/>
|
|
|
|
</div>
|
2019-05-15 06:09:47 +02:00
|
|
|
<div class="inline-block avatar-controls">
|
2019-01-27 08:25:10 +01:00
|
|
|
<div id="realm_night_logo_file_input_error" class="alert text-error"></div>
|
2019-06-12 14:22:37 +02:00
|
|
|
{{#if plan_includes_wide_organization_logo}}
|
2019-01-27 08:25:10 +01:00
|
|
|
<button class="button rounded sea-green w-200 block input-size"
|
|
|
|
id="realm_night_logo_upload_button">
|
|
|
|
<span id="upload_night_logo_button_text">{{t 'Upload new logo' }}</span>
|
|
|
|
<span id="upload_night_logo_spinner"></span>
|
|
|
|
</button>
|
|
|
|
<button class="button rounded btn-danger w-200 m-t-10 block input-size"
|
|
|
|
id="realm_night_logo_delete_button">{{t 'Delete logo' }}</button>
|
2019-06-12 14:22:37 +02:00
|
|
|
{{/if}}
|
2019-01-27 08:25:10 +01:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
2018-01-30 14:58:50 +01:00
|
|
|
<h3 class="light">{{t "Deactivate organization" }}</h3>
|
|
|
|
<div class="deactivate-realm-section">
|
|
|
|
<div class="input-group">
|
|
|
|
<button class="button rounded btn-danger" id="deactivate_realm_button">
|
|
|
|
{{t 'Deactivate organization' }}
|
|
|
|
</button>
|
|
|
|
</div>
|
|
|
|
{{ partial "deactivate-realm-modal"}}
|
|
|
|
</div>
|
2017-08-18 01:23:55 +02:00
|
|
|
</form>
|
|
|
|
</div>
|