[Vtigercrm-commits] [vtiger-commits] r10050 - /vtigercrm/branches/5.0.3/Smarty/templates/Settings/Announcements.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Sat Jan 13 03:36:03 EST 2007
Author: richie
Date: Sat Jan 13 01:35:59 2007
New Revision: 10050
Log:
Announcements not updated - fixed
Modified:
vtigercrm/branches/5.0.3/Smarty/templates/Settings/Announcements.tpl
Modified: vtigercrm/branches/5.0.3/Smarty/templates/Settings/Announcements.tpl
==============================================================================
--- vtigercrm/branches/5.0.3/Smarty/templates/Settings/Announcements.tpl (original)
+++ vtigercrm/branches/5.0.3/Smarty/templates/Settings/Announcements.tpl Sat Jan 13 01:35:59 2007
@@ -22,7 +22,7 @@
'index.php',
{queue: {position: 'end', scope: 'command'},
method: 'post',
- postBody: 'module=Users&action=UsersAjax&announcement='+announcement+'&announce_save=yes',
+ postBody: 'module=Settings&action=SettingsAjax&announcement='+announcement+'&announce_save=yes',
onComplete: function(response) {
$("announcement").innerHTML=response.responseText;
$("an_busy").style.display="none";
More information about the vtigercrm-commits
mailing list