rbrindley: branch rbrindley/astman_revamp r4628 - /team/rbrindley/astman_reva...

SVN commits to the Asterisk-GUI project asterisk-gui-commits at lists.digium.com
Thu Mar 12 11:35:10 CDT 2009


Author: rbrindley
Date: Thu Mar 12 11:35:07 2009
New Revision: 4628

URL: http://svn.digium.com/svn-view/asterisk-gui?view=rev&rev=4628
Log:

- time interval success notice now says edited or created depending on add/edit call


Modified:
    team/rbrindley/astman_revamp/config/js/timeintervals.js

Modified: team/rbrindley/astman_revamp/config/js/timeintervals.js
URL: http://svn.digium.com/svn-view/asterisk-gui/team/rbrindley/astman_revamp/config/js/timeintervals.js?view=diff&rev=4628&r1=4627&r2=4628
==============================================================================
--- team/rbrindley/astman_revamp/config/js/timeintervals.js (original)
+++ team/rbrindley/astman_revamp/config/js/timeintervals.js Thu Mar 12 11:35:07 2009
@@ -113,7 +113,7 @@
 			return;
 		}
 
-		ASTGUI.feedback({ msg: "Created time interval '" + newname + "'!", showfor: 3, color:'green', bgcolor:'#FFFFFF'});
+		ASTGUI.feedback({ msg: "Time Interval '" + newname + "' " + ((isNewTI) ? "created" : "edited") + "!", showfor: 3, color:'green', bgcolor:'#FFFFFF'});
 		window.location.reload();
 
 	},




More information about the asterisk-gui-commits mailing list