Skip to content
Snippets Groups Projects
Commit 75322be5 authored by Satish's avatar Satish
Browse files

Ui breaks in Task Management

parent 3067f1a4
No related branches found
No related tags found
No related merge requests found
......@@ -51,6 +51,8 @@
<hr>
<div class="data-body row">
{assign var=MODULE_MODEL value= Vtiger_Module_Model::getInstance($MODULE)}
{assign var=USER_PRIVILEGES_MODEL value= Users_Privileges_Model::getCurrentUserPrivilegesModel()}
{foreach item=PRIORITY from=$PRIORITIES}
<div class="col-lg-4 contentsBlock {strtolower($PRIORITY)} ui-droppable" data-priority='{$PRIORITY}' data-page="{$PAGE}">
<div class="{strtolower($PRIORITY)}-header" style="border-bottom: 2px solid {$COLORS[$PRIORITY]}">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment