📄 attributes_sorter.php
字号:
<?php/* Definitions for Attributes Sorter*/// Turn things offdefine('I_AM_OFF',true);// WebMakers.com Added: Attributes - Definitions to move to attribute_sorter.phpdefine('TABLE_HEADING_PRODUCT_ATTRIBUTE_ONE_TIME','One Time Charge');// WebMakers.com Added: Attribute Copy Optiondefine('TEXT_COPY_ATTRIBUTES_ONLY','Seulement utilisé pour les produits dupliqués ...');define('TEXT_COPY_ATTRIBUTES','Copier les attributs des articles pour duplication?');define('TEXT_COPY_ATTRIBUTES_YES','Oui');define('TEXT_COPY_ATTRIBUTES_NO','Non');// WebMakers.com Added: Attributes Copy from Existing Product to Existing Productdefine('PRODUCT_NAMES_HELPER','<FONT COLOR="FF0000">[ <a href="' . 'quick_products_popup.php' . '" onclick="NewWindow(this.href,\'name\',\'700\',\'500\',\'yes\');return false;">Recherchez l\'ID d\'un Produit</a> ]');define('ATTRIBUTES_NAMES_HELPER','<FONT COLOR="FF0000"><a href="' . 'quick_attributes_popup.php?look_it_up=' . $pID . '&my_languages_id=' . $languages_id . '" onclick="NewWindow2(this.href,\'name2\',\'700\',\'400\',\'yes\');return false;">[ Liste rapide des attributs pour le Produit ID# ' . $pID . ' ]</a>');// WebMakers.com Added: Product Option Attributes Sort Order - products_attributes.phpdefine('TABLE_HEADING_OPTION_SORT_ORDER','Ordre de tri');?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -