Changeset 15093
- Timestamp:
- 2007/07/23 10:11:41 (16 years ago)
- Location:
- branches/beta
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/beta/data/Smarty/templates/mobile/entry/set2.tpl
r11903 r15093 40 40 ¡Ú¥á¡¼¥ë¥Þ¥¬¥¸¥ó¡Û<br> 41 41 ¤ªÆÀ¤Ê¾ðÊó¤ò´õ˾¤µ¤ì¤Þ¤¹¤«¡©<br> 42 ÇÛ¿®´õ˾<input type="checkbox" name="mailmaga_flg" value="on" <!--{if $mailmaga_flg eq 'on' }-->checked<!--{/if}--> /><br>42 ÇÛ¿®´õ˾<input type="checkbox" name="mailmaga_flg" value="on" <!--{if $mailmaga_flg eq 'on' || $mailmaga_flg == 2}-->checked<!--{/if}--> /><br> 43 43 ¡Ê´õ˾¤µ¤ì¤Ê¤¤¾ì¹ç¤Ï¥Á¥§¥Ã¥¯¤ò¤Ï¤º¤·¤Æ¤¯¤À¤µ¤¤¡Ë<br> 44 44 <br> -
branches/beta/html/mobile/entry/index.php
r13360 r15093 143 143 $checkVal = array("sex", "year", "month", "day", "zip01", "zip02"); 144 144 } else { 145 $checkVal = array("pref", "addr01", "addr02", "tel01", "tel02", "tel03", "mail _flag");145 $checkVal = array("pref", "addr01", "addr02", "tel01", "tel02", "tel03", "mailmaga_flg"); 146 146 } 147 147 … … 174 174 175 175 //¥á¡¼¥ë¼õ¤±¼è¤ê 176 if (strtolower($objPage->arrForm['mail _flag']) == "on") {177 $objPage->arrForm['mail _flag'] = "2";176 if (strtolower($objPage->arrForm['mailmaga_flg']) == "on") { 177 $objPage->arrForm['mailmaga_flg'] = "2"; 178 178 } else { 179 $objPage->arrForm['mail _flag'] = "3";179 $objPage->arrForm['mailmaga_flg'] = "3"; 180 180 } 181 181 … … 190 190 $checkVal = array("sex", "year", "month", "day", "zip01", "zip02"); 191 191 } elseif ($_POST["mode"] == "set2") { 192 $checkVal = array("pref", "addr01", "addr02", "tel01", "tel02", "tel03", "mail _flag");192 $checkVal = array("pref", "addr01", "addr02", "tel01", "tel02", "tel03", "mailmaga_flg"); 193 193 } else { 194 194 $checkVal = array();
Note: See TracChangeset
for help on using the changeset viewer.