알림 수신관련 팝업시 작업을 완료하고 창을 닫도록 수정

This commit is contained in:
BJRambo 2021-04-10 18:42:00 +09:00
parent c3f2b678ea
commit 579beca876
5 changed files with 33 additions and 10 deletions

View file

@ -36,6 +36,7 @@
<input type="hidden" name="target_srl" value="{$val->target_srl}" />
<input type="hidden" name="unsubscribe_type" value="{$val->unsubscribe_type}" />
<input type="hidden" name="unsubscribe_srl" value="{$val->unsubscribe_srl}" />
<input type="hidden" name="is_popup" value="N" />
<select name="value" style="width:175px;">
<option value="Y">{$lang->ncenterlite_to_unsubscribe}</option>
<option value="N">{$lang->ncenterlite_subscribe}</option>