mirror of
https://github.com/Karaka-Management/oms-QualityManagement.git
synced 2026-01-30 13:58:40 +00:00
Went through todos
This commit is contained in:
parent
73e98a38e7
commit
d1ff07bad3
|
|
@ -142,7 +142,7 @@ echo $this->data['nav']->render(); ?>
|
|||
|
||||
<div id="elements">
|
||||
<template id="elementTpl">
|
||||
<section id="taskelmenet-0" class="portlet taskElement"
|
||||
<section id="taskelement-0" class="portlet taskElement"
|
||||
data-update-content="#elements"
|
||||
data-update-element=".taskElement .taskElement-content"
|
||||
data-update-tpl="#taskElementContentTpl"
|
||||
|
|
@ -229,7 +229,7 @@ echo $this->data['nav']->render(); ?>
|
|||
<?php endif; ?>
|
||||
|
||||
<?php if ($element->description !== '') : ?>
|
||||
<section id="taskelmenet-<?= $element->id; ?>" class="portlet taskElement"
|
||||
<section id="taskelement-<?= $element->id; ?>" class="portlet taskElement"
|
||||
data-update-content="#elements"
|
||||
data-update-element=".taskElement .taskElement-content"
|
||||
data-update-tpl="#taskElementContentTpl"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user