소스 검색

removed placeholder fpr terms input

beta
Daniel 2 년 전
부모
커밋
fa3230a677
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. +1
    -2
      src/client/app/tmpl/group-terms.html

+ 1
- 2
src/client/app/tmpl/group-terms.html 파일 보기

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


불러오는 중...
취소
저장