[Vtigercrm-commits] [vtiger-commits] r9693 - in /vtigercrm/branches/5.0.2/Smarty/templates: ActivityDetailView.tpl DetailView.tpl Inventory/InventoryDetailView.tpl TagCloudDisplay.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Wed Oct 25 17:04:07 EDT 2006
Author: richie
Date: Wed Oct 25 15:04:00 2006
New Revision: 9693
Log:
Add tag redefined
Modified:
vtigercrm/branches/5.0.2/Smarty/templates/ActivityDetailView.tpl
vtigercrm/branches/5.0.2/Smarty/templates/DetailView.tpl
vtigercrm/branches/5.0.2/Smarty/templates/Inventory/InventoryDetailView.tpl
vtigercrm/branches/5.0.2/Smarty/templates/TagCloudDisplay.tpl
Modified: vtigercrm/branches/5.0.2/Smarty/templates/ActivityDetailView.tpl
==============================================================================
--- vtigercrm/branches/5.0.2/Smarty/templates/ActivityDetailView.tpl (original)
+++ vtigercrm/branches/5.0.2/Smarty/templates/ActivityDetailView.tpl Wed Oct 25 15:04:00 2006
@@ -400,19 +400,14 @@
<td width=22% valign=top style="border-left:2px dashed #cccccc;padding:13px">
<!-- right side relevant info -->
- <!-- Add Tag link added just above the tag cloud image -->
- <table border=0 cellspacing=0 cellpadding=5 width=100% >
- <tr>
- <td align="left" class="genHeaderSmall" nowrap><div id="addtagdiv"><a href="javascript:;" onClick="show('tagdiv'),fnhide('addtagdiv'),document.getElementById('txtbox_tagfields').focus()"><b>{$APP.LBL_ADD_TAG}</b></a></div><div id="tagdiv" style="display:none;"><input class="textbox" type="text" id="txtbox_tagfields" name="textbox_First Name" value=""></input> <input name="button_tagfileds" type="button" class="crmbutton small save" value="{$APP.LBL_TAG_IT}" onclick="return tagvalidate()"/><input name="close" type="button" class="crmbutton small cancel" value="{$APP.LBL_CLOSE}" onClick="fnhide('tagdiv'),show('addtagdiv')"></div></td>
- </tr>
- </table>
- <br>
- <!-- Eng Add Tag Link -->
<!-- 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><div id="tagdiv" style="display:visible;"><input class="textbox" type="text" id="txtbox_tagfields" name="textbox_First Name" value="" style="width:100px;margin-left:5px;"></input> <input name="button_tagfileds" type="button" class="crmbutton small save" value="{$APP.LBL_TAG_IT}" onclick="return tagvalidate()"/></div></td>
+ </tr>
<tr>
<td class="tagCloudDisplay" valign=top> <span id="tagfields">{$ALL_TAG}</span></td>
</tr>
Modified: vtigercrm/branches/5.0.2/Smarty/templates/DetailView.tpl
==============================================================================
--- vtigercrm/branches/5.0.2/Smarty/templates/DetailView.tpl (original)
+++ vtigercrm/branches/5.0.2/Smarty/templates/DetailView.tpl Wed Oct 25 15:04:00 2006
@@ -394,9 +394,7 @@
<td class="tagCloudTopBg"><img src="{$IMAGE_PATH}tagCloudName.gif" border=0></td>
</tr>
<tr>
- <td><div id="tagdiv" style="display:visible;"><input class="textbox" type="text" id="txtbox_tagfie
-lds" name="textbox_First Name" value="" style="width:100px;margin-left:5px;"></input> <input name="button_tagfil
-eds" type="button" class="crmbutton small save" value="{$APP.LBL_TAG_IT}" onclick="return tagvalidate()"/></div></td>
+ <td><div id="tagdiv" style="display:visible;"><input class="textbox" type="text" id="txtbox_tagfields" name="textbox_First Name" value="" style="width:100px;margin-left:5px;"></input> <input name="button_tagfileds" type="button" class="crmbutton small save" value="{$APP.LBL_TAG_IT}" onclick="return tagvalidate()"/></div></td>
</tr>
<tr>
<td class="tagCloudDisplay" valign=top> <span id="tagfields">{$ALL_TAG}</span></td>
Modified: vtigercrm/branches/5.0.2/Smarty/templates/Inventory/InventoryDetailView.tpl
==============================================================================
--- vtigercrm/branches/5.0.2/Smarty/templates/Inventory/InventoryDetailView.tpl (original)
+++ vtigercrm/branches/5.0.2/Smarty/templates/Inventory/InventoryDetailView.tpl Wed Oct 25 15:04:00 2006
@@ -287,14 +287,6 @@
{include file="Inventory/InventoryActions.tpl"}
<br>
- <!-- Add Tag link added just above the tag cloud image -->
- <table border=0 cellspacing=0 cellpadding=5 width=100% >
- <tr>
- <td align="left" class="genHeaderSmall" nowrap><div id="addtagdiv"><a href="javascript:;" onClick="show('tagdiv'),fnhide('addtagdiv'),document.getElementById('txtbox_tagfields').focus()"><b>{$APP.LBL_ADD_TAG}</b></a></div><div id="tagdiv" style="display:none;"><input class="textbox" type="text" id="txtbox_tagfields" name="textbox_First Name" value=""></input> <input name="button_tagfileds" type="button" class="crmbutton small save" value="{$APP.LBL_TAG_IT}" onclick="return tagvalidate()"/><input name="close" type="button" class="crmbutton small cancel" value="{$APP.LBL_CLOSE}" onClick="fnhide('tagdiv'),show('addtagdiv')"></div></td>
- </tr>
- </table>
- <!-- Eng Add Tag Link -->
- <br>
<!-- To display the Tag Clouds -->
<div>
{include file="TagCloudDisplay.tpl"}
Modified: vtigercrm/branches/5.0.2/Smarty/templates/TagCloudDisplay.tpl
==============================================================================
--- vtigercrm/branches/5.0.2/Smarty/templates/TagCloudDisplay.tpl (original)
+++ vtigercrm/branches/5.0.2/Smarty/templates/TagCloudDisplay.tpl Wed Oct 25 15:04:00 2006
@@ -19,6 +19,9 @@
<td class="tagCloudTopBg"><img src="{$IMAGE_PATH}tagCloudName.gif" border=0></td>
</tr>
<tr>
+ <td><div id="tagdiv" style="display:visible;"><input class="textbox" type="text" id="txtbox_tagfields" name="textbox_First Name" value="" style="width:100px;margin-left:5px;"></input> <input name="button_tagfileds" type="button" class="crmbutton small save" value="{$APP.LBL_TAG_IT}" onclick="return tagvalidate()"/></div></td>
+ </tr>
+ <tr>
<td class="tagCloudDisplay" valign=top> <span id="tagfields">{$ALL_TAG}</span></td>
</tr>
</table>
More information about the vtigercrm-commits
mailing list