Fix templates

This commit is contained in:
Dennis Eichhorn 2017-07-11 22:21:28 +02:00
parent a3e2a9276b
commit 42a7bfa8f6

View File

@ -19,7 +19,7 @@
*/ */
$tasks = $this->getData('tasks'); $tasks = $this->getData('tasks');
?> ?>
<div class="col-xs-12 col-md-6"> <div id="task-dashboard" class="col-xs-12 col-md-6" draggable="true">
<div class="box wf-100"> <div class="box wf-100">
<table class="table red"> <table class="table red">
<caption><?= $this->getText('Tasks'); ?></caption> <caption><?= $this->getText('Tasks'); ?></caption>