|
|
|
@@ -17,22 +17,25 @@ |
|
|
|
<p>
|
|
|
|
<strong><%= _lc( 'GROUP_TERMS_DESCRIPTION' ) %></strong>
|
|
|
|
</p>
|
|
|
|
<textarea maxlength="4096"
|
|
|
|
rows="5"
|
|
|
|
class="form-control"
|
|
|
|
disabled
|
|
|
|
placeholder="<%= _lc( 'TEAM_DETAIL_TEAM_TERMS_PLACEHOLDER' ) %>"><%= group.getTermsConditions() ? group.getTermsConditions() : '' %></textarea>
|
|
|
|
<% if ( group.getTermsConditionsActive() ) { %>
|
|
|
|
<input type="checkbox"
|
|
|
|
name="checkbox-terms-conditions-accept"
|
|
|
|
data-id="checkbox-terms-conditions-accept"
|
|
|
|
id="checkbox-terms-conditions-accept"
|
|
|
|
class="custom-control-input"
|
|
|
|
>
|
|
|
|
<% } %>
|
|
|
|
<label class="custom-control-label"
|
|
|
|
for="checkbox-terms-conditions-accept"><%= _lc( 'GROUP_TERMS_ACTIVE' ) %></label>
|
|
|
|
<p>
|
|
|
|
<%= _lc( 'GROUP_TERMS_ACTIVE_DESCRIPTION' ) %>
|
|
|
|
</p>
|
|
|
|
<div class="form-group">
|
|
|
|
<input type="text"
|
|
|
|
data-id="input-group-ical"
|
|
|
|
class="form-control reverse pb_height-50"
|
|
|
|
value="<%= app.core.App.getConfig( 'url' ) %>/ical/<%= group.getPublicId() %>/probuddy.ics" />
|
|
|
|
</div>
|
|
|
|
<small><%= _lc( 'GROUP_TERMS_ACTIVE_DESCRIPTION' ) %></small>
|
|
|
|
</div>
|
|
|
|
<div class="card-footer">
|
|
|
|
<button type="button"
|
|
|
|
data-id="btn-copy-ical-group-link"
|
|
|
|
class="btn btn-primary btn-sm">
|
|
|
|
<i class="fas fa-copy"></i> <%= _lc( 'BTN_COPY_LINK_TO_CLIPBOARD' ) %>
|
|
|
|
</button>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|