Skip to content

Commit

Permalink
fixed: print button not showing in print preview page
Browse files Browse the repository at this point in the history
  • Loading branch information
pollen8 committed Dec 18, 2013
1 parent 824011c commit 77e3fc7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions components/com_fabrik/views/form/view.base.php
Original file line number Diff line number Diff line change
Expand Up @@ -327,11 +327,6 @@ protected function _addButtons()
$this->printURL = '';
$this->showPrint = $params->get('print', $fbConfig->get('form_print', 0));

if ($app->input->getInt('print') === 1)
{
$this->showPrint = false;
}

if ($this->showPrint)
{
$text = JHtml::_('image', 'system/printButton.png', JText::_('JGLOBAL_PRINT'), null, true);
Expand Down

0 comments on commit 77e3fc7

Please sign in to comment.