pari: branch asterisknow r2008 - /branches/asterisknow/config/misdn.html

SVN commits to the Asterisk-GUI project asterisk-gui-commits at lists.digium.com
Wed Dec 19 14:51:36 CST 2007


Author: pari
Date: Wed Dec 19 14:51:35 2007
New Revision: 2008

URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=2008
Log:
Show progress dialog long enough & also depricating edit functionality for now 

Modified:
    branches/asterisknow/config/misdn.html

Modified: branches/asterisknow/config/misdn.html
URL: http://svn.digium.com/view/asterisk-gui/branches/asterisknow/config/misdn.html?view=diff&rev=2008&r1=2007&r2=2008
==============================================================================
--- branches/asterisknow/config/misdn.html (original)
+++ branches/asterisknow/config/misdn.html Wed Dec 19 14:51:35 2007
@@ -87,7 +87,7 @@
 	showdiv_statusmessage(); // create status message dialog
 	_$('message_text').innerHTML = "Detecting BRI Cards ...";
 	_$('status_message').style.display='';
-	setTimeout("_$('status_message').style.display='none';", 1000);
+	setTimeout("_$('status_message').style.display='none';", 4000);
 
 	parent.loadscreen(this);
 	setTimeout(
@@ -338,8 +338,10 @@
 		newCell1.align = "center";
 
 		var newCell2 = newRow.insertCell(2);
-		newCell2.innerHTML = '<input type=button value="Edit" onclick="edit_trunk("' + trunk  + '")">' + "&nbsp;&nbsp;" +
-					"<input type=button value='Delete' onclick=\"delete_trunk('" + trunk  + "')\">" ;
+//		newCell2.innerHTML = "<input type=button value=Edit onclick=\"edit_trunk('" + trunk  + "')\">&nbsp;&nbsp;" +
+//					"<input type=button value='Delete' onclick=\"delete_trunk('" + trunk  + "')\">" ;
+		newCell2.innerHTML = "<input type=button value='Delete' onclick=\"delete_trunk('" + trunk  + "')\">" ;
+
 		newCell2.align = "center";
 	};
 




More information about the asterisk-gui-commits mailing list