[Vtigercrm-commits] [vtiger-commits] r6841 - in /vtigercrm/trunk/Smarty/templates: DetailView.tpl TagCloudDisplay.tpl

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Wed May 31 07:45:20 EDT 2006


Author: saraj
Date: Wed May 31 05:45:13 2006
New Revision: 6841

Log:
new tag cloud has been integrated

Modified:
    vtigercrm/trunk/Smarty/templates/DetailView.tpl
    vtigercrm/trunk/Smarty/templates/TagCloudDisplay.tpl

Modified: vtigercrm/trunk/Smarty/templates/DetailView.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/DetailView.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/DetailView.tpl Wed May 31 05:45:13 2006
@@ -268,40 +268,17 @@
 		<td width=20% valign=top style="border-left:2px dashed #cccccc;padding:13px">
 						<!-- right side relevant info -->
 
-					<!-- Mail Merge-->
-					<table border=0 cellspacing=0 cellpadding=0 width=100% class="rightMailMerge">
-    					<tr>
-    					   <td class="rightMailMergeHeader"><b>Tag Cloud</b></td>
-    					</tr>
-    					<tr style="height:25px">
-    						<td class="rightMailMergeContent">
-        						<table border=0 cellspacing=0 cellpadding=0 width=100% >
-          						<tr><td>
-          						<table width="250" border="0" cellspacing="0" cellpadding="0">
-            						<tr>
-            						  <td colspan="3"><img src="{$IMAGE_PATH}cloud_top.gif" width=250 height=38 alt=""></td>
-            						</tr>
-            						<tr>
-              						<td width="16" height="10"><img src="{$IMAGE_PATH}cloud_top_left.gif" width="16" height="10"></td>
-              						<td width="221" height="10"><img src="{$IMAGE_PATH}tagcloud_03.gif" width="221" height="10"></td>
-              						<td width="13" height="10"><img src="{$IMAGE_PATH}cloud_top_right.gif" width="13" height="10"></td>
-            						</tr>
-            						<tr>
-            						  <td class="cloudLft"></td>
-            						  <td><span id="tagfields"></span></td>
-            						  <td class="cloudRht"></td>
-            						</tr>
-            						<tr>
-            						<td width="16" height="13"><img src="{$IMAGE_PATH}cloud_btm_left.gif" width="16" height="13"></td>
-            						<td width="221" height="13"><img src="{$IMAGE_PATH}cloud_btm_bdr.gif" width="221" height="13"></td>
-            						<td width="13" height="13"><img src="{$IMAGE_PATH}cloud_btm_right.gif" width="13" height="13"></td>
-            						</tr>
-          						</table>
-      						    </td></tr>
-    						    </table>
-    					</td>
-    				</tr>
-				</table>
+		<!-- Tag cloud display -->
+		<table border=0 cellspacing=0 cellpadding=0 width=100% class="tagCloud">
+		<tr>
+			<td class="tagCloudTopBg"><img src="{$IMAGE_PATH}tagCloudName.gif" border=0></td>
+		</tr>
+		<tr>
+			<td class="tagCloudDisplay" valign=top> <span id="tagfields">{$ALL_TAG}</span></td>
+		</tr>
+		</table>
+		<!-- End Tag cloud display -->
+			<!-- Mail Merge-->
 				<br>
 				{if $MERGEBUTTON eq 'permitted'}
   				<table border=0 cellspacing=0 cellpadding=0 width=100% class="rightMailMerge">

Modified: vtigercrm/trunk/Smarty/templates/TagCloudDisplay.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/TagCloudDisplay.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/TagCloudDisplay.tpl Wed May 31 05:45:13 2006
@@ -14,54 +14,13 @@
 
 
 <!-- Tag cloud display -->
-<table border=0 cellspacing=0 cellpadding=0 width=100% class="rightMailMerge">
-   <tr>
-	<td class="rightMailMergeHeader"><b>{$APP.LBL_TAG_CLOUD}</b></td>
-   </tr>
-   <tr style="height:25px">
-	<td class="rightMailMergeContent">
-		<table border=0 cellspacing=0 cellpadding=0 width=100% >
-		   <tr>
-			<td>
-          			<table width="250" border="0" cellspacing="0" cellpadding="0">
-				   <tr>
-					<td colspan="3">
-						<img src="{$IMAGE_PATH}cloud_top.gif" width=250 height=38 alt="">
-					</td>
-				   </tr>
-				   <tr>
-					<td width="16" height="10">
-						<img src="{$IMAGE_PATH}cloud_top_left.gif" width="16" height="10">
-					</td>
-					<td width="221" height="10">
-						<img src="{$IMAGE_PATH}tagcloud_03.gif" width="221" height="10">
-					</td>
-					<td width="13" height="10">
-						<img src="{$IMAGE_PATH}cloud_top_right.gif" width="13" height="10">
-					</td>
-				   </tr>
-				   <tr>
-					<td class="cloudLft"></td>
-					<td><span id="tagfields"></span></td>
-					<td class="cloudRht"></td>
-				   </tr>
-				   <tr>
-					<td width="16" height="13">
-						<img src="{$IMAGE_PATH}cloud_btm_left.gif" width="16" height="13">
-					</td>
-					<td width="221" height="13">
-						<img src="{$IMAGE_PATH}cloud_btm_bdr.gif" width="221" height="13">
-					</td>
-					<td width="13" height="13">
-						<img src="{$IMAGE_PATH}cloud_btm_right.gif" width="13" height="13">
-					</td>
-				   </tr>
-				</table>
-			</td>
-		   </tr>
-		</table>
-	</td>
-   </tr>
-</table>
+	<table border=0 cellspacing=0 cellpadding=0 width=100% class="tagCloud">
+	<tr>
+		<td class="tagCloudTopBg"><img src="{$IMAGE_PATH}tagCloudName.gif" border=0></td>
+	</tr>
+	<tr>
+		<td class="tagCloudDisplay" valign=top> <span id="tagfields">{$ALL_TAG}</span></td>
+	</tr>
+	</table>
+<!-- End Tag cloud display -->
 
-





More information about the vtigercrm-commits mailing list