コード例 #1
0
                        <br/>
                        <?php 
    }
    ?>
                    
                </td>
            </tr>
            <?php 
}
?>
        </table>
        </div>
        <div class="statusMainRight">
            <form method="post" name="frmServiceUpdate">
            <input type="hidden" name="service_no" value="<?php 
echo $serviceRequest->getNo();
?>
"/>
            <table class="status">
                <tr>
                    <th colspan="2">Change Status</th>
                </tr>
                <tr>
                    <td colspan="2">Status</td>
                </tr>
                <tr>
                    <td></td>
                    <td>
                        <input type="radio" name="service_stat" value="pending" <?php 
echo $disableStatusBtn;
?>