ソースを参照

Wiadomosci na widoku edycji

a.binder 10 年 前
コミット
1c8f325be2
1 ファイル変更1 行追加0 行削除
  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['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['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)) {
 			$this->_rowFunctions[$funName] = $defaultRowFunction[$funName];