[Vtigercrm-commits] [vtiger-commits] r5251 - /vtigercrm/trunk/Smarty/templates/Settings/EditCompanyInfo.tpl

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Mon Apr 24 05:21:57 EDT 2006


Author: don
Date: Mon Apr 24 03:21:53 2006
New Revision: 5251

Log:
Company image made to show in the edit view of company details

Modified:
    vtigercrm/trunk/Smarty/templates/Settings/EditCompanyInfo.tpl

Modified: vtigercrm/trunk/Smarty/templates/Settings/EditCompanyInfo.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/Settings/EditCompanyInfo.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/Settings/EditCompanyInfo.tpl Mon Apr 24 03:21:53 2006
@@ -30,7 +30,11 @@
 	<td style="padding-left: 10px; padding-top: 10px; vertical-align: top;" bgcolor="#ececec">
 	<table border="0" cellpadding="10" cellspacing="0" width="100%">
 	<tbody><tr>
+	{if $ORGANIZATIONLOGONAME neq ''}
+	<td rowspan="11" style="background-image: url(test/logo/{$ORGANIZATIONLOGONAME}); background-position: center; background-repeat: no-repeat;" bgcolor="#ffffff" width="25%">&nbsp;</td>
+	{else}
 	<td rowspan="11" style="background-image: url(include/images/noimage.gif); background-position: center; background-repeat: no-repeat;" bgcolor="#ffffff" width="25%">&nbsp;</td>
+	{/if}
 	<td colspan="2" class="genHeaderBig" width="75%">{$ORGANIZATIONNAME}
 	{$ERRORFLAG}
 	<br><hr> </td>





More information about the vtigercrm-commits mailing list