mirror of
https://github.com/Karaka-Management/oms-ProjectManagement.git
synced 2026-01-11 15:48:41 +00:00
fix templates
This commit is contained in:
parent
730d30aacc
commit
5cacc0283a
|
|
@ -56,7 +56,7 @@ echo $this->data['nav']->render(); ?>
|
||||||
|
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="iDescription"><?= $this->getHtml('Description'); ?></label>
|
<label for="iDescription"><?= $this->getHtml('Description'); ?></label>
|
||||||
<textarea id="iDescription" name="desc"><?= $this->printHtml($project->description); ?></textarea>
|
<textarea id="iDescription" name="desc"><?= $this->printTextarea($project->descriptionRaw); ?></textarea>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
|
|
@ -103,24 +103,4 @@ echo $this->data['nav']->render(); ?>
|
||||||
</form>
|
</form>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<?php if (!$isNew) : ?>
|
|
||||||
<div class="col-xs-12 col-md-6">
|
|
||||||
<div class="box wf-100">
|
|
||||||
<?= $this->getData('tasklist')->render($project->tasks); ?>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
<?php endif; ?>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<?php if (!$isNew) : ?>
|
|
||||||
<div class="row">
|
|
||||||
<div class="col-xs-12 col-md-6">
|
|
||||||
<?= $this->getData('calendar')->render($project->calendar); ?>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="col-xs-12 col-md-6">
|
|
||||||
<?= $this->getData('medialist')->render($project->files); ?>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<?php endif; ?>
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user