|
@@ -417,6 +417,9 @@ class Route_Przypomnij extends RouteBase {
|
|
|
var filesLink = $('<a target="_blank" title="Pliki"></a>').appendTo(typeLinksNode);
|
|
var filesLink = $('<a target="_blank" title="Pliki"></a>').appendTo(typeLinksNode);
|
|
|
filesLink.attr('href', 'index.php?MENU_INIT=VIEWTABLE_AJAX&ZASOB_ID=' + task._idZasobTable + '#FILES/' + task.ID);
|
|
filesLink.attr('href', 'index.php?MENU_INIT=VIEWTABLE_AJAX&ZASOB_ID=' + task._idZasobTable + '#FILES/' + task.ID);
|
|
|
filesLink.html('<i class="glyphicon glyphicon-folder-open"></i> pliki');
|
|
filesLink.html('<i class="glyphicon glyphicon-folder-open"></i> pliki');
|
|
|
|
|
+ var messagesLink = $('<a target="_blank" title="Wiadomosci"></a>').appendTo(typeLinksNode);
|
|
|
|
|
+ filesLink.attr('href', 'index.php?_route=TableMsgs&_task=tableRow&idTable=' + task._idZasobTable + '&idRow=' + task.ID);
|
|
|
|
|
+ filesLink.html('<i class="glyphicon glyphicon-envelope"></i> wiadomosci');
|
|
|
}
|
|
}
|
|
|
{// colDescNode
|
|
{// colDescNode
|
|
|
if ('projekt' == task._task_type && task.M_DISTRIBUTOR.length > 0) {
|
|
if ('projekt' == task._task_type && task.M_DISTRIBUTOR.length > 0) {
|