fix bugs
Some checks failed
Image optimization / general_image_workflow (push) Has been cancelled
CI / general_module_workflow_php (push) Has been cancelled
CI / general_module_workflow_js (push) Has been cancelled

This commit is contained in:
Dennis Eichhorn 2025-03-11 18:39:42 +00:00
parent 28dc5ea5bd
commit 55920a5126
4 changed files with 0 additions and 4 deletions

View File

@ -20,7 +20,6 @@ $isNew = $category->id === 0;
echo $this->data['nav']->render();
?>
<div class="tabview tab-2">
<?php if (!$isNew) : ?>
<div class="box">

View File

@ -38,7 +38,6 @@ foreach ($this->data['risks'] as $risk) {
echo $this->data['nav']->render();
?>
<div class="tabview tab-2">
<div class="box">
<ul class="tab-links">

View File

@ -20,7 +20,6 @@ $isNew = $process->id === 0;
echo $this->data['nav']->render();
?>
<div class="tabview tab-2">
<?php if (!$isNew) : ?>
<div class="box">

View File

@ -19,7 +19,6 @@ $isNew = $project->id === 0;
echo $this->data['nav']->render();
?>
<div class="tabview tab-2">
<?php if (!$isNew) : ?>
<div class="box">