Changeset 14993 for branches/rel
- Timestamp:
- 2007/06/28 17:24:05 (16 years ago)
- Location:
- branches/rel
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/rel/data/Smarty/templates/admin/system/input.tpl
r12157 r14993 42 42 <input type="hidden" name="pageno" value="<!--{$tpl_pageno}-->"> 43 43 <input type="hidden" name="old_login_id" value="<!--{$tpl_old_login_id}-->"> 44 <input type="hidden" name="uniqid" value="<!--{$tpl_uniqid}-->"> 44 45 <tr valign="top"> 45 46 <td class="mainbg"> -
branches/rel/html/admin/system/input.php
r12157 r14993 49 49 // ¥í¥°¥¤¥óID¤òÊݴɤ·¤Æ¤ª¤¯¡£ 50 50 $objPage->tpl_old_login_id = $data_list[0]['login_id']; 51 52 $objPage->tpl_uniqid = $objSess->getUniqId(); 51 53 } else { 52 54 // ¿·µ¬ºîÀ®¥â¡¼¥É … … 57 59 // ¿·µ¬ºîÀ®¥â¡¼¥É or ÊÔ½¸¥â¡¼¥É 58 60 if( $_POST['mode'] == 'new' || $_POST['mode'] == 'edit') { 59 // ÆþÎÏ¥¨¥é¡¼¥Á¥§¥Ã¥¯ 61 // ²èÌÌÁ«°Ü¤ÎÀµÅöÀ¥Á¥§¥Ã¥¯ 62 if (sfIsValidTransition($objSess) == false) { 63 sfDispError(INVALID_MOVE_ERRORR); 64 } 65 // ÆþÎÏ¥¨¥é¡¼¥Á¥§¥Ã¥¯ 60 66 $objPage->arrErr = fnErrorCheck($conn); 61 67 … … 98 104 $objPage->tpl_onload="fnUpdateParent('".$url."')"; 99 105 } 106 107 // ²èÌÌÁ«°Ü¤ÎÀµÅöÀ¥Á¥§¥Ã¥¯ÍѤËuniqid¤òËä¤á¹þ¤à 108 $objPage->tpl_uniqid = $objSess->getUniqId(); 100 109 101 110 // ¥Æ¥ó¥×¥ì¡¼¥ÈÍÑÊÑ¿ô¤Î³ä¤êÅö¤Æ
Note: See TracChangeset
for help on using the changeset viewer.