Changeset 22916 for branches/version-2_13-dev/data/Smarty
- Timestamp:
- 2013/06/28 15:28:20 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_13-dev/data/Smarty/templates/admin/contents/recommend_search.tpl
r22856 r22916 30 30 31 31 function func_submit( id ){ 32 var fm = window.opener.document.form<!--{$ smarty.get.rank}-->;32 var fm = window.opener.document.form<!--{$rank|h}-->; 33 33 fm.product_id.value = id; 34 34 fm.mode.value = 'set_item'; 35 fm.rank.value = '<!--{$ smarty.get.rank}-->';35 fm.rank.value = '<!--{$rank|h}-->'; 36 36 fm.submit(); 37 37 window.close();
Note: See TracChangeset
for help on using the changeset viewer.
