hide backand\ticket\export pdf button

This commit is contained in:
Roland Schneider 2016-06-29 21:46:17 +02:00
parent 4fd820e0a6
commit 3e3cd83945
3 changed files with 5 additions and 3 deletions

View File

@ -23,10 +23,10 @@ $this->params['breadcrumbs'][] = $this->title;
Exportálás: Exportálás:
</span> </span>
<?php <?php
echo Html::a( /* echo Html::a(
"PDF",\yii\helpers\Url::current( [ Html::getInputName($searchModel,'output') => 'pdf' ]), "PDF",\yii\helpers\Url::current( [ Html::getInputName($searchModel,'output') => 'pdf' ]),
['class' => 'btn btn-primary pull-left','style'=> 'margin-left: 12px;'] ['class' => 'btn btn-primary pull-left','style'=> 'margin-left: 12px;']
); );*/
?> ?>
<?php <?php
echo Html::a( echo Html::a(

View File

@ -1,3 +1,5 @@
-0.0.78
- hide backend ticket export pdf
-0.0.77 -0.0.77
- add set time limit to backend\ticket\index export pdf - add set time limit to backend\ticket\index export pdf
-0.0.76 -0.0.76

View File

@ -5,7 +5,7 @@ return [
'supportEmail' => 'rocho02@gmail.com', 'supportEmail' => 'rocho02@gmail.com',
'infoEmail' => 'info@rocho-net.hu', 'infoEmail' => 'info@rocho-net.hu',
'user.passwordResetTokenExpire' => 3600, 'user.passwordResetTokenExpire' => 3600,
'version' => 'v0.0.77', 'version' => 'v0.0.78',
'company' => 'movar',//gyor 'company' => 'movar',//gyor
'company_name' => "Freimann Kft.", 'company_name' => "Freimann Kft.",
'product_visiblity' => 'account',// on reception which products to display. account or global 'product_visiblity' => 'account',// on reception which products to display. account or global