Commit 5a2e5584 by Kim Gyeongeun

会員編集画面修正

parent f6049e82
......@@ -25,17 +25,16 @@ $!tools.getMsg("pointUse")
$!tools.getMsg("Email")
<label for="mainPcEmail" class="area_title">E-mail(メイン)<sup></sup></label>
<input type="text" id="mainPcEmail" name="mainPcEmail" size="40" maxlength="128" value="$!escape.html($!userEditForm.mainPcEmail)">
<p class="indent01">※E-mail(メイン)は必須です。</p>
<p class="indent01">※ドメイン指定受信をされている方は[city.ichikawa.lg.jp]をドメインに追加していただく必要があります。 </p>
</div>
<div class="dot_line02"></div>
<div data-role="fieldcontain">
$!tools.getMsg("subPcEmail")
$!tools.getMsg("Email")
<label for="subPcEmail" class="area_title">E-mail(サブ)<sup></sup></label>
<label for="subPcEmail" class="area_title">E-mail(サブ)</label>
<input type="text" id="subPcEmail" name="subPcEmail" size="40" maxlength="128" value="$!escape.html($!{userEditForm.subPcEmail})">
<p class="indent01">※E-mail(メイン)は必須です。</p>
<p class="indent01">※ドメイン指定受信をされている方は[city.ichikawa.lg.jp]をドメインに追加していただく必要があります。 </p>
</div>
<div class="dot_line02"></div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment