Ignore:
Timestamp:
2013/05/02 18:11:36 (11 years ago)
Author:
h_yoshimoto
Message:

#2236 2.12.3リリース以降の2.12-devへのコミット差し戻し

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/Smarty/templates/admin/basis/zip_install.tpl

    r22571 r22796  
    2929    <form name="form1" id="form1" method="get" action="?" onsubmit="return false;"> 
    3030        <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 
    31         <input type="hidden" name="mode" value="" /> 
     31        <input type="hidden" name="mode" value=""> 
    3232        <p>保存されている郵便番号CSVの更新日時: <!--{$tpl_csv_datetime|h}--></p> 
    3333        <p>郵便番号CSVには <!--{$tpl_line|h}--> 行のデータがあります。</p> 
     
    5353            <h2>DB手動登録</h2> 
    5454            <p>指定した行数から郵便番号を登録します。タイムアウトした場合、直前まで登録されます。</p> 
    55             <p><a class="btn-normal" href="javascript:;" onclick="fnModeSubmit('manual', '', ''); return false;"><span class="btn-next">手動登録</span></a> 開始行: <input type="text" name="startRowNum" value="<!--{$arrForm.startRowNum|default:$tpl_count_mtb_zip+1|h}-->" size="8" /><span class="attention"><!--{$arrErr.startRowNum}--></span></p> 
     55            <p><a class="btn-normal" href="javascript:;" onclick="fnModeSubmit('manual', '', ''); return false;"><span class="btn-next">手動登録</span></a> 開始行: <input type="text" name="startRowNum" value="<!--{$arrForm.startRowNum|default:$tpl_count_mtb_zip+1|h}-->" size="8"><span class="attention"><!--{$arrErr.startRowNum}--></span></p> 
    5656        </div> 
    5757 
Note: See TracChangeset for help on using the changeset viewer.