Changeset 7093 for temp


Ignore:
Timestamp:
2006/10/31 21:17:45 (20 years ago)
Author:
kakinaka
Message:

* empty log message *

Location:
temp/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/admin/products/product.php

    r7090 r7093  
    5959$objUpFile->setHiddenFileList($_POST); 
    6060 
    61  
    6261// ¸¡º÷¥Ñ¥é¥á¡¼¥¿¤Î°ú¤­·Ñ¤® 
    6362foreach ($_POST as $key => $val) { 
     
    256255    $objPage->arrFile = $objUpFile->getFormFileList(IMAGE_TEMP_URL, IMAGE_SAVE_URL); 
    257256     
    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();"; 
    259258} 
    260259 
Note: See TracChangeset for help on using the changeset viewer.