Ignore:
Timestamp:
2013/02/20 13:02:40 (14 years ago)
Author:
Qwert
Message:

#2153 (各種テンプレート修正)

管理画面のデザイン管理・システム設定・オーナーズストアの直せそうな範囲を修正。管理画面のonClickをonclickに修正。

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

Legend:

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

    r22571 r22572  
    150150                <td> 
    151151                    <!--{if $arrItems[$smarty.section.cnt.iteration].product_id}--> 
    152                             <a href="javascript:;" onClick="return fnInsertValAndSubmit( document.form<!--{$smarty.section.cnt.iteration}-->, 'mode', 'delete', '削除します。宜しいですか' )">削除</a> 
     152                            <a href="javascript:;" onclick="return fnInsertValAndSubmit( document.form<!--{$smarty.section.cnt.iteration}-->, 'mode', 'delete', '削除します。宜しいですか' )">削除</a> 
    153153                    <!--{else}--> 
    154154                        - - 
  • branches/version-2_12-dev/data/Smarty/templates/admin/contents/recommend_search.tpl

    r22559 r22572  
    116116            </td> 
    117117            <td><!--{$arr.name|h}--></td> 
    118             <td class="center"><a href="" onClick="return func_submit(<!--{$arr.product_id}-->)">決定</a></td> 
     118            <td class="center"><a href="" onclick="return func_submit(<!--{$arr.product_id}-->)">決定</a></td> 
    119119        </tr> 
    120120        <!--▲商品<!--{$smarty.foreach.loop.iteration}-->-->     
Note: See TracChangeset for help on using the changeset viewer.