|
@@ -544,7 +544,7 @@ dostęp dla zarządu i os. odp. kwota końcowa
|
|
|
var cellProfitFvNode = document.createElement('a')
|
|
var cellProfitFvNode = document.createElement('a')
|
|
|
p5Utils__nodeStyle(cellProfitFvNode, {display: 'block', color: '#999', fontSize: 'x-small', textDecoration: 'underline', whiteSpace: 'nowrap'})
|
|
p5Utils__nodeStyle(cellProfitFvNode, {display: 'block', color: '#999', fontSize: 'x-small', textDecoration: 'underline', whiteSpace: 'nowrap'})
|
|
|
cellProfitFvNode.appendChild(document.createTextNode('FV: ' + cost['label']))
|
|
cellProfitFvNode.appendChild(document.createTextNode('FV: ' + cost['label']))
|
|
|
- cellProfitFvNode.setAttribute('href', '<?= Request::getPathUri(); ?>index.php?_route=ViewTableAjax&typeName=p5_default_db:IN7_DZIENNIK_KORESP#EDIT/' + cost['costRaw']['ID'])
|
|
|
|
|
|
|
+ cellProfitFvNode.setAttribute('href', '<?= Request::getPathUri(); ?>index.php?_route=ViewTableAjax&typeName=p5_default_db:IN7_DZIENNIK_KORESP#FILES/' + cost['costRaw']['ID'])
|
|
|
tdNode.appendChild(cellProfitFvNode)
|
|
tdNode.appendChild(cellProfitFvNode)
|
|
|
}
|
|
}
|
|
|
costNode.appendChild(tdNode)
|
|
costNode.appendChild(tdNode)
|
|
@@ -677,7 +677,7 @@ dostęp dla zarządu i os. odp. kwota końcowa
|
|
|
var linkNode = document.createElement('a')
|
|
var linkNode = document.createElement('a')
|
|
|
p5Utils__nodeStyle(linkNode, {color: '#999', textDecoration: 'underline'})
|
|
p5Utils__nodeStyle(linkNode, {color: '#999', textDecoration: 'underline'})
|
|
|
linkNode.appendChild(document.createTextNode(((fv['nr']) ? '('+fv['nr']+')' : '['+fv['id']+']')))
|
|
linkNode.appendChild(document.createTextNode(((fv['nr']) ? '('+fv['nr']+')' : '['+fv['id']+']')))
|
|
|
- linkNode.setAttribute('href', '<?= Request::getPathUri(); ?>index.php?_route=ViewTableAjax&typeName=p5_default_db:IN7_DZIENNIK_KORESP#EDIT/' + fv['id'])
|
|
|
|
|
|
|
+ linkNode.setAttribute('href', '<?= Request::getPathUri(); ?>index.php?_route=ViewTableAjax&typeName=p5_default_db:IN7_DZIENNIK_KORESP#FILES/' + fv['id'])
|
|
|
fvNode.appendChild(linkNode)
|
|
fvNode.appendChild(linkNode)
|
|
|
tdNode.appendChild(fvNode)
|
|
tdNode.appendChild(fvNode)
|
|
|
})
|
|
})
|