Changeset 18451


Ignore:
Timestamp:
2009/12/31 23:21:09 (14 years ago)
Author:
Seasoft
Message:

merge r18228
・取得元: version-2_4
【取得元のログメッセージ】

  • [変更]を[編集]に置換
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/comu-ver2/data/Smarty/templates/default/admin/basis/delivery.tpl

    r18254 r18451  
    3232      <th>配送業者</th> 
    3333      <th>名称</th> 
    34       <th>変更</th> 
     34      <th>編集</th> 
    3535      <th>削除</th> 
    3636      <th>移動</th> 
     
    4040        <td><!--{$arrDelivList[cnt].name|escape}--></td> 
    4141        <td><!--{$arrDelivList[cnt].service_name|escape}--></td> 
    42         <td align="center"><a href="?" onclick="fnChangeAction('./delivery_input.php'); fnModeSubmit('pre_edit', 'deliv_id', <!--{$arrDelivList[cnt].deliv_id}-->); return false;">変更</a></td> 
     42        <td align="center"><a href="?" onclick="fnChangeAction('./delivery_input.php'); fnModeSubmit('pre_edit', 'deliv_id', <!--{$arrDelivList[cnt].deliv_id}-->); return false;">編集</a></td> 
    4343        <td align="center"><a href="?" onclick="fnModeSubmit('delete', 'deliv_id', <!--{$arrDelivList[cnt].deliv_id}-->); return false;">削除</a></td> 
    4444        <td align="center"> 
Note: See TracChangeset for help on using the changeset viewer.