2
0
forked from Wavyzz/dolibarr

Add cronjobs view in modulebuilder

This commit is contained in:
Laurent Destailleur
2017-07-26 10:11:39 +02:00
parent 760d2617a0
commit 9ca874fde4
3 changed files with 141 additions and 44 deletions

View File

@@ -18,7 +18,7 @@
*/
/**
* \file htdocs/cron/cron/list.php
* \file htdocs/cron/list.php
* \ingroup cron
* \brief Lists Jobs
*/
@@ -356,11 +356,7 @@ if ($num > 0)
if (! verifCond($obj->test)) continue; // Discard line with test = false
// title profil
if ($style=='pair') {$style='impair';}
else {$style='pair';}
print '<tr class="'.$style.'">';
print '<tr class="oddeven">';
print '<td class="nowrap">';
print '<a href="'.DOL_URL_ROOT.'/cron/card.php?id='.$obj->rowid.'">';