Added hook support for localized functions.
[fa-stable.git] / gl / bank_transfer.php
index 9536d4ab23ae1d9885b7be803c1b51c4bf9c6d07..0f4ea9160d611b4b88b72efb173bf68331e17324 100644 (file)
@@ -1,13 +1,13 @@
 <?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 
-       of the License, or (at your option) any later version.
+       Released under the terms of the GNU General Public License, GPL, 
+       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>.
+    See the License here <http://www.gnu.org/licenses/gpl-3.0.html>.
 ***********************************************************************/
 $path_to_root="..";
 $page_security = 5;
@@ -56,7 +56,7 @@ function gl_payment_controls()
        global $table_style2;
        $home_currency = get_company_currency();
 
-       start_form(false, true);
+       start_form();
 
        start_table($table_style2, 5, 7);
        echo "<tr><td valign=top>"; // outer table
@@ -94,7 +94,7 @@ function gl_payment_controls()
        echo "</td></tr>";
        end_table(1); // outer table
 
-    submit_center('AddPayment',_("Enter Transfer"), true, '', true);
+    submit_center('AddPayment',_("Enter Transfer"), true, '', 'default');
 
        end_form();
 }