Ver a proveniência

removed placeholder of terms input

master
Daniel há 2 anos
ascendente
cometimento
ab0ed01abb
1 ficheiros alterados com 1 adições e 2 eliminações
  1. +1
    -2
      src/client/app/tmpl/group-terms.html

+ 1
- 2
src/client/app/tmpl/group-terms.html Ver ficheiro

@@ -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">


Carregando…
Cancelar
Guardar