bkruse: branch 1.4 r1520 - /branches/1.4/config/users.html

SVN commits to the Asterisk-GUI project asterisk-gui-commits at lists.digium.com
Wed Sep 5 13:50:41 CDT 2007


Author: bkruse
Date: Wed Sep  5 13:50:40 2007
New Revision: 1520

URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=1520
Log:
Now when you click "Edit Codecs" the codecs
are automatically loaded into the table.
(codecs are parsed from module show like codec_)

Modified:
    branches/1.4/config/users.html

Modified: branches/1.4/config/users.html
URL: http://svn.digium.com/view/asterisk-gui/branches/1.4/config/users.html?view=diff&rev=1520&r1=1519&r2=1520
==============================================================================
--- branches/1.4/config/users.html (original)
+++ branches/1.4/config/users.html Wed Sep  5 13:50:40 2007
@@ -517,7 +517,7 @@
 			</td>
 			</tr>
 			<tr>
-				<td onclick="CODECSETTINGS.show_codecs();" style="cursor: pointer"  class="field_text">
+				<td onclick="CODECSETTINGS.show_codecs(); CODECSETTINGS.disallow_all_refresh();" style="cursor: pointer"  class="field_text">
 					<div tip="en,users,24" style="margin-left: 15px;"><I>Edit Codecs</I>
 						<div style="margin-left: 15px;"><span id="codecs_text"></span></div>
 					</div>




More information about the asterisk-gui-commits mailing list