Changeset 16308


Ignore:
Timestamp:
2007/10/06 22:17:43 (16 years ago)
Author:
naka
Message:

マスターデータが0件でもデータ追加可能なように修正

Location:
branches/feature-module-update
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update/data/Smarty/templates/default/admin/basis/masterdata.tpl

    r16248 r16308  
    4444                                    </tr> 
    4545                                </table> 
     46<table width="678" border="0" cellspacing="1" cellpadding="8" summary=" "> 
    4647<form name="form1" id="form1" method="post" action="<!--{$smarty.server.PHP_SELF|escape}-->"> 
    4748<input type="hidden" name="mode" value="show"> 
    48  
    49 <table width="678" border="0" cellspacing="1" cellpadding="8" summary=" "> 
    5049  <tr> 
    51     <td bgcolor="#f2f1ec" width="180" class="fs12n"> 
     50    <td bgcolor="#f2f1ec" width="180" class="fs12n" colspan="2"> 
    5251      <select name="master_data_name" id="master_data_name"> 
    5352      <!--{html_options output=$arrMasterDataName values=$arrMasterDataName selected=$masterDataName}--> 
     
    5655    </td> 
    5756  </tr> 
    58 </table> 
    5957</form> 
    60 <!--{if count($arrMasterData) > 0}--> 
     58 
    6159<form name="form2" id="form2" method="post" action="<!--{$smarty.server.PHP_SELF|escape}-->"> 
    6260<input type="hidden" name="mode" value="edit"> 
    6361<input type="hidden" name="master_data_name" value="<!--{$masterDataName}-->"> 
    64 <table width="678" border="0" cellspacing="1" cellpadding="8" summary=" "> 
    6562  <tr class="fs12n"> 
    6663    <td bgcolor="#f2f1ec" align="center" colspan="2"><strong>マスタデータ編集</strong></td> 
     
    107104    </td> 
    108105  </tr> 
     106</form> 
    109107</table> 
    110 </form> 
     108 
    111109                                <table width="678" border="0" cellspacing="0" cellpadding="0" summary=" "> 
    112110                                    <tr> 
     
    133131                                    </tr> 
    134132                                </table> 
    135 <!--{/if}--> 
    136133                                </td> 
    137134                                <td background="<!--{$TPL_DIR}-->img/contents/main_right.jpg"><img src="<!--{$TPL_DIR}-->img/common/_.gif" width="14" height="1" alt=""></td> 
  • branches/feature-module-update/html/test/naka/mail.php

    r16300 r16308  
    1010                "to" => 'abnana210@softbank.ne.jp',             // 顧客宛先  
    1111                "Subject" => mb_encode_mimeheader("てすと"),   // Subject   
    12                 "From" => 'test01@lockon.co.jp',                // 送信元メールアドレス  
     12                "From" => 'test01@lockon.co.jp',                // 送信元メールアドレス 
    1313                "Reply-To" => 'test02@lockon.co.jp',            // reply_to  
    1414                "Return-Path" => 'test03@lockon.co.jp',         // return_path 
Note: See TracChangeset for help on using the changeset viewer.