|
|
@@ -40,6 +40,11 @@ class Route_UrlAction_ProjektyPrzedmiarKosztorys extends Route_ProjektyKosztorys
|
|
|
$hidePrices = true;
|
|
|
$viewLayerDataArgs = compact('idProject', 'idCompany', 'admin', 'companyAdmin', 'hidePrices');
|
|
|
UI::setTitleJsTag("Przedmiar robót telekomunikacyjnych [{$idProject}]");
|
|
|
+ if (1 != V::get('_print', '', $_GET)) {
|
|
|
+ UI::startContainer(['style'=>'text-align:right']);
|
|
|
+ UI::link('link', "<i class=\"glyphicon glyphicon-print\"></i> Drukuj", Request::getPathUri() . "index.php?_route=UrlAction_ProjektyPrzedmiarKosztorys&ID_PROJECT={$idProject}&_print=1");
|
|
|
+ UI::endContainer();
|
|
|
+ }
|
|
|
?>
|
|
|
<div class="container">
|
|
|
<h1>Przedmiar robót telekomunikacyjnych</h1>
|