bkruse: branch asterisknow r1522 - in /branches/asterisknow: ./ config/

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


Author: bkruse
Date: Wed Sep  5 13:52:08 2007
New Revision: 1522

URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=1522
Log:
Merged revisions 1520 via svnmerge from 
https://origsvn.digium.com/svn/asterisk-gui/branches/1.4

........
r1520 | bkruse | 2007-09-05 13:50:40 -0500 (Wed, 05 Sep 2007) | 4 lines

Now when you click "Edit Codecs" the codecs
are automatically loaded into the table.
(codecs are parsed from module show like codec_)

........

Modified:
    branches/asterisknow/   (props changed)
    branches/asterisknow/config/users.html

Propchange: branches/asterisknow/
------------------------------------------------------------------------------
--- svnmerge-integrated (original)
+++ svnmerge-integrated Wed Sep  5 13:52:08 2007
@@ -1,1 +1,1 @@
-/branches/1.4:1-1296,1316,1326,1332,1336-1338,1342,1346,1356,1362,1381,1384,1395,1399,1402,1413,1416,1426,1432,1435,1439,1442,1455,1465,1475,1478,1481,1488,1491,1494,1497,1500,1504,1507,1510,1513,1516
+/branches/1.4:1-1296,1316,1326,1332,1336-1338,1342,1346,1356,1362,1381,1384,1395,1399,1402,1413,1416,1426,1432,1435,1439,1442,1455,1465,1475,1478,1481,1488,1491,1494,1497,1500,1504,1507,1510,1513,1516,1520

Modified: branches/asterisknow/config/users.html
URL: http://svn.digium.com/view/asterisk-gui/branches/asterisknow/config/users.html?view=diff&rev=1522&r1=1521&r2=1522
==============================================================================
--- branches/asterisknow/config/users.html (original)
+++ branches/asterisknow/config/users.html Wed Sep  5 13:52:08 2007
@@ -533,7 +533,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