- Timestamp:
- 2006/10/31 21:17:45 (20 years ago)
- Location:
- temp/trunk
- Files:
-
- 2 edited
-
data/Smarty/templates/admin/products/product.tpl (modified) (previous)
-
html/admin/products/product.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/products/product.php
r7090 r7093 59 59 $objUpFile->setHiddenFileList($_POST); 60 60 61 62 61 // ¸¡º÷¥Ñ¥é¥á¡¼¥¿¤Î°ú¤·Ñ¤® 63 62 foreach ($_POST as $key => $val) { … … 256 255 $objPage->arrFile = $objUpFile->getFormFileList(IMAGE_TEMP_URL, IMAGE_SAVE_URL); 257 256 258 $objPage->tpl_onload = "fnCheckSaleLimit('" . DISABLED_RGB . "'); fnCheckStockLimit('" . DISABLED_RGB . "'); ";257 $objPage->tpl_onload = "fnCheckSaleLimit('" . DISABLED_RGB . "'); fnCheckStockLimit('" . DISABLED_RGB . "'); form1.list_main.onclick = function();"; 259 258 } 260 259
Note: See TracChangeset
for help on using the changeset viewer.
