Delete Budgets
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?php
|
||||
//debug($data);
|
||||
for($i=0;$i<sizeof($data);$i++) {
|
||||
$data[$i][0] = $this->Html->link($data[$i][0],array('controller' => 'schools', 'action' => 'showbudgets',$data[$i][0]));
|
||||
$data[$i][1] = $this->Html->link($data[$i][1],array('controller' => 'schools', 'action' => 'showbudgets',$data[$i][0]));
|
||||
}
|
||||
echo '<h2>' . $budget['wl_kurz_bezeichnung'] .'</h2>';
|
||||
//debug($data);
|
||||
@@ -29,7 +29,7 @@ var data = <?php echo json_encode($data); ?>;
|
||||
wordWrap: false,
|
||||
colHeaders: ['SNR','Name','Count','Comment'] ,
|
||||
colWidths: ['50','500','50','500'],
|
||||
columns: [{renderer: "html", readOnly: true},{renderer: "text", readOnly: true},{renderer: "text"},{renderer: "text"}],
|
||||
columns: [{renderer: "text", readOnly: true},{renderer: "html", readOnly: true},{renderer: "text"},{renderer: "text"}],
|
||||
filters: true,
|
||||
dropdownMenu: true
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user