Ignore:
Timestamp:
2012/12/26 21:44:33 (11 years ago)
Author:
h_yoshimoto
Message:

#1890 日付のテキストを切り出し

Location:
branches/version-2_12-multilang/data/Smarty/templates/admin
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-multilang/data/Smarty/templates/admin/basis/holiday.tpl

    r22130 r22163  
    8383            <!--{assign var=holiday_id value=$arrHoliday[cnt].holiday_id}--> 
    8484            <td><!--{$arrHoliday[cnt].title|h}--></td> 
    85             <td><!--{$arrHoliday[cnt].month|h}-->月<!--{$arrHoliday[cnt].day|h}-->日</td> 
     85            <td><!--{t string="tpl_727" T_FIELD1=$arrHoliday[cnt].month|h T_FIELD2=$arrHoliday[cnt].day|h}--></td> 
    8686            <td class="center"> 
    8787                <!--{if $tpl_holiday_id != $arrHoliday[cnt].holiday_id}--> 
  • branches/version-2_12-multilang/data/Smarty/templates/admin/customer/edit_confirm.tpl

    r22134 r22163  
    110110            <tr> 
    111111                <th><!--{t string="tpl_217"}--></th> 
    112                 <td><!--{if strlen($arrForm.year) > 0 && strlen($arrForm.month) > 0 && strlen($arrForm.day) > 0}--><!--{$arrForm.year|h}-->年<!--{$arrForm.month|h}-->月<!--{$arrForm.day|h}-->日<!--{else}--><!--{t string="tpl_242"}--><!--{/if}--></td> 
     112                <td> 
     113                    <!--{if strlen($arrForm.year) > 0 && strlen($arrForm.month) > 0 && strlen($arrForm.day) > 0}--> 
     114                        <!--{t string="tpl_726" T_FIELD1=$arrForm.year|h T_FIELD2=$arrForm.month|h T_FIELD3=$arrForm.day|h }--> 
     115                    <!--{else}--> 
     116                        <!--{t string="tpl_242"}--> 
     117                    <!--{/if}--> 
     118                </td> 
    113119            </tr> 
    114120            <tr> 
  • branches/version-2_12-multilang/data/Smarty/templates/admin/mail/query.tpl

    r22134 r22163  
    7070        <tr> 
    7171            <th><!--{t string="tpl_338"}--></th> 
    72             <td><!--{if $arrSearchData.search_birth_month}--><!--{$arrSearchData.search_birth_month|h}-->月<!--{else}--><!--{t string="tpl_337"}--><!--{/if}--></td> 
     72            <td><!--{if $arrSearchData.search_birth_month}--><!--{t string="tpl_728" T_FIELD=$arrSearchData.search_birth_month|h}--><!--{else}--><!--{t string="tpl_337"}--><!--{/if}--></td> 
    7373        </tr> 
    7474        <tr> 
     
    7676            <td> 
    7777            <!--{if $arrSearchData.search_b_start_year}--> 
    78                 <!--{$arrSearchData.search_b_start_year}-->年<!--{$arrSearchData.search_b_start_month}-->月<!--{$arrSearchData.search_b_start_day}-->日&nbsp;<!--{t string="-"}--> 
    79                 <!--{if $arrSearchData.search_b_end_year}-->&nbsp;<!--{$arrSearchData.search_b_end_year}-->年<!--{$arrSearchData.search_b_end_month}-->月<!--{$arrSearchData.search_b_end_day}-->日<!--{/if}--> 
     78                <!--{t string="tpl_726" T_FIELD1=$arrSearchData.search_b_start_year T_FIELD2=$arrSearchData.search_b_start_month T_FIELD3=$arrSearchData.search_b_start_day}-->&nbsp;<!--{t string="-"}--> 
     79                <!--{if $arrSearchData.search_b_end_year}-->&nbsp;<!--{t string="tpl_726" T_FIELD1=$arrSearchData.search_b_end_year T_FIELD2=$arrSearchData.search_b_end_month T_FIELD3=$arrSearchData.search_b_end_day}--><!--{/if}--> 
    8080            <!--{else}--><!--{t string="tpl_337"}--><!--{/if}--> 
    8181            </td> 
     
    123123            <td> 
    124124            <!--{if $arrSearchData.search_start_year}--> 
    125                 <!--{$arrSearchData.search_start_year}-->年<!--{$arrSearchData.search_start_month}-->月<!--{$arrSearchData.search_start_day}-->日&nbsp;<!--{t string="-"}--> 
    126                 <!--{if $arrSearchData.search_end_year}-->&nbsp;<!--{$arrSearchData.search_end_year}-->年<!--{$arrSearchData.search_end_month}-->月<!--{$arrSearchData.search_end_day}-->日<!--{/if}--> 
     125                <!--{t string="tpl_726" T_FIELD1=$arrSearchData.search_start_year T_FIELD2=$arrSearchData.search_start_month T_FIELD3=$arrSearchData.search_start_day}-->&nbsp;<!--{t string="-"}--> 
     126             
     127            <!--{if $arrSearchData.search_end_year}-->&nbsp;<!--{t string="tpl_726" T_FIELD1=$arrSearchData.search_end_year T_FIELD2=$arrSearchData.search_end_month T_FIELD3=$arrSearchData.search_end_day}--><!--{/if}--> 
    127128            <!--{else}--><!--{t string="tpl_337"}--><!--{/if}--> 
    128129            </td> 
     
    132133            <td> 
    133134            <!--{if $arrSearchData.search_buy_start_year}--> 
    134                 <!--{$arrSearchData.search_buy_start_year}-->年<!--{$arrSearchData.search_buy_start_month}-->月<!--{$arrSearchData.search_buy_start_day}-->日&nbsp;<!--{t string="-"}--> 
    135                 <!--{if $arrSearchData.search_buy_end_year}-->&nbsp;<!--{$arrSearchData.search_buy_end_year}-->年<!--{$arrSearchData.search_buy_end_month}-->月<!--{$arrSearchData.search_buy_end_day}-->日<!--{/if}--> 
     135                <!--{t string="tpl_726" T_FIELD1=$arrSearchData.search_buy_start_year T_FIELD2=$arrSearchData.search_buy_start_month T_FIELD3=$arrSearchData.search_buy_start_day}-->&nbsp;<!--{t string="-"}--> 
     136                <!--{if $arrSearchData.search_buy_end_year}-->&nbsp;<!--{t string="tpl_726" T_FIELD1=$arrSearchData.search_buy_end_year T_FIELD2=$arrSearchData.search_buy_end_month T_FIELD3=$arrSearchData.search_buy_end_day}--><!--{/if}--> 
    136137            <!--{else}--><!--{t string="tpl_337"}--><!--{/if}--> 
    137138            </td> 
  • branches/version-2_12-multilang/data/Smarty/templates/admin/order/disp.tpl

    r22134 r22163  
    292292                        <!--{t string="tpl_388"}--> 
    293293                    <!--{else}--> 
    294                     <!--{$arrShipping[$key1]}-->年 
    295                     <!--{$arrShipping[$key2]}-->月 
    296                     <!--{$arrShipping[$key3]}-->日 
     294                        <!--{t string="tpl_726" T_FIELD1=$arrShipping[$key1] T_FIELD2=$arrShipping[$key2] T_FIELD3=$arrShipping[$key3] }--> 
    297295                    <!--{/if}--> 
    298296                </td> 
Note: See TracChangeset for help on using the changeset viewer.