'; $listViewDefs ['Documents'] = array ( 'FILE_URL' => array ( 'width' => '2%', 'label' => ' ', 'link' => true, 'default' => true, 'related_fields' => array ( 0 => 'document_revision_id' ), 'sortable' => false, 'studio' => false ), 'DOCUMENT_NAME' => array ( 'width' => '25%', 'label' => 'LBL_NAME', 'link' => true, 'default' => true, 'bold' => true ), 'PARENT_NAME' => array ( 'width' => '30%', 'label' => 'LBL_PARENT_NAME', 'default' => true, ), 'CATEGORY_ID' => array ( 'width' => '5%', 'label' => 'LBL_LIST_CATEGORY', 'default' => true ), 'CREATED_BY_NAME' => array ( 'width' => '5%', 'label' => 'LBL_LIST_LAST_REV_CREATOR', 'default' => true, 'sortable' => false ), 'ACTIVE_DATE' => array ( 'width' => '5%', 'label' => 'LBL_LIST_ACTIVE_DATE', 'default' => true ), 'PAYMENT_DATE' => array ( 'width' => '5%', 'label' => 'Termin płatności', 'default' => true ), 'VALUE' => array ( 'width' => '5%', 'label' => 'Wartość', 'align'=>'right', 'default' => true ), 'LEFT_PAID' => array ( 'width' => '5%', 'label' => 'Do zapłaty', 'align'=>'right', 'default' => true ), 'TO_ACCEPT' => array ( 'width' => '10%', 'label' => 'LBL_TO_ACCEPT_LIST', 'default' => true ) ); ?>