pari: branch asterisknow r533 - in /branches/asterisknow: ./ config/

asterisk-gui-commits at lists.digium.com asterisk-gui-commits at lists.digium.com
Wed Mar 28 22:32:53 MST 2007


Author: pari
Date: Thu Mar 29 00:32:52 2007
New Revision: 533

URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=533
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/asterisknow/   (props changed)
    branches/asterisknow/config/backup.html
    branches/asterisknow/config/record.html

Propchange: branches/asterisknow/
------------------------------------------------------------------------------
--- svnmerge-integrated (original)
+++ svnmerge-integrated Thu Mar 29 00:32:52 2007
@@ -1,1 +1,1 @@
-/trunk:1-448,501-505,507,511-512,519
+/trunk:1-448,501-505,507,511-512,519,532

Modified: branches/asterisknow/config/backup.html
URL: http://svn.digium.com/view/asterisk-gui/branches/asterisknow/config/backup.html?view=diff&rev=533&r1=532&r2=533
==============================================================================
--- branches/asterisknow/config/backup.html (original)
+++ branches/asterisknow/config/backup.html Thu Mar 29 00:32:52 2007
@@ -100,7 +100,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/asterisknow/config/record.html
URL: http://svn.digium.com/view/asterisk-gui/branches/asterisknow/config/record.html?view=diff&rev=533&r1=532&r2=533
==============================================================================
--- branches/asterisknow/config/record.html (original)
+++ branches/asterisknow/config/record.html Thu Mar 29 00:32:52 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