pari: branch aadk r534 - in /branches/aadk: ./ config/
asterisk-gui-commits at lists.digium.com
asterisk-gui-commits at lists.digium.com
Wed Mar 28 22:33:27 MST 2007
Author: pari
Date: Thu Mar 29 00:33:27 2007
New Revision: 534
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=534
Log:
Merged revisions 532 via svnmerge from
https://origsvn.digium.com/svn/asterisk-gui/trunk
........
r532 | pari | 2007-03-29 00:32:08 -0500 (Thu, 29 Mar 2007) | 1 line
Fix for invalid S.No's
........
Modified:
branches/aadk/ (props changed)
branches/aadk/config/backup.html
branches/aadk/config/record.html
Propchange: branches/aadk/
------------------------------------------------------------------------------
--- svnmerge-integrated (original)
+++ svnmerge-integrated Thu Mar 29 00:33:27 2007
@@ -1,1 +1,1 @@
-/trunk:1-430,433-448,501,505,512,519
+/trunk:1-430,433-448,501,505,512,519,532
Modified: branches/aadk/config/backup.html
URL: http://svn.digium.com/view/asterisk-gui/branches/aadk/config/backup.html?view=diff&rev=534&r1=533&r2=534
==============================================================================
--- branches/aadk/config/backup.html (original)
+++ branches/aadk/config/backup.html Thu Mar 29 00:33:27 2007
@@ -105,7 +105,7 @@
newRow.onmouseout=function(){ this.style.backgroundColor='#FFFFFF'; };
var newCell0 = newRow.insertCell(0);
- newCell0 .innerHTML = i+1 ;
+ newCell0 .innerHTML =_$('bkpfilesTable').rows.length ;
newCell0 .width = 35;
newCell0.align = "center";
Modified: branches/aadk/config/record.html
URL: http://svn.digium.com/view/asterisk-gui/branches/aadk/config/record.html?view=diff&rev=534&r1=533&r2=534
==============================================================================
--- branches/aadk/config/record.html (original)
+++ branches/aadk/config/record.html Thu Mar 29 00:33:27 2007
@@ -81,7 +81,7 @@
newRow.onmouseout=function(){ this.style.backgroundColor='#FFFFFF'; };
var newCell0 = newRow.insertCell(0);
- newCell0.innerHTML = i+1 ;
+ newCell0.innerHTML =_$('recfilesTable').rows.length ;
newCell0.width = 35;
newCell0.align = "center";
More information about the asterisk-gui-commits
mailing list