[Vtigercrm-commits] [vtiger-commits] r6869 - in /vtigercrm/trunk/modules/Quotes: CreatePDF.php pdf_templates/footer.php pdf_templates/header.php pdf_templates/lastpage/body.php pdf_templates/lastpage/footer.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Wed May 31 09:49:45 EDT 2006
Author: saraj
Date: Wed May 31 07:49:39 2006
New Revision: 6869
Log:
* Added license
Modified:
vtigercrm/trunk/modules/Quotes/CreatePDF.php
vtigercrm/trunk/modules/Quotes/pdf_templates/footer.php
vtigercrm/trunk/modules/Quotes/pdf_templates/header.php
vtigercrm/trunk/modules/Quotes/pdf_templates/lastpage/body.php
vtigercrm/trunk/modules/Quotes/pdf_templates/lastpage/footer.php
Modified: vtigercrm/trunk/modules/Quotes/CreatePDF.php
==============================================================================
--- vtigercrm/trunk/modules/Quotes/CreatePDF.php (original)
+++ vtigercrm/trunk/modules/Quotes/CreatePDF.php Wed May 31 07:49:39 2006
@@ -1,4 +1,15 @@
<?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.
+ *
+ ********************************************************************************/
+
+
require_once('include/fpdf/pdf.php');
require_once('modules/Quotes/Quote.php');
require_once('include/database/PearDatabase.php');
Modified: vtigercrm/trunk/modules/Quotes/pdf_templates/footer.php
==============================================================================
--- vtigercrm/trunk/modules/Quotes/pdf_templates/footer.php (original)
+++ vtigercrm/trunk/modules/Quotes/pdf_templates/footer.php Wed May 31 07:49:39 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.
+ *
+ ********************************************************************************/
+
$top="215";
Modified: vtigercrm/trunk/modules/Quotes/pdf_templates/header.php
==============================================================================
--- vtigercrm/trunk/modules/Quotes/pdf_templates/header.php (original)
+++ vtigercrm/trunk/modules/Quotes/pdf_templates/header.php Wed May 31 07:49:39 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.
+ *
+ ********************************************************************************/
+
// ************** Begin company information *****************
$imageBlock=array("10","3","0","0");
Modified: vtigercrm/trunk/modules/Quotes/pdf_templates/lastpage/body.php
==============================================================================
--- vtigercrm/trunk/modules/Quotes/pdf_templates/lastpage/body.php (original)
+++ vtigercrm/trunk/modules/Quotes/pdf_templates/lastpage/body.php Wed May 31 07:49:39 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/Quotes/pdf_templates/lastpage/footer.php
==============================================================================
--- vtigercrm/trunk/modules/Quotes/pdf_templates/lastpage/footer.php (original)
+++ vtigercrm/trunk/modules/Quotes/pdf_templates/lastpage/footer.php Wed May 31 07:49:39 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