Commit 172db945 by Kim Gyeongeun

一時保存の時、配信対象非表示

parent 092b872b
......@@ -177,7 +177,7 @@
<button class="button" onclick="save_mail('2'); return false;">一時保存</button>&nbsp;&nbsp;&nbsp;
</td>
</tr>
-->
<tr id="send_target">
<td style="vertical-align:top">配信対象</td>
<td>
......@@ -189,7 +189,7 @@
#if($!tools.getMsg("deliveryTargetType")) <BR>$tools.getMsg("deliveryTargetType") #end
</td>
</tr>
-->
</tr>
<tr>
<td style="vertical-align:top">テスト配信</td>
......
......@@ -127,8 +127,10 @@ function centerPopup(){
<td>
#if ($!mailRegistForm.deliveryTargetType == "0")
PC用のアドレスのみ
#else
#elseif ($!mailRegistForm.deliveryTargetType == "1")
携帯用のアドレスのみ
#else
E-mail(メイン)、E-mail(サブ)
#end
</td>
##<input type="hidden" name="deliveryTargetType" value="$!mailRegistForm.deliveryTargetType">
......
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