hide backand\ticket\export pdf button
This commit is contained in:
parent
4fd820e0a6
commit
3e3cd83945
@ -23,10 +23,10 @@ $this->params['breadcrumbs'][] = $this->title;
|
||||
Exportálás:
|
||||
</span>
|
||||
<?php
|
||||
echo Html::a(
|
||||
/* echo Html::a(
|
||||
"PDF",\yii\helpers\Url::current( [ Html::getInputName($searchModel,'output') => 'pdf' ]),
|
||||
['class' => 'btn btn-primary pull-left','style'=> 'margin-left: 12px;']
|
||||
);
|
||||
);*/
|
||||
?>
|
||||
<?php
|
||||
echo Html::a(
|
||||
|
||||
@ -1,3 +1,5 @@
|
||||
-0.0.78
|
||||
- hide backend ticket export pdf
|
||||
-0.0.77
|
||||
- add set time limit to backend\ticket\index export pdf
|
||||
-0.0.76
|
||||
|
||||
@ -5,7 +5,7 @@ return [
|
||||
'supportEmail' => 'rocho02@gmail.com',
|
||||
'infoEmail' => 'info@rocho-net.hu',
|
||||
'user.passwordResetTokenExpire' => 3600,
|
||||
'version' => 'v0.0.77',
|
||||
'version' => 'v0.0.78',
|
||||
'company' => 'movar',//gyor
|
||||
'company_name' => "Freimann Kft.",
|
||||
'product_visiblity' => 'account',// on reception which products to display. account or global
|
||||
|
||||
Loading…
Reference in New Issue
Block a user