= $this->extend('layout'); ?>
= $this->section('css'); ?>
= $this->endSection(); ?>
= $this->section('menu'); ?>
= $this->include('sidebar') ?>
= $this->endSection(); ?>
= $this->section('content'); ?>
parent_id == $id){
if ($ele->lkz) $class = "text-bg-danger";
else if ($ele->bookable == "f") $class = "text-bg-warning";
$toolt ="bookable: $ele->bookable; lkz: $ele->lkz; Id: $ele->id; PID:$ele->parent_id";
$liste .= "
id\"";
$liste .= "data-pid=\"$ele->parent_id\"";
$liste .= "data-bookable=\"$ele->bookable\"";
$liste .= "data-lkz=\"$ele->lkz\"";
$liste .= "data-type=\"$ele->type\"";
$liste .= "data-description=\"$ele->description\"";
$liste .= "class='$class'>$ele->description";
$liste .= printsub($ele->id, $all);
}
}
if ($liste !=''){
$ret = "";
$ret .= $liste;
$ret .= "
";
}
return $ret;
} ?>
Kategorien bearbeiten
lkz) $class = "text-bg-danger";
else if ($parent->bookable == "f") $class = "text-bg-warning"; ?>
- =$parent->description?>
= printsub($parent->id, $all); ?>
= $this->include('accountsform') ?>
= $this->endSection(); ?>
= $this->section('scripts'); ?>
= $this->endSection(); ?>