- Timestamp:
- 2007/11/22 14:32:35 (15 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
branches/beta/data/Smarty/templates/admin/basis/mail_edit.tpl
r15120 r16801 32 32 33 33 if ( ! fm["send_type"][0].checked && ! fm["send_type"][1].checked ){ 34 if ( err ) err += '\n'; 34 35 err += '¥á¡¼¥ë¤Î·Á¼°¤òÆþÎϤ·¤Æ²¼¤µ¤¤¡£'; 35 36 } 36 37 if ( ! fm["subject"].value ){ 38 if ( err ) err += '\n'; 37 39 err += 'Subject¤òÆþÎϤ·¤Æ²¼¤µ¤¤¡£'; 38 40 } … … 63 65 <form name="form1" id="form1" method="POST" action="<!--{$smarty.server.PHP_SELF|escape}-->" onsubmit="return lfnCheckSubmit();" > 64 66 <input type="hidden" name="mode" value="regist"> 65 <!--{assign var=key value="template_id"}--> 66 <input type="hidden" name="template_id" value="<!--{$arrForm[$key]|escape}-->"> 67 <input type="hidden" name="template_id" value="<!--{$arrForm.template_id|escape}-->"> 67 68 <tr valign="top"> 68 69 <td background="<!--{$smarty.const.URL_DIR}-->img/contents/navi_bg.gif" height="402"> … … 91 92 <tr> 92 93 <td background="<!--{$smarty.const.URL_DIR}-->img/contents/contents_title_left_bg.gif"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/contents_title_left.gif" width="22" height="12" alt=""></td> 93 <td bgcolor="#636469" width="638" class="fs14n"><span class="white"><!--¥³¥ó¥Æ¥ó¥Ä¥¿¥¤¥È¥ë-->¥ ᡼¥ëÀßÄê</span></td>94 <td bgcolor="#636469" width="638" class="fs14n"><span class="white"><!--¥³¥ó¥Æ¥ó¥Ä¥¿¥¤¥È¥ë-->¥Æ¥ó¥×¥ì¡¼¥ÈÊÔ½¸</span></td> 94 95 <td background="<!--{$smarty.const.URL_DIR}-->img/contents/contents_title_right_bg.gif"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="18" height="1" alt=""></td> 95 96 </tr> … … 108 109 <!--{assign var=key value="send_type"}--> 109 110 <!--{if $arrForm.template_id == 1}--> 110 <input type="radio" name="send_type" value=" 0" id="send_type_0" checked="checked" /><label for="send_type_0">¥Ñ¥½¥³¥ó</label> 111 <input type="radio" name="send_type" value="<!--{$smarty.const.MAIL_TYPE_PC}-->" id="send_type_0" checked="checked" /><label for="send_type_0">¥Ñ¥½¥³¥ó</label> 111 112 <!--{elseif $arrForm.template_id == 2}--> 112 <input type="radio" name="send_type" value=" 1" id="send_type_1" checked="checked" /><label for="send_type_1">·ÈÂÓ</label> 113 <input type="radio" name="send_type" value="<!--{$smarty.const.MAIL_TYPE_MOBILE}-->" id="send_type_1" checked="checked" /><label for="send_type_1">·ÈÂÓ</label> 113 114 <!--{else}--> 114 115 <!--{html_radios_ex name="send_type" options=$arrSendType separator=" " selected=$arrForm[$key]}-->
Note: See TracChangeset
for help on using the changeset viewer.