Ignore:
Timestamp:
2010/12/31 10:46:42 (13 years ago)
Author:
Seasoft
Message:

#834(パラメータの定数名に「URL」を含むにもかかわらず、パスのみのものがある) 一部改修

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/Smarty/templates/admin/products/category.tpl

    r19785 r19802  
    2222 */ 
    2323*}--> 
    24 <script type="text/javascript" src="<!--{$smarty.const.URL_DIR}-->js/jquery.tablednd.js"></script> 
     24<script type="text/javascript" src="<!--{$smarty.const.URL_PATH}-->js/jquery.tablednd.js"></script> 
    2525<form name="form1" id="form1" method="post" action="?" enctype="multipart/form-data"> 
    2626<input type="hidden" name="mode" value="edit" /> 
     
    5454        <a href="?" onclick="fnModeSubmit('tree', 'parent_category_id', <!--{$arrTree[cnt].category_id}-->); return false;"> 
    5555        <!--{if $arrForm.parent_category_id == $arrTree[cnt].category_id}--> 
    56           <img src="<!--{$smarty.const.URL_DIR}-->misc/openf.gif"> 
     56          <img src="<!--{$smarty.const.URL_PATH}-->misc/openf.gif"> 
    5757        <!--{else}--> 
    58           <img src="<!--{$smarty.const.URL_DIR}-->misc/closef.gif"> 
     58          <img src="<!--{$smarty.const.URL_PATH}-->misc/closef.gif"> 
    5959        <!--{/if}--> 
    6060        <!--{$disp_name|sfCutString:20|h}--></a><br /> 
    6161      <!--{else}--> 
    62         <img src="<!--{$smarty.const.URL_DIR}-->misc/closef.gif"> 
     62        <img src="<!--{$smarty.const.URL_PATH}-->misc/closef.gif"> 
    6363        <!--{$disp_name|sfCutString:20|h}--></a><br /> 
    6464      <!--{/if}--> 
Note: See TracChangeset for help on using the changeset viewer.