|
@@ -146,7 +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');
|
|
|
|
|
|
|
+//@2015-12-09 nie dziala $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];
|