본문으로 건너뛰기

CRM 레시피 문구 개선

PHP 8 · GODO26
변경 파일 수: 2개
변경 파일 목록
총 2개
변경 파일 코드
추가삭제
Admin/crm/crm_recipe_send.php+1-1
변경 전crm_recipe_send.php
<h3 class="ncua-help-manual"><?= gd_htmlspecialchars($recipeName ?? '레시피') ?></h3>
<div class="ncua-page-header__actions">
<button id="closeCrmRecipe" type="button" class="ncua-btn ncua-btn--sm ncua-btn--secondary-gray">닫기</button>
<button id="previewCrmRecipe" type="button" class="ncua-btn ncua-btn--sm ncua-btn--primary">발송</button>
</div>
</header>
 
 
변경 후crm_recipe_send.php
<h3 class="ncua-help-manual"><?= gd_htmlspecialchars($recipeName ?? '레시피') ?></h3>
<div class="ncua-page-header__actions">
<button id="closeCrmRecipe" type="button" class="ncua-btn ncua-btn--sm ncua-btn--secondary-gray">닫기</button>
<button id="previewCrmRecipe" type="button" class="ncua-btn ncua-btn--sm ncua-btn--primary">반복발송</button>
</div>
</header>
 
 
Admin/crm/mobile_send/layer_recipe_send_time_setting.php+1
변경 전layer_recipe_send_time_setting.php
<h4 class="ncua-card__title">
발송 설정
</h4>
 
</header>
<section class="ncua-card__body">
<div class="send-time-setting-content">
 
변경 후layer_recipe_send_time_setting.php
<h4 class="ncua-card__title">
발송 설정
</h4>
<p class="send-time-setting-desc">발송 기간과 주기를 설정해 메시지를 반복 발송해보세요.</p>
</header>
<section class="ncua-card__body">
<div class="send-time-setting-content">