[Vtigercrm-commits] [vtiger-commits] r6868 - in /vtigercrm/trunk/modules/PurchaseOrder/pdf_templates: footer.php header.php lastpage/body.php lastpage/footer.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Wed May 31 09:46:58 EDT 2006
Author: saraj
Date: Wed May 31 07:46:53 2006
New Revision: 6868
Log:
* Added license
Modified:
vtigercrm/trunk/modules/PurchaseOrder/pdf_templates/footer.php
vtigercrm/trunk/modules/PurchaseOrder/pdf_templates/header.php
vtigercrm/trunk/modules/PurchaseOrder/pdf_templates/lastpage/body.php
vtigercrm/trunk/modules/PurchaseOrder/pdf_templates/lastpage/footer.php
Modified: vtigercrm/trunk/modules/PurchaseOrder/pdf_templates/footer.php
==============================================================================
--- vtigercrm/trunk/modules/PurchaseOrder/pdf_templates/footer.php (original)
+++ vtigercrm/trunk/modules/PurchaseOrder/pdf_templates/footer.php Wed May 31 07:46:53 2006
@@ -1,4 +1,14 @@
<?php
+/*********************************************************************************
+** The contents of this file are subject to the vtiger CRM Public License Version 1.0
+ * ("License"); You may not use this file except in compliance with the License
+ * The Original Code is: vtiger CRM Open Source
+ * The Initial Developer of the Original Code is vtiger.
+ * Portions created by vtiger are Copyright (C) vtiger.
+ * All Rights Reserved.
+ *
+ ********************************************************************************/
+
define('USD',"$");
define('EURO', chr(128) );
Modified: vtigercrm/trunk/modules/PurchaseOrder/pdf_templates/header.php
==============================================================================
--- vtigercrm/trunk/modules/PurchaseOrder/pdf_templates/header.php (original)
+++ vtigercrm/trunk/modules/PurchaseOrder/pdf_templates/header.php Wed May 31 07:46:53 2006
@@ -1,4 +1,14 @@
<?php
+/*********************************************************************************
+** The contents of this file are subject to the vtiger CRM Public License Version 1.0
+ * ("License"); You may not use this file except in compliance with the License
+ * The Original Code is: vtiger CRM Open Source
+ * The Initial Developer of the Original Code is vtiger.
+ * Portions created by vtiger are Copyright (C) vtiger.
+ * All Rights Reserved.
+ *
+ ********************************************************************************/
+
define('USD',"$");
define('EURO', chr(128) );
Modified: vtigercrm/trunk/modules/PurchaseOrder/pdf_templates/lastpage/body.php
==============================================================================
--- vtigercrm/trunk/modules/PurchaseOrder/pdf_templates/lastpage/body.php (original)
+++ vtigercrm/trunk/modules/PurchaseOrder/pdf_templates/lastpage/body.php Wed May 31 07:46:53 2006
@@ -1,4 +1,14 @@
<?php
+/*********************************************************************************
+** The contents of this file are subject to the vtiger CRM Public License Version 1.0
+ * ("License"); You may not use this file except in compliance with the License
+ * The Original Code is: vtiger CRM Open Source
+ * The Initial Developer of the Original Code is vtiger.
+ * Portions created by vtiger are Copyright (C) vtiger.
+ * All Rights Reserved.
+ *
+ ********************************************************************************/
+
// Fun with watermarks :)
$waterMarkPositions=array("60","110");
Modified: vtigercrm/trunk/modules/PurchaseOrder/pdf_templates/lastpage/footer.php
==============================================================================
--- vtigercrm/trunk/modules/PurchaseOrder/pdf_templates/lastpage/footer.php (original)
+++ vtigercrm/trunk/modules/PurchaseOrder/pdf_templates/lastpage/footer.php Wed May 31 07:46:53 2006
@@ -1,4 +1,14 @@
<?php
+/*********************************************************************************
+** The contents of this file are subject to the vtiger CRM Public License Version 1.0
+ * ("License"); You may not use this file except in compliance with the License
+ * The Original Code is: vtiger CRM Open Source
+ * The Initial Developer of the Original Code is vtiger.
+ * Portions created by vtiger are Copyright (C) vtiger.
+ * All Rights Reserved.
+ *
+ ********************************************************************************/
+
// draw a broken line
More information about the vtigercrm-commits
mailing list