Changeset 20866
- Timestamp:
- 2011/04/20 04:21:35 (15 years ago)
- Location:
- branches/version-2_11-dev
- Files:
-
- 5 added
- 1 edited
-
data/Smarty/templates/admin/customer/subnavi.tpl (modified) (1 diff)
-
data/Smarty/templates/admin/customer/upload_csv.tpl (added)
-
data/Smarty/templates/admin/customer/upload_csv_complete.tpl (added)
-
data/class/pages/admin/customer/LC_Page_Admin_Customer_UploadCSV.php (added)
-
data/class_extends/page_extends/admin/customer/LC_Page_Admin_Customer_UploadCSV_Ex.php (added)
-
html/admin/customer/upload_csv.php (added)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_11-dev/data/Smarty/templates/admin/customer/subnavi.tpl
r20764 r20866 25 25 <li<!--{if $tpl_subno == 'index'}--> class="on"<!--{/if}--> id="navi-customer-index"><a href="<!--{$smarty.const.ROOT_URLPATH}--><!--{$smarty.const.ADMIN_DIR}-->customer/<!--{$smarty.const.DIR_INDEX_PATH}-->"><span>顧客マスタ</span></a></li> 26 26 <li<!--{if $tpl_subno == 'customer'}--> class="on"<!--{/if}--> id="navi-customer-customer"><a href="<!--{$smarty.const.ROOT_URLPATH}--><!--{$smarty.const.ADMIN_DIR}-->customer/edit.php"><span>顧客登録</span></a></li> 27 <li<!--{if $tpl_subno == 'customer'}--> class="on"<!--{/if}--> id="navi-customer-upload_csv"><a href="<!--{$smarty.const.ROOT_URLPATH}--><!--{$smarty.const.ADMIN_DIR}-->customer/upload_csv.php"><span>顧客登録CSV</span></a></li> 27 28 </ul>
Note: See TracChangeset
for help on using the changeset viewer.
