[Vtigercrm-commits] [vtiger-commits] r7329 - in /vtigercrm/trunk: Smarty/templates/Rss.tpl themes/blue/style.css
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Wed Jun 21 02:53:21 EDT 2006
Author: saraj
Date: Wed Jun 21 00:53:16 2006
New Revision: 7329
Log:
floating popup integrated
Modified:
vtigercrm/trunk/Smarty/templates/Rss.tpl
vtigercrm/trunk/themes/blue/style.css
Modified: vtigercrm/trunk/Smarty/templates/Rss.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/Rss.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/Rss.tpl Wed Jun 21 00:53:16 2006
@@ -112,7 +112,7 @@
<tr>
<td style="padding:10px;vertical-align:middle;" width="28%">
- <img src='{$IMAGE_PATH}rssroot.gif' align='absmiddle'/><a href="javascript:;" onClick="fnvshobj(this,'PopupLay');" title='{$APP.LBL_ADD_RSS_FEEDS}'>{$MOD.LBL_ADD_RSS_FEED}</a>
+ <img src='{$IMAGE_PATH}rssroot.gif' align='absmiddle'/><a href="javascript:;" onClick="fnvshobj(this,'PopupLay');$('rssurl').focus();" title='{$APP.LBL_ADD_RSS_FEEDS}'>{$MOD.LBL_ADD_RSS_FEED}</a>
</td>
<td width="2%"> </td>
<td width="60%"><img src="{$IMAGE_PATH}rssimage.gif" width="176" height="44" align="right"/></td>
@@ -164,7 +164,7 @@
<td> </td>
</tr>
</table>
- <div id="PopupLay">
+ <div id="PopupLay" class="fixedLay">
<table width="100%" border="0" cellpadding="5" cellspacing="0">
<tr>
<td class="genHeaderSmall" align="left"><img src="{$IMAGE_PATH}rssroot.gif" width="24" height="22" align="absmiddle" /> {$MOD.LBL_ADD_RSS_FEED}</td>
Modified: vtigercrm/trunk/themes/blue/style.css
==============================================================================
--- vtigercrm/trunk/themes/blue/style.css (original)
+++ vtigercrm/trunk/themes/blue/style.css Wed Jun 21 00:53:16 2006
@@ -2369,7 +2369,6 @@
background-color:#FFFFFF;
padding:5px;
display:none;
- position:absolute;
left:100px;
top:100px;
}
More information about the vtigercrm-commits
mailing list