rbrindley: branch rbrindley/astman_revamp r4635 - /team/rbrindley/astman_reva...
SVN commits to the Asterisk-GUI project
asterisk-gui-commits at lists.digium.com
Thu Mar 12 15:24:46 CDT 2009
Author: rbrindley
Date: Thu Mar 12 15:24:43 2009
New Revision: 4635
URL: http://svn.digium.com/svn-view/asterisk-gui?view=rev&rev=4635
Log:
- removed alerts accidently committed :-/
- added feedback func at the end of pbx.time_intervals.remove
Modified:
team/rbrindley/astman_revamp/config/js/pbx2.js
Modified: team/rbrindley/astman_revamp/config/js/pbx2.js
URL: http://svn.digium.com/svn-view/asterisk-gui/team/rbrindley/astman_revamp/config/js/pbx2.js?view=diff&rev=4635&r1=4634&r2=4635
==============================================================================
--- team/rbrindley/astman_revamp/config/js/pbx2.js (original)
+++ team/rbrindley/astman_revamp/config/js/pbx2.js Thu Mar 12 15:24:43 2009
@@ -526,7 +526,7 @@
return false;
}
-
+ ASTGUI.feedback({ msg: 'Deleted time interval!', showfor: 3, color: 'green', bgcolor: '#ffffff'});
return true;
};
@@ -642,12 +642,10 @@
var second = week.split('-')[1];
if (!this.days.contains(first) || !this.days.contains(second)) {
- alert('zonoes!');
return false;
}
} else {
if (!this.days.contains(week)) {
- alert('zonoes 2.0!');
return false;
}
More information about the asterisk-gui-commits
mailing list