' . "\n"; /********************************************************************** ********************************************************************** ********************************************************************** ********************************************************************** * Lock Detail Main Section */ $lock = $lock['Lock']; $rows = array(); $rows[] = array('Name', $lock['name']); $rows[] = array('Quantity', $lock['qty']); $rows[] = array('Key', $lock['key']); if (!empty($lock['last_key'])) $rows[] = array('Last Key', $lock['last_key']); $rows[] = array('Comment', $lock['comment']); echo $this->element('table', array('class' => 'item lock detail', 'caption' => 'Lock Information', 'rows' => $rows, 'column_class' => array('field', 'value'))); /********************************************************************** ********************************************************************** ********************************************************************** ********************************************************************** * Supporting Elements Section */ echo '