Inserted Copyright Notice and fixed graphic items
[fa-stable.git] / gl / inquiry / tax_inquiry.php
index 1de48969ed1db30d9504acd0e32e002e1819e66f..0dc7d8f224bb81b837af3d5c897157501e603397 100644 (file)
@@ -1,5 +1,14 @@
 <?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>.
+***********************************************************************/
 $page_security = 8;
 $path_to_root="../..";
 include_once($path_to_root . "/includes/session.inc");
@@ -123,8 +132,8 @@ function show_results()
                amount_cell($payable);
                end_row();
                alt_table_row_color($k);
-               label_cell($tx['name'] . " " . $tx['rate'] . "%");
-               label_cell(_("Net payable or collectible") . ":");
+               label_cell("<b>".$tx['name'] . " " . $tx['rate'] . "%</b>");
+               label_cell("<b>"._("Net payable or collectible") . ":</b>");
                amount_cell($net, true);
                end_row();
        }