pari: branch 2.0 r4025 - /branches/2.0/config/paging.html

SVN commits to the Asterisk-GUI project asterisk-gui-commits at lists.digium.com
Tue Oct 28 18:52:42 CDT 2008


Author: pari
Date: Tue Oct 28 18:52:41 2008
New Revision: 4025

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

 better description


Modified:
    branches/2.0/config/paging.html

Modified: branches/2.0/config/paging.html
URL: http://svn.digium.com/view/asterisk-gui/branches/2.0/config/paging.html?view=diff&rev=4025&r1=4024&r2=4025
==============================================================================
--- branches/2.0/config/paging.html (original)
+++ branches/2.0/config/paging.html Tue Oct 28 18:52:41 2008
@@ -292,7 +292,7 @@
 
 		addCell( newRow , { html:'' } );
 		addCell( newRow , { html: this_exten });
-		addCell( newRow , { html: tmp_args[2].contains('d') ? 'Intercom' : 'Pager' });
+		addCell( newRow , { html: tmp_args[2].contains('d') ? '2-Way Intercom' : '1-Way Paging' });
 		addCell( newRow , { html: tmp_members });
 		var tmp = "<span class='guiButton' onclick=\"edit_pageGroup_form('" + this_exten +"')\">Edit</span>" +
 				"<span class='guiButtonDelete' onclick=\"delete_pageGroup_confirm('" + this_exten +"')\">Delete</span>" ;




More information about the asterisk-gui-commits mailing list