stylingaenderungen

coursepicker umgebaut, keine backend suche mehr
hinzugefuegt:
- resizeHanlder funktion
- broadcastchannel postMessage "dropped"
- tbl_kalender_status column bezeichnung_mehrsprachig
- tbl_kalender_status column sort
This commit is contained in:
ma0048
2026-04-01 10:53:31 +02:00
parent 8dd42361a0
commit ab5294de2f
14 changed files with 553 additions and 188 deletions
+2 -5
View File
@@ -5,9 +5,6 @@ if (! defined("BASEPATH")) exit("No direct script access allowed");
class KalenderLib
{
private $_ci;
/**
* Loads model OrganisationseinheitModel
*/
public function __construct()
{
$this->_ci =& get_instance();
@@ -453,8 +450,8 @@ class KalenderLib
{
return $this->_ci->KalenderOrtModel->insert(
array (
'kalender_id'=>$kalender_id,
'ort_kurzbz'=>$ort_kurzbz
'kalender_id' => $kalender_id,
'ort_kurzbz' => $ort_kurzbz
)
);
}