Exemplo n.º 1
0
</td>
					<td><?php 
    echo $r->getRecordCondition();
    ?>
</td>
					<td><?php 
    echo $r->getRecordLength();
    ?>
</td>
					<td><?php 
    echo $r->getGenreName();
    ?>
</td>
				</tr>
			</tbody>
		</table>
	</div>
	<div class="modal-footer">
        <button type="button" class="btn btn-default left" data-dismiss="modal">Close</button>
        <?php 
    WEB::_deletePrompt('record', $r->getRecordId(), "You will be deleting only a record.");
    ?>
        <?php 
    WEB::_updatePrompt('record', $r->getRecordId());
    ?>
        <?php 
    WEB::_inquirePrompt($r->getRecordId());
    ?>
	</div>
<?php 
}