mirror of
https://github.com/Karaka-Management/oms-RiskManagement.git
synced 2026-01-21 08:08:41 +00:00
fix bugs
This commit is contained in:
parent
28dc5ea5bd
commit
55920a5126
|
|
@ -20,7 +20,6 @@ $isNew = $category->id === 0;
|
|||
|
||||
echo $this->data['nav']->render();
|
||||
?>
|
||||
|
||||
<div class="tabview tab-2">
|
||||
<?php if (!$isNew) : ?>
|
||||
<div class="box">
|
||||
|
|
|
|||
|
|
@ -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">
|
||||
|
|
|
|||
|
|
@ -20,7 +20,6 @@ $isNew = $process->id === 0;
|
|||
|
||||
echo $this->data['nav']->render();
|
||||
?>
|
||||
|
||||
<div class="tabview tab-2">
|
||||
<?php if (!$isNew) : ?>
|
||||
<div class="box">
|
||||
|
|
|
|||
|
|
@ -19,7 +19,6 @@ $isNew = $project->id === 0;
|
|||
|
||||
echo $this->data['nav']->render();
|
||||
?>
|
||||
|
||||
<div class="tabview tab-2">
|
||||
<?php if (!$isNew) : ?>
|
||||
<div class="box">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user