Changeset 11029 for temp/branches


Ignore:
Timestamp:
2006/12/21 10:39:01 (19 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/branches/ec-cube-beta/data/Smarty/templates/campaign/index.tpl

    r11028 r11029  
    1010    for (var i = 0; i < change_tag.length; i++) { 
    1111            str = change_tag.item(i).id; 
    12             if (str.match('test_*')) { 
     12            if (str.match('cart_tag_*')) { 
    1313            ids .= change_tag.item(i).id + '-'; 
    1414        } 
     
    1818} 
    1919 
    20 if(<!--{$tpl_test}-->) 
     20if(<!--{$tpl_test}-->) { 
    2121    function init() { 
    2222        alert(test()); 
Note: See TracChangeset for help on using the changeset viewer.