Changeset 22463 for branches


Ignore:
Timestamp:
2013/01/29 16:18:13 (11 years ago)
Author:
m_uehara
Message:

#2060 メッセージIDの振り直し間違いを修正しました。

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

Legend:

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

    r22412 r22463  
    3030<li<!--{if $tpl_subno == 'point'}--> class="on"<!--{/if}--> id="navi-basis-point"><a href="<!--{$smarty.const.ROOT_URLPATH}--><!--{$smarty.const.ADMIN_DIR}-->basis/point.php"><span><!--{t string="tpl_Point settings_01"}--></span></a></li> 
    3131<li<!--{if $tpl_subno == 'mail'}--> class="on"<!--{/if}--> id="navi-basis-mail"><a href="<!--{$smarty.const.ROOT_URLPATH}--><!--{$smarty.const.ADMIN_DIR}-->basis/mail.php"><span><!--{t string="tpl_E-mail settings_01"}--></span></a></li> 
    32 <li<!--{if $tpl_subno == 'seo'}--> class="on"<!--{/if}--> id="navi-basis-seo"><a href="<!--{$smarty.const.ROOT_URLPATH}--><!--{$smarty.const.ADMIN_DIR}-->basis/seo.php"><span><!--{t string="SEO management_01"}--></span></a></li> 
     32<li<!--{if $tpl_subno == 'seo'}--> class="on"<!--{/if}--> id="navi-basis-seo"><a href="<!--{$smarty.const.ROOT_URLPATH}--><!--{$smarty.const.ADMIN_DIR}-->basis/seo.php"><span><!--{t string="tpl_SEO management_01"}--></span></a></li> 
    3333<li<!--{if $tpl_subno == 'kiyaku'}--> class="on"<!--{/if}--> id="navi-basis-kiyaku"><a href="<!--{$smarty.const.ROOT_URLPATH}--><!--{$smarty.const.ADMIN_DIR}-->basis/kiyaku.php"><span><!--{t string="tpl_Membership terms_01"}--></span></a></li> 
    34 <li<!--{if $tpl_subno == 'zip_install'}--> class="on"<!--{/if}--> id="navi-basis-zip"><a href="<!--{$smarty.const.ROOT_URLPATH}--><!--{$smarty.const.ADMIN_DIR}-->basis/zip_install.php"><span><!--{t string="Postal code registration_01"}--></span></a></li> 
     34<li<!--{if $tpl_subno == 'zip_install'}--> class="on"<!--{/if}--> id="navi-basis-zip"><a href="<!--{$smarty.const.ROOT_URLPATH}--><!--{$smarty.const.ADMIN_DIR}-->basis/zip_install.php"><span><!--{t string="tpl_Postal code registration_01"}--></span></a></li> 
    3535<li<!--{if $tpl_subno == 'holiday'}--> class="on"<!--{/if}--> id="navi-basis-holiday"><a href="<!--{$smarty.const.ROOT_URLPATH}--><!--{$smarty.const.ADMIN_DIR}-->basis/holiday.php"><span><!--{t string="tpl_Holiday management_01"}--></span></a></li> 
    3636</ul> 
  • branches/version-2_12-multilang/data/Smarty/templates/admin/products/product_rank.tpl

    r22453 r22463  
    126126                        <!--{* 移動 *}--> 
    127127                        <!--{if !(count($arrProductsList) == 1 && $rank == 1)}--> 
    128                         <input type="text" name="pos-<!--{$arrProductsList[cnt].product_id}-->" size="3" class="box3" /><!--{t string="tpl_The first_01tpl_The first_01"}--><a href="?" onclick="fnModeSubmit('move','product_id', '<!--{$arrProductsList[cnt].product_id}-->'); return false;"><!--{t string="tpl_Move_01"}--></a><br /> 
     128                        <input type="text" name="pos-<!--{$arrProductsList[cnt].product_id}-->" size="3" class="box3" /><!--{t string="tpl_The first_01"}--><a href="?" onclick="fnModeSubmit('move','product_id', '<!--{$arrProductsList[cnt].product_id}-->'); return false;"><!--{t string="tpl_Move_01"}--></a><br /> 
    129129                        <!--{/if}--> 
    130130                        <!--{if !($smarty.section.cnt.first && $tpl_disppage eq 1)}--> 
Note: See TracChangeset for help on using the changeset viewer.