コード例 #1
0
                                                        <th class="dataTableHeadingContent"><?php 
    echo RATEPAY_ORDER_RATEPAY_ADMIN_DELIVERED;
    ?>
</th>
                                                        <th class="dataTableHeadingContent"><?php 
    echo RATEPAY_ORDER_RATEPAY_ADMIN_RETURNED;
    ?>
</th>
                                                    </tr>
                                                    <?php 
    foreach ($returnItems as $item) {
        ?>
                                                    <tr class="dataTableRow">
                                                        <td class="dataTableContent">
                                                            <?php 
        $qty = rpData::getAvailableItemQtyToRefund($item);
        ?>
                                                            <input <?php 
        if ($qty <= 0) {
            echo 'disabled="disabled"';
        }
        ?>
 type="text" name="items[<?php 
        echo $item['id'];
        ?>
]" value="<?php 
        echo $qty;
        ?>
" onKeyUp="RpOrder.check(this, <?php 
        echo $qty;
        ?>