Changeset 12004


Ignore:
Timestamp:
2007/03/28 21:07:26 (17 years ago)
Author:
naka
Message:
 
Location:
branches/dev
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/data/Smarty/templates/admin/products/product.tpl

    r12001 r12004  
    267267                                </table> 
    268268                                 
     269                                <!--{if $sub_find == true}-->                                
     270                                <div id="sub_detail" style=""> 
     271                                <!--{else}--> 
    269272                                <div id="sub_detail" style="display:none"> 
     273                                <!--{/if}--> 
    270274                                <table width="678" border="0" cellspacing="1" cellpadding="8" summary=" "> 
    271275                                    <!--{section name=cnt loop=$smarty.const.PRODUCTSUB_MAX}--> 
     
    329333                                <!--{else}--> 
    330334                                <div id="recommend_select" style="display:none"> 
    331                                 <!--{/if}--> 
    332                                  
     335                                <!--{/if}-->                                 
    333336                                <table width="678" border="0" cellspacing="1" cellpadding="8" summary=" "> 
    334337                                    <!--{if $smarty.const.OPTION_RECOMMEND == 1}-->          
  • branches/dev/html/admin/products/product.php

    r12003 r12004  
    180180$objPage->arrInfo = $objSiteInfo->data; 
    181181 
    182 // ¥µ¥Ö¾ðÊ󤬤¢¤ë¤«¤É¤¦¤«¥Á¥§¥Ã¥¯¤¹¤ë 
     182// ¥µ¥Ö¾ðÊó¤ÎÆþÎϤ¬¤¢¤ë¤«¤É¤¦¤«¥Á¥§¥Ã¥¯¤¹¤ë 
    183183$sub_find = false; 
    184184for ($cnt = 1; $cnt <= PRODUCTSUB_MAX; $cnt++) { 
     
    191191    } 
    192192} 
    193  
    194 if($sub_find == true) { 
    195     sfPrintR("ari"); 
    196 } 
     193$objPage->sub_find = $sub_find; 
    197194 
    198195$objView->assignobj($objPage); 
Note: See TracChangeset for help on using the changeset viewer.