Ignore:
Timestamp:
2011/01/19 19:38:19 (13 years ago)
Author:
Seasoft
Message:

#834(パスに関わるパラメータ名が不適切)

  • TPL_DIR -> TPL_URLPATH
File:
1 edited

Legend:

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

    r19670 r19983  
    2424<style type="text/css"> 
    2525.mainbg { 
    26   background: #fff url(<!--{$TPL_DIR_DEFAULT}-->img/contents/main_bg.jpg); 
     26  background: #fff url(<!--{$TPL_URLPATH_DEFAULT}-->img/contents/main_bg.jpg); 
    2727  background-repeat: repeat-x; 
    2828} 
    2929 
    3030.infobg { 
    31   background: #fff url(<!--{$TPL_DIR_DEFAULT}-->img/contents/home_bg.jpg); 
     31  background: #fff url(<!--{$TPL_URLPATH_DEFAULT}-->img/contents/home_bg.jpg); 
    3232  background-repeat: no-repeat; 
    3333  background-color: #e3e3e3; 
     
    3535 
    3636.navi a{ 
    37   background: url(<!--{$TPL_DIR_DEFAULT}-->img/contents/navi_bar.gif); 
     37  background: url(<!--{$TPL_URLPATH_DEFAULT}-->img/contents/navi_bar.gif); 
    3838  background-repeat: repeat-y; 
    3939  background-color: #636469; 
     
    4646 
    4747.navi-on a{ 
    48   background: url(<!--{$TPL_DIR_DEFAULT}-->img/contents/navi_bar.gif); 
     48  background: url(<!--{$TPL_URLPATH_DEFAULT}-->img/contents/navi_bar.gif); 
    4949  background-repeat: repeat-y; 
    5050  background-color: #a5a5a5; 
     
    5757 
    5858.icon_edit{ 
    59   background: url(<!--{$TPL_DIR_DEFAULT}-->img/contents/icon_edit.jpg); 
     59  background: url(<!--{$TPL_URLPATH_DEFAULT}-->img/contents/icon_edit.jpg); 
    6060  background-repeat: no-repeat; 
    6161  padding: 0 0 0 15px; 
     
    6363 
    6464.icon_mail { 
    65   background: url(<!--{$TPL_DIR_DEFAULT}-->img/contents/icon_mail.jpg); 
     65  background: url(<!--{$TPL_URLPATH_DEFAULT}-->img/contents/icon_mail.jpg); 
    6666  background-repeat: no-repeat; 
    6767  padding: 0 0 0 15px; 
     
    6969 
    7070.icon_delete { 
    71   background: url(<!--{$TPL_DIR_DEFAULT}-->img/contents/icon_delete.jpg); 
     71  background: url(<!--{$TPL_URLPATH_DEFAULT}-->img/contents/icon_delete.jpg); 
    7272  background-repeat: no-repeat; 
    7373  padding: 0 0 0 15px; 
     
    7575 
    7676.icon_copy { 
    77   background: url(<!--{$TPL_DIR_DEFAULT}-->img/contents/icon_copy.jpg); 
     77  background: url(<!--{$TPL_URLPATH_DEFAULT}-->img/contents/icon_copy.jpg); 
    7878  background-repeat: no-repeat; 
    7979  padding: 0 0 0 15px; 
     
    8181 
    8282.icon_class { 
    83   background: url(<!--{$TPL_DIR_DEFAULT}-->img/contents/icon_class.jpg); 
     83  background: url(<!--{$TPL_URLPATH_DEFAULT}-->img/contents/icon_class.jpg); 
    8484  background-repeat: no-repeat; 
    8585  padding: 0 0 0 15px; 
     
    8787 
    8888.icon_confirm { 
    89   background: url(<!--{$TPL_DIR_DEFAULT}-->img/contents/icon_confirm.jpg); 
     89  background: url(<!--{$TPL_URLPATH_DEFAULT}-->img/contents/icon_confirm.jpg); 
    9090  background-repeat: no-repeat; 
    9191  padding: 0 0 0 15px; 
     
    9393 
    9494.number a{ 
    95   background: url(<!--{$TPL_DIR_DEFAULT}-->img/contents/number_bg.jpg); 
     95  background: url(<!--{$TPL_URLPATH_DEFAULT}-->img/contents/number_bg.jpg); 
    9696  background-repeat: repeat-x; 
    9797  background-color: #505468; 
     
    108108 
    109109.number a:hover{ 
    110   background: url(<!--{$TPL_DIR_DEFAULT}-->img/contents/number_bg_on.jpg); 
     110  background: url(<!--{$TPL_URLPATH_DEFAULT}-->img/contents/number_bg_on.jpg); 
    111111  background-repeat: repeat-x; 
    112112  background-color: #f7c600; 
     
    127127  padding-left: 8px; 
    128128  padding-right: 8px; 
    129   background: url(<!--{$TPL_DIR_DEFAULT}-->img/contents/number_bg_on.jpg); 
     129  background: url(<!--{$TPL_URLPATH_DEFAULT}-->img/contents/number_bg_on.jpg); 
    130130  background-repeat: repeat-x; 
    131131  background-color: #f7c600; 
     
    139139 
    140140.number-on a:hover{ 
    141   background: url(<!--{$TPL_DIR_DEFAULT}-->img/contents/number_bg_on.jpg); 
     141  background: url(<!--{$TPL_URLPATH_DEFAULT}-->img/contents/number_bg_on.jpg); 
    142142  background-repeat: repeat-x; 
    143143  background-color: #f7c600; 
Note: See TracChangeset for help on using the changeset viewer.