some language and default values support

This commit is contained in:
luis daniel lucio quiroz
2014-07-14 03:42:13 +00:00
parent a5626ea2dd
commit 53b3427a6b
4 changed files with 16 additions and 6 deletions
+1 -1
View File
@@ -807,7 +807,7 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) {
echo " </tr>";
echo "</table>";
echo "</div>";
echo "<p>".$text['billing-warning']."</p>" ;
//show the footer
require_once "resources/footer.php";
?>