Stability Schooltype

This commit is contained in:
2018-04-10 16:31:25 +02:00
parent 6247ec5037
commit d94a8e88c5
7 changed files with 188 additions and 15272 deletions

View File

@@ -1,5 +1,5 @@
<?php
//debug($schooltype);
//$test = '["<a href=\"test\">SNR<\/a>","Schule","RS Modellversuch","RS geb. Ganztagsklassen","RS St\u00fctzpunktschule Schulsport","RS Partnerschule Wintersport","RS Sonderp\u00e4d. F\u00f6rderbedarf","Abordnung Grundschullehrkraft","Bilingualer Unterricht","Inklusion","sonstige Budgetzuschl\u00e4ge","RS Koop. mit and. Schulart","RS Integrierte Lehrerres.","RS Bestenf\u00f6rderung","MINT","Musikrealschule"]';
$cols = array();
$columns = array();
@@ -63,7 +63,7 @@ var data = <?php echo json_encode($data); ?>;
//console.log(JSON.stringify({data: hot.getData()}));
$.ajax({
//url: "sajax",
url: "<?php echo $this->Url->build(array('controller' => 'budget', 'action' => 'sajax',$budget['id']), true); ?>",
url: "<?php echo $this->Url->build(array('controller' => 'budget', 'action' => 'sajax',$schooltype), true); ?>",
data: JSON.stringify(hot.getData()),
type: 'POST',
success: function (res) {