Ignore:
Timestamp:
2014/06/13 17:13:19 (10 years ago)
Author:
shutta
Message:

#2478 おすすめ商品管理> 新規に選択した商品を登録前に並び替えしようとすると消えてしまう
「商品の選択」直後(DB登録前)は、「上へ」「下へ」ボタンを表示させないように修正。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/data/Smarty/templates/admin/contents/recommend.tpl

    r23546 r23549  
    160160                <td> 
    161161                    <!--{* 移動 *}--> 
    162                     <!--{if $smarty.section.cnt.iteration != 1 && $arrItems[$smarty.section.cnt.iteration].product_id}--> 
     162                    <!--{if $smarty.section.cnt.iteration != 1 && $arrItems[$smarty.section.cnt.iteration].best_id}--> 
    163163                        <a href="?" onclick="lfnSortItem('up',<!--{$arrItems[$smarty.section.cnt.iteration].best_id}-->); return false;">上へ</a><br />&nbsp; 
    164164                    <!--{/if}--> 
    165                     <!--{if $smarty.section.cnt.iteration != $tpl_disp_max && $arrItems[$smarty.section.cnt.iteration].product_id}--> 
     165                    <!--{if $smarty.section.cnt.iteration != $tpl_disp_max && $arrItems[$smarty.section.cnt.iteration].best_id}--> 
    166166                        <a href="?" onclick="lfnSortItem('down',<!--{$arrItems[$smarty.section.cnt.iteration].best_id}-->); return false;">下へ</a> 
    167167                    <!--{/if}--> 
Note: See TracChangeset for help on using the changeset viewer.