Ignore:
Timestamp:
2013/04/16 04:09:16 (11 years ago)
Author:
AMUAMU
Message:

#2228 (メーカー登録 表示順の上下移動が出来ない) テンプレートの記述ミスを修正

File:
1 edited

Legend:

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

    r22578 r22785  
    8181                <td class="center"> 
    8282                    <!--{if $smarty.section.cnt.iteration != 1}--> 
    83                     <a href="?" onclick="fnModeSubmit('up', 'maker_id', <!--{$arrMaker[cnt].maker_id}-->); return false;" />上へ</a> 
     83                    <a href="?" onclick="fnModeSubmit('up', 'maker_id', <!--{$arrMaker[cnt].maker_id}-->); return false;">上へ</a> 
    8484                    <!--{/if}--> 
    8585                    <!--{if $smarty.section.cnt.iteration != $smarty.section.cnt.last}--> 
    86                     <a href="?" onclick="fnModeSubmit('down', 'maker_id', <!--{$arrMaker[cnt].maker_id}-->); return false;" />下へ</a> 
     86                    <a href="?" onclick="fnModeSubmit('down', 'maker_id', <!--{$arrMaker[cnt].maker_id}-->); return false;">下へ</a> 
    8787                    <!--{/if}--> 
    8888                </td> 
Note: See TracChangeset for help on using the changeset viewer.