fixup commit for tag 'unstable_2_0_5'
[fa-stable.git] / admin / view_print_transaction.php
index dbae9f3467628618b52118c4a2acbecc1a516042..8f4c319c244456923bcdfc6c582286998e414e3b 100644 (file)
@@ -1,14 +1,5 @@
 <?php
-/**********************************************************************
-    Copyright (C) FrontAccounting, LLC.
-       Released under the terms of the GNU Affero General Public License,
-       AGPL, as published by the Free Software Foundation, either version 
-       3 of the License, or (at your option) any later version.
-    This program is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  
-    See the License here <http://www.gnu.org/licenses/agpl-3.0.html>.
-***********************************************************************/
+
 $path_to_root="..";
 $page_security = 5;
 
@@ -141,9 +132,9 @@ function handle_search()
                        label_cell($line[$trans_no_name]);
                        if ($trans_ref)
                                label_cell($line[$trans_ref]);
-                       label_cell(get_trans_view_str($_POST['filterType'],$line[$trans_no_name], _("View"), ICON_VIEW));
+                       label_cell(get_trans_view_str($_POST['filterType'],$line[$trans_no_name], _("View")));
                        if ($print_out)
-                               label_cell(print_document_link($line[$trans_no_name], _("Print"), true, $print_type, ICON_PRINT));
+                               label_cell(print_document_link($line[$trans_no_name], _("Print"), true, $print_type));
                label_cell(get_gl_view_str($_POST['filterType'], $line[$trans_no_name]));
 
                end_row();