Changeset 11046 for temp/branches


Ignore:
Timestamp:
2006/12/21 13:09:00 (20 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

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

    r11042 r11046  
    1212        str = change_tag.item(i).id; 
    1313        if (str.match('cart_tag_*')) { 
    14             ids += change_tag.item(i).id; 
     14            var nama_id = change_tag.item(i).id; 
     15            arrIds =  nama_id.split("_"); 
     16             
     17            ids += arrIds[2]; 
    1518            if (count > 0) ids += '-'; 
    1619            count ++; 
Note: See TracChangeset for help on using the changeset viewer.