Ejemplo n.º 1
0
{
    print start_box($langs->trans("Action"),"eight","16-Cog-4.png");
    dol_include_once("/highCharts/class/highCharts.class.php");

    $langs->load("highcharts@highCharts");

    $graph=new HighCharts($db);
    $graph->width="100%";
    $graph->height="250px";
    $graph->name="ActionsToDo";
    $graph->label=$langs->trans("ActionsToDo");
    if($user->rights->highcharts->all)
    {
        $graph->mine=0;
    }
    $graph->eisenhower();
    print end_box();
}

print '</div>';

/*
 * Show boxes
 */

print '<div class="row">';
print '<div class="twelve column">';
FormOther::printBoxesArea($user,"0");
print '</div></div>';
/*
 * Show security warnings