Example #1
0
        <h2>Project Types</h2>
        <form id="addTypeForm">    
        <table cellpadding="0" cellspacing="0" border="0" class="tbl_repeat" id="categoriesTable" style="margin-bottom:0px;" >
            <tr>
                <th class="borderRight">Name</th>
                <th>In Waves</th>
                <th>Month Start</th>
                <th>Month End</th>
                <th>In Same Year</th>
                <th>Write Two Years</th>
                <th>First Time</th>
                <th>Action</th>
            </tr>
        <?php 
foreach ($project_types as $type) {
    $disabled = $objProject->checkProjectTypeInInvolvements($type['id']);
    ?>
            <tr data-id="<?php 
    echo $type['id'];
    ?>
" > 
                <td class=" borderRight showInputField">
                    <span class="position-<?php 
    echo $type['id'];
    ?>
" data-id="#position-<?php 
    echo $type['id'];
    ?>
" style="font-weight:bold;"><?php 
    echo $type['name'];
    ?>