Ejemplo n.º 1
0
											<th></th>
										<?php 
    }
    ?>
										<th>Record #</th>
										<th>Catalog Number</th>
										<th>Field Name</th>
										<th>Old Value</th>
										<th>New Value</th>
										<th>Review Status</th>
										<th>Applied Status</th>
										<th>Editor</th>
										<th>Timestamp</th>
									</tr>
									<?php 
    $editArr = $reviewManager->getEditArr();
    if ($editArr) {
        $recCnt = 0;
        foreach ($editArr as $occid => $edits) {
            foreach ($edits as $ocedid => $edObj) {
                ?>
												<tr <?php 
                echo $recCnt % 2 ? 'class="alt"' : '';
                ?>
>
													<?php 
                if ($mode != 'printmode') {
                    ?>
														<td>
															<input name="ocedid[]" type="checkbox" value="<?php 
                    echo $ocedid;