Ignore:
Timestamp:
2013/01/16 10:36:02 (11 years ago)
Author:
undertree
Message:

#1609 CSV_SIZE による制限を画面上に表示する

Location:
branches/version-2_12-dev/data/Smarty/templates/admin/products
Files:
2 edited

Legend:

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

    r22206 r22251  
    4848                    <span class="attention"><!--{$arrErr.csv_file}--></span> 
    4949                <!--{/if}--> 
    50                 <input type="file" name="csv_file" size="40" /><span class="attention">(1行目タイトル行)</span> 
     50                <input type="file" name="csv_file" size="40" /><span class="attention">(1行目タイトル行)(最大アップロードサイズ:<!--{$max_upload_csv_size}-->)</span> 
    5151            </td> 
    5252        </tr> 
  • branches/version-2_12-dev/data/Smarty/templates/admin/products/upload_csv_category.tpl

    r22206 r22251  
    4848            <td> 
    4949                <!--{if $arrErr.csv_file}--><span class="attention"><!--{$arrErr.csv_file}--></span><!--{/if}--> 
    50                 <input type="file" name="csv_file" size="60" class="box60" /><span class="attention"> (1行目タイトル行)</span> 
     50                <input type="file" name="csv_file" size="60" class="box60" /><span class="attention"> (1行目タイトル行) 
     51                (最大アップロードサイズ:<!--{$max_upload_csv_size}-->)</span> 
    5152            </td> 
    5253        </tr> 
Note: See TracChangeset for help on using the changeset viewer.