[Vtigercrm-commits] [vtiger-commits] r6176 - in /vtigercrm/trunk/Smarty/templates: ./ Settings/
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Fri May 19 02:08:51 EDT 2006
Author: don
Date: Fri May 19 00:08:39 2006
New Revision: 6176
Log:
Processing Request Changed to image
Modified:
vtigercrm/trunk/Smarty/templates/Emails.tpl
vtigercrm/trunk/Smarty/templates/Header.tpl
vtigercrm/trunk/Smarty/templates/ListView.tpl
vtigercrm/trunk/Smarty/templates/OrgSharingDetailView.tpl
vtigercrm/trunk/Smarty/templates/Reports.tpl
vtigercrm/trunk/Smarty/templates/Rss.tpl
vtigercrm/trunk/Smarty/templates/Settings/EmailNotification.tpl
vtigercrm/trunk/Smarty/templates/Settings/InventoryNotify.tpl
vtigercrm/trunk/Smarty/templates/Settings/ModuleOwners.tpl
vtigercrm/trunk/Smarty/templates/Settings/PickList.tpl
vtigercrm/trunk/Smarty/templates/UserListView.tpl
vtigercrm/trunk/Smarty/templates/UserProfile.tpl
Modified: vtigercrm/trunk/Smarty/templates/Emails.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/Emails.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/Emails.tpl Fri May 19 00:08:39 2006
@@ -210,7 +210,6 @@
</tr>
</table>
<!-- END -->
-<div id="status" style="display:none;position:absolute;background-color:#bbbbbb;left:887px;top:0px;height:17px;white-space:nowrap;"">Processing Request...</div>
<script>
function OpenCompose(id,mode)
{ldelim}
Modified: vtigercrm/trunk/Smarty/templates/Header.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/Header.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/Header.tpl Fri May 19 00:08:39 2006
@@ -341,4 +341,4 @@
</tr>
</table>
</div>
-
+<div id="status" style="display:none;position:absolute;left:970px;top:0px;height:17px;white-space:nowrap;"><img src="{$IMAGEPATH}status.gif"></div>
Modified: vtigercrm/trunk/Smarty/templates/ListView.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/ListView.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/ListView.tpl Fri May 19 00:08:39 2006
@@ -325,7 +325,6 @@
</td>
</tr>
</table>
-<div id="status" style="display:none;position:absolute;background-color:#bbbbbb;left:887px;top:0px;height:17px;white-space:nowrap;">Processing Request...</div>
<div id="changeowner" class="statechange">
Modified: vtigercrm/trunk/Smarty/templates/OrgSharingDetailView.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/OrgSharingDetailView.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/OrgSharingDetailView.tpl Fri May 19 00:08:39 2006
@@ -221,7 +221,6 @@
</tr>
</table>
<div id="tempdiv" style="display:block;position:absolute;left:225px;top:150px;"></div>
-<div id="status" style="display:none;position:absolute;background-color:#bbbbbb;vertical-align:center;left:887px;top:0px;height:17px;">Processing Request...</div>
<script>
function ajaxSaveResponse(response)
{ldelim}
Modified: vtigercrm/trunk/Smarty/templates/Reports.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/Reports.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/Reports.tpl Fri May 19 00:08:39 2006
@@ -107,7 +107,6 @@
</div>
{*<!-- Contents -->*}
-<div id="status" style="display:none;position:absolute;background-color:#bbbbbb;left:887px;top:0px;height:17px;white-space:nowrap;"">Processing Request...</div>
{literal}
<script>
function ajaxDelFolderResp(response)
Modified: vtigercrm/trunk/Smarty/templates/Rss.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/Rss.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/Rss.tpl Fri May 19 00:08:39 2006
@@ -150,7 +150,6 @@
<td> </td>
</tr>
</table>
-<div id="status" style="display:none;position:absolute;background-color:#bbbbbb;left:887px;top:0px;height:17px;white-space:nowrap;"">Processing Request...</div>
<div id="PopupLay">
<table width="100%" border="0" cellpadding="5" cellspacing="0">
<tr>
Modified: vtigercrm/trunk/Smarty/templates/Settings/EmailNotification.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/Settings/EmailNotification.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/Settings/EmailNotification.tpl Fri May 19 00:08:39 2006
@@ -42,7 +42,6 @@
</table>
{include file='SettingsSubMenu.tpl'}
<div id="editdiv" style="display:none;position:absolute;left:180px;top:30px;"></div>
- <div id="status" style="display:none;position:absolute;background-color:#bbbbbb;left:887px;top:0px;height:17px;white-space:nowrap;">Processing Request...</div>
{literal}
<script>
function fetchSaveNotify(id)
Modified: vtigercrm/trunk/Smarty/templates/Settings/InventoryNotify.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/Settings/InventoryNotify.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/Settings/InventoryNotify.tpl Fri May 19 00:08:39 2006
@@ -42,7 +42,6 @@
</table>
{include file='SettingsSubMenu.tpl'}
<div id="editdiv" style="display:none;position:absolute;left:180px;top:30px;"></div>
- <div id="status" style="display:none;position:absolute;background-color:#bbbbbb;left:887px;top:0px;height:17px;white-space:nowrap;"">Processing Request...</div>
{literal}
<script>
function fetchSaveNotify(id)
Modified: vtigercrm/trunk/Smarty/templates/Settings/ModuleOwners.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/Settings/ModuleOwners.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/Settings/ModuleOwners.tpl Fri May 19 00:08:39 2006
@@ -48,7 +48,6 @@
</tr>
</table>
{include file='SettingsSubMenu.tpl'}
- <div id="status" style="display:none;position:absolute;background-color:#bbbbbb;left:887px;top:0px;height:17px;white-space:nowrap;"">Processing Request...</div>
{literal}
<script>
function assignmodulefn(mode)
Modified: vtigercrm/trunk/Smarty/templates/Settings/PickList.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/Settings/PickList.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/Settings/PickList.tpl Fri May 19 00:08:39 2006
@@ -163,7 +163,6 @@
</table>
{include file='SettingsSubMenu.tpl'}
<div id="editdiv" style="display:none;position:absolute;left:200px;top:100px;"></div>
-<div id="status" style="display:none;position:absolute;background-color:#bbbbbb;left:887px;top:0px;height:17px;white-space:nowrap;">Processing Request...</div>
{literal}
<script>
function SavePickList(fieldname,module)
Modified: vtigercrm/trunk/Smarty/templates/UserListView.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/UserListView.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/UserListView.tpl Fri May 19 00:08:39 2006
@@ -61,7 +61,6 @@
</tr>
</table>
<div id="tempdiv" style="display:block;position:absolute;left:350px;top:200px;"></div>
-<div id="status" style="display:none;position:absolute;background-color:#bbbbbb;vertical-align:center;left:887px;top:0px;height:17px;">Processing Request...</div>
{literal}
<script>
function getListViewEntries_js(module,url)
Modified: vtigercrm/trunk/Smarty/templates/UserProfile.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/UserProfile.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/UserProfile.tpl Fri May 19 00:08:39 2006
@@ -75,7 +75,6 @@
</tr>
</table>
<div id="tempdiv" style="display:block;position:absolute;left:350px;top:200px;"></div>
-<div id="status" style="display:none;position:absolute;background-color:#bbbbbb;vertical-align:center;left:887px;top:0px;height:17px;">Processing Request...</div>
<script>
function ajaxSaveResponse(response)
{ldelim}
More information about the vtigercrm-commits
mailing list