Commit 507efdad by Kim Gyeongeun

メッセージ設定にて「H」タグ表示修正

parent 6718a309
......@@ -106,7 +106,15 @@
<table border="0" cellspacing="0" cellpadding="0" class="stripe2 mgb10 w840">
<tr>
<td class="w130">メッセージ<img src="/em/images/html.jpg" width="12" height="12" alt="html" /></td>
<td class="w130">メッセージ
#if($!messageRegistForm.messageCd == "1"
|| $!messageRegistForm.messageCd == "3"
|| $!messageRegistForm.messageCd == "4"
|| $!messageRegistForm.messageCd == "6"
|| $!messageRegistForm.messageCd == "9")
<img src="/em/images/html.jpg" width="12" height="12" alt="html" />
#end
</td>
<td>
<textarea name="message" id="message" cols="45" rows="15" class="w610 mgt5">$!messageRegistForm.message</textarea>
<BR>$!tools.getMsg("message")<BR>
......@@ -133,7 +141,7 @@
<tr id="shinseiPeriod">
<td>申請受付期間<img src="/em/images/html.jpg" width="12" height="12" alt="html" /></td>
<td>申請受付期間</td>
<td>
<input type="text" name="startDate" id="startDate" class="w150" #if($messageRegistForm.startDate) value="$messageRegistForm.startDate" #else value="${tools.getToDay()}" #end/>
<div style="display: none;"><img id="calFromDate" src="/em/images/icon_cal.gif" style="padding-left:5px;padding-right:5px; vertical-align: middle;"></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