mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
settings: Rename IDs of waiting-period-threshold setting elements.
This commit is contained in:
@@ -36,20 +36,20 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="input-group">
|
||||
<label for="realm_waiting_period_setting" class="dropdown-title">
|
||||
<label for="realm_waiting_period_threshold" class="dropdown-title">
|
||||
{{t "Waiting period before new members turn into full members" }}
|
||||
{{> ../help_link_widget link="/help/restrict-permissions-of-new-members" }}
|
||||
</label>
|
||||
<select name="realm_waiting_period_setting" id="id_realm_waiting_period_setting" class="prop-element">
|
||||
<select name="realm_waiting_period_threshold" id="id_realm_waiting_period_threshold" class="prop-element">
|
||||
<option value="none">{{t "None" }}</option>
|
||||
<option value="three_days">{{t "3 days" }}</option>
|
||||
<option value="custom_period">{{t "Custom" }}</option>
|
||||
</select>
|
||||
{{!-- This setting is hidden unless `custom_period` --}}
|
||||
<div class="dependent-settings-block">
|
||||
<label for="id_realm_waiting_period_threshold" class="inline-block">{{t "Waiting period (days)" }}:</label>
|
||||
<input type="text" id="id_realm_waiting_period_threshold"
|
||||
name="realm_waiting_period_threshold"
|
||||
<label for="id_realm_waiting_period_threshold_custom_input" class="inline-block">{{t "Waiting period (days)" }}:</label>
|
||||
<input type="text" id="id_realm_waiting_period_threshold_custom_input"
|
||||
name="realm_waiting_period_threshold_custom_input"
|
||||
class="admin-realm-time-limit-input prop-element"
|
||||
value="{{ realm_waiting_period_threshold }}"/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user