Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changed icon fa fa-file-excel to fas fa-file-pdf in export pdf #8617

Merged
merged 2 commits into from Nov 20, 2018
Merged

Conversation

areksolek
Copy link
Contributor

Changed icon fa fa-file-excel to fas fa-file-pdf in export pdf

@areksolek areksolek added the ✔ finished This pull request has been finished. label Nov 20, 2018
@areksolek areksolek added this to the YetiForce 4.5 milestone Nov 20, 2018
@mariuszkrzaczkowski mariuszkrzaczkowski self-assigned this Nov 20, 2018
@@ -35,8 +35,9 @@ public function getAdvancedLinks()
$advancedLinks[] = [
'linktype' => 'DETAIL_VIEW_ADDITIONAL',
'linklabel' => \App\Language::translate('LBL_EXPORT_PDF'),
'linkurl' => "javascript:Vtiger_Header_Js.getInstance().showPdfModal('index.php?module=$moduleName&view=PDF&fromview=List');",
'linkicon' => 'fas fa-file-excel',
'dataUrl' => 'index.php?module=' . $moduleName . '&view=PDF&fromview=List',

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

?

@@ -35,7 +35,7 @@ public function getAdvancedLinks()
'linklabel' => \App\Language::translate('LBL_EXPORT_PDF'),
'dataUrl' => 'index.php?module=' . $moduleModel->getName() . '&view=PDF&fromview=List',

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

?

@@ -71,7 +71,7 @@ public function getBasicLinks()
'linktype' => 'LISTVIEWBASIC',
'dataUrl' => 'index.php?module=' . $moduleModel->getName() . '&view=PDF&fromview=List',

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

?

@mariuszkrzaczkowski mariuszkrzaczkowski merged commit 169b335 into YetiForceCompany:developer Nov 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✔ finished This pull request has been finished.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants