모바일 회원가입 - placeholder 문구 변경
This commit is contained in:
@ -48,8 +48,8 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']
|
|||||||
<li>
|
<li>
|
||||||
<?php
|
<?php
|
||||||
if ($config['cf_cert_use']) {
|
if ($config['cf_cert_use']) {
|
||||||
$desc_name = ' 본인확인 시 자동입력';
|
$desc_name = ' - 본인확인 시 자동입력';
|
||||||
$desc_phone = ' 본인확인 시 자동입력';
|
$desc_phone = ' - 본인확인 시 자동입력';
|
||||||
|
|
||||||
if (!$config['cf_cert_sa'] && !$config['cf_cert_hp'] && $config['cf_cert_ipin']) {
|
if (!$config['cf_cert_sa'] && !$config['cf_cert_hp'] && $config['cf_cert_ipin']) {
|
||||||
$desc_phone = '';
|
$desc_phone = '';
|
||||||
|
|||||||
@ -48,8 +48,8 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']
|
|||||||
<li>
|
<li>
|
||||||
<?php
|
<?php
|
||||||
if ($config['cf_cert_use']) {
|
if ($config['cf_cert_use']) {
|
||||||
$desc_name = ' 본인확인 시 자동입력';
|
$desc_name = ' - 본인확인 시 자동입력';
|
||||||
$desc_phone = ' 본인확인 시 자동입력';
|
$desc_phone = ' - 본인확인 시 자동입력';
|
||||||
|
|
||||||
if (!$config['cf_cert_sa'] && !$config['cf_cert_hp'] && $config['cf_cert_ipin']) {
|
if (!$config['cf_cert_sa'] && !$config['cf_cert_hp'] && $config['cf_cert_ipin']) {
|
||||||
$desc_phone = '';
|
$desc_phone = '';
|
||||||
|
|||||||
Reference in New Issue
Block a user