관리-도구
편집 파일: button_names.php
<?php /** * @copyright Copyright 2003-2020 Zen Cart Development Team * @copyright Portions Copyright 2003 osCommerce * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0 * @version $Id: Scott C Wilson 2020 Apr 30 Modified in v1.5.7 $ */ /** * define the button images used in the project */ define('BUTTON_IMAGE_ADD_ADDRESS', 'button_add_address.gif'); define('BUTTON_IMAGE_ADD_PRODUCTS_TO_CART','button_add_selected.gif'); define('BUTTON_IMAGE_BACK', 'button_back.gif'); define('BUTTON_IMAGE_BUY_NOW', 'button_buy_now.gif'); define('BUTTON_IMAGE_CANCEL', 'button_cancel.gif'); define('BUTTON_IMAGE_CHANGE_ADDRESS', 'button_change_address.gif'); define('BUTTON_IMAGE_CHECKOUT', 'button_checkout.gif'); define('BUTTON_IMAGE_CONFIRM_SEND', 'button_confirm_send.gif'); define('BUTTON_IMAGE_CONFIRM_ORDER', 'button_confirm_order.gif'); define('BUTTON_IMAGE_CONTACT_US', 'button_contact_us.gif'); define('BUTTON_IMAGE_CONTINUE', 'button_continue.gif'); define('BUTTON_IMAGE_CONTINUE_SHOPPING', 'button_continue_shopping.gif'); define('BUTTON_IMAGE_DELETE', 'button_delete.gif'); define('BUTTON_IMAGE_DELETE_SMALL', 'button_delete_small.gif'); define('BUTTON_IMAGE_DOWNLOAD', 'button_download.gif'); define('BUTTON_IMAGE_EDIT_SMALL', 'small_edit.gif'); define('BUTTON_IMAGE_IN_CART', 'button_in_cart.gif'); define('BUTTON_IMAGE_LOGIN', 'button_login.gif'); define('BUTTON_IMAGE_MY_ORDERS', 'button_my_orders.gif'); define('BUTTON_IMAGE_NEXT', 'button_next.gif'); define('BUTTON_IMAGE_PREVIOUS', 'button_prev.gif'); define('BUTTON_IMAGE_REDEEM', 'button_redeem.gif'); define('BUTTON_IMAGE_RETURN_TO_PROD_LIST', 'button_return_to_product_list.gif'); define('BUTTON_IMAGE_REVIEWS', 'button_reviews.gif'); define('BUTTON_IMAGE_SEARCH', 'button_search.gif'); define('BUTTON_IMAGE_SEND', 'button_send.gif'); define('BUTTON_IMAGE_SEND_A_GIFT_CERT', 'button_send_a_gift_cert.gif'); define('BUTTON_IMAGE_SEND_ANOTHER', 'button_send_another.gif'); define('BUTTON_IMAGE_SHIPPING_ESTIMATOR', 'button_shipping_estimator.gif'); define('BUTTON_IMAGE_SOLD_OUT','button_sold_out.gif'); define('BUTTON_IMAGE_SOLD_OUT_SMALL','button_sold_out_sm.gif'); define('BUTTON_IMAGE_SUBMIT', 'button_submit.gif'); define('BUTTON_IMAGE_UNSUBSCRIBE', 'button_unsubscribe.gif'); define('BUTTON_IMAGE_UPDATE', 'button_update.gif'); define('BUTTON_IMAGE_VIEW_SMALL', 'button_view.gif'); define('BUTTON_IMAGE_WRITE_REVIEW', 'button_write_review.gif'); define('BUTTON_IMAGE_READ_REVIEWS', 'button_read_reviews.gif'); define('BUTTON_IMAGE_GOTO_PROD_DETAILS', 'button_goto_prod_details.gif'); define('BUTTON_IMAGE_MORE_REVIEWS', 'button_more_reviews.gif'); define('BUTTON_IMAGE_CONTINUE_CHECKOUT', 'button_continue_checkout.gif'); define('BUTTON_IMAGE_ASK_A_QUESTION', 'button_ask_a_question.gif'); //define('PREVNEXT_BUTTON_NEXT', '[Next >>]'); //define('PREVNEXT_BUTTON_LAST', 'LAST>>'); define('BUTTON_IMAGE_CREATE_ACCOUNT', 'button_create_account.gif'); define('BUTTON_IMAGE_LOG_OFF', 'button_logoff.gif'); /* * ALT text is used as Button Text, or for the ALT tag on image-buttons */ define('BUTTON_CREATE_ACCOUNT_ALT', 'Sign Up'); define('BUTTON_LOG_OFF_ALT', 'Log Off'); define('BUTTON_ADD_ADDRESS_ALT', 'Add Address'); define('BUTTON_ADD_PRODUCTS_TO_CART_ALT','Add Selected to Cart'); define('BUTTON_BACK_ALT', 'Back'); define('BUTTON_BUY_NOW_ALT', 'Buy Now'); define('BUTTON_CANCEL_ALT', 'Cancel'); define('BUTTON_CHANGE_ADDRESS_ALT', 'Change Address'); define('BUTTON_CHECKOUT_ALT', 'Checkout'); define('BUTTON_CONFIRM_SEND_ALT', 'Send Gift Certificate'); define('BUTTON_CONFIRM_ORDER_ALT', 'Confirm Order'); define('BUTTON_CONTACT_US_TEXT', 'Contact Us'); define('BUTTON_CONTINUE_ALT', 'Continue'); define('BUTTON_CONTINUE_SHOPPING_ALT', 'Continue Shopping'); define('BUTTON_DELETE_ALT', 'Delete'); define('BUTTON_DELETE_SMALL_ALT', 'Delete'); define('BUTTON_DOWNLOAD_ALT', 'Download Now'); define('BUTTON_EDIT_SMALL_ALT', 'Edit'); define('BUTTON_IN_CART_ALT', 'Add to Cart'); define('BUTTON_LOGIN_ALT', 'Sign In'); define('BUTTON_LOOKUP_ALT', 'Lookup'); define('BUTTON_MY_ORDERS_TEXT', 'My Orders'); define('BUTTON_NEXT_ALT', 'Next'); define('BUTTON_PREVIOUS_ALT', 'Previous'); define('BUTTON_REDEEM_ALT', 'Redeem'); define('BUTTON_RETURN_TO_PROD_LIST_ALT', 'Return to the Product List'); define('BUTTON_REVIEWS_ALT', 'Go to the Reviews Page'); define('BUTTON_SEARCH_ALT', 'Search'); define('BUTTON_SEND_ALT', 'Send Now'); define('BUTTON_SEND_ANOTHER_ALT', 'Send Another Gift Certificate'); define('BUTTON_SEND_A_GIFT_CERT_ALT', 'Send A Gift Certificate'); define('BUTTON_SHIPPING_ESTIMATOR_ALT', 'Shipping Estimator'); define('BUTTON_SOLD_OUT_ALT', 'Sold Out'); define('BUTTON_SOLD_OUT_SMALL_ALT', 'Sold Out'); define('BUTTON_SUBMIT_ALT', 'Submit the Information'); define('BUTTON_UNSUBSCRIBE', 'Unsubscribe'); define('BUTTON_UPDATE_ALT', 'Update'); define('BUTTON_VIEW_SMALL_ALT', 'View'); define('BUTTON_WRITE_REVIEW_ALT', 'Write Review'); define('BUTTON_READ_REVIEWS_ALT', 'Read the Review'); define('BUTTON_GOTO_PROD_DETAILS_ALT', 'Go To This Product\'s Details'); define('BUTTON_MORE_REVIEWS_ALT', 'Read More Reviews'); define('BUTTON_VIEW_ALL_ALT', 'View All'); define('BUTTON_ASK_A_QUESTION_ALT', 'Ask a Question');