Commit 172db945 by Kim Gyeongeun

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

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