[Vtigercrm-commits] [vtiger-commits] r9655 - /vtigercrm/branches/5.0.2/Smarty/templates/DetailView.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Wed Oct 18 04:08:24 EDT 2006
Author: richie
Date: Wed Oct 18 02:08:21 2006
New Revision: 9655
Log:
Add tag moved inside to cloud tag box
Modified:
vtigercrm/branches/5.0.2/Smarty/templates/DetailView.tpl
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 18 02:08:21 2006
@@ -380,19 +380,16 @@
<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_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>
+ </tr>
<tr>
<td class="tagCloudDisplay" valign=top> <span id="tagfields">{$ALL_TAG}</span></td>
</tr>
More information about the vtigercrm-commits
mailing list