Sfoglia il codice sorgente

removed placeholder of terms input

master
Daniel 2 anni fa
parent
commit
ab0ed01abb
1 ha cambiato i file con 1 aggiunte e 2 eliminazioni
  1. +1
    -2
      src/client/app/tmpl/group-terms.html

+ 1
- 2
src/client/app/tmpl/group-terms.html Vedi File

@@ -22,8 +22,7 @@
<textarea maxlength="4096"
rows="5"
class="form-control"
disabled
placeholder="<%= _lc( 'TEAM_DETAIL_TEAM_TERMS_PLACEHOLDER' ) %>"><%= group.getTermsConditions() ? group.getTermsConditions() : '' %></textarea>
disabled><%= group.getTermsConditions() ? group.getTermsConditions() : '' %></textarea>
<% if ( group.getTermsConditionsActive() ) { %>
<div class="form-group">
<div class="custom-control custom-checkbox my-1 mr-sm-2">


Caricamento…
Annulla
Salva