- Timestamp:
- 2013/02/20 13:02:40 (14 years ago)
- Location:
- branches/version-2_12-dev/data/Smarty/templates/admin/contents
- Files:
-
- 2 edited
-
recommend.tpl (modified) (1 diff)
-
recommend_search.tpl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-dev/data/Smarty/templates/admin/contents/recommend.tpl
r22571 r22572 150 150 <td> 151 151 <!--{if $arrItems[$smarty.section.cnt.iteration].product_id}--> 152 <a href="javascript:;" on Click="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> 153 153 <!--{else}--> 154 154 - - -
branches/version-2_12-dev/data/Smarty/templates/admin/contents/recommend_search.tpl
r22559 r22572 116 116 </td> 117 117 <td><!--{$arr.name|h}--></td> 118 <td class="center"><a href="" on Click="return func_submit(<!--{$arr.product_id}-->)">決定</a></td>118 <td class="center"><a href="" onclick="return func_submit(<!--{$arr.product_id}-->)">決定</a></td> 119 119 </tr> 120 120 <!--▲商品<!--{$smarty.foreach.loop.iteration}-->-->
Note: See TracChangeset
for help on using the changeset viewer.
