bkruse: trunk r1521 - in /trunk: ./ config/users.html
SVN commits to the Asterisk-GUI project
asterisk-gui-commits at lists.digium.com
Wed Sep 5 13:51:23 CDT 2007
Author: bkruse
Date: Wed Sep 5 13:51:23 2007
New Revision: 1521
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=1521
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:
trunk/ (props changed)
trunk/config/users.html
Propchange: trunk/
------------------------------------------------------------------------------
--- branch-1.4-merged (original)
+++ branch-1.4-merged Wed Sep 5 13:51:23 2007
@@ -1,1 +1,1 @@
-/branches/1.4:1-1291,1293,1298-1300,1326,1332,1336-1338,1342,1346,1349,1356,1359,1362,1381,1384,1395,1399,1402,1413,1416,1426,1432,1435,1439,1442,1455,1458,1465,1471,1475,1478,1481,1488,1491,1494,1497,1500,1504,1507,1510,1513,1516
+/branches/1.4:1-1291,1293,1298-1300,1326,1332,1336-1338,1342,1346,1349,1356,1359,1362,1381,1384,1395,1399,1402,1413,1416,1426,1432,1435,1439,1442,1455,1458,1465,1471,1475,1478,1481,1488,1491,1494,1497,1500,1504,1507,1510,1513,1516,1520
Modified: trunk/config/users.html
URL: http://svn.digium.com/view/asterisk-gui/trunk/config/users.html?view=diff&rev=1521&r1=1520&r2=1521
==============================================================================
--- trunk/config/users.html (original)
+++ trunk/config/users.html Wed Sep 5 13:51:23 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