Parcourir la source

Wiadomosci na widoku edycji

a.binder il y a 10 ans
Parent
commit
1c8f325be2
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      SE/se-lib/TableAjax.php

+ 1 - 0
SE/se-lib/TableAjax.php

@@ -146,6 +146,7 @@ class TableAjax extends ViewAjax {
 		$defaultRowFunction['hist'] = array('href'=>'#HIST/{0}', 'ico'=>'glyphicon glyphicon-book', 'title'=>'Historia');
 		$defaultRowFunction['hist'] = array('href'=>'#HIST/{0}', 'ico'=>'glyphicon glyphicon-book', 'title'=>'Historia');
 		$defaultRowFunction['files'] = array('href'=>'#FILES/{0}', 'ico'=>'glyphicon glyphicon-folder-open', 'title'=>'Pliki');
 		$defaultRowFunction['files'] = array('href'=>'#FILES/{0}', 'ico'=>'glyphicon glyphicon-folder-open', 'title'=>'Pliki');
 		$defaultRowFunction['cp'] = array('href'=>'#', 'ico'=>'glyphicon glyphicon-plus-sign', 'title'=>'Kopiuj rekord', 'onclick'=>'return tableAjaxCopy({0});');
 		$defaultRowFunction['cp'] = array('href'=>'#', 'ico'=>'glyphicon glyphicon-plus-sign', 'title'=>'Kopiuj rekord', 'onclick'=>'return tableAjaxCopy({0});');
+		$defaultRowFunction['messages'] = array('href'=>'index.php?_route=TableMsgs&_task=tableRow&idTable=' . $this->_zasobID . '&idRow={0}', 'ico'=>'glyphicon glyphicon-envelope', 'title'=>'Wiadomosci');
 
 
 		if (array_key_exists($funName, $defaultRowFunction)) {
 		if (array_key_exists($funName, $defaultRowFunction)) {
 			$this->_rowFunctions[$funName] = $defaultRowFunction[$funName];
 			$this->_rowFunctions[$funName] = $defaultRowFunction[$funName];