pari: branch 2.0 r4299 - in /branches/2.0/config: hardware.html	js/hardware.js
    SVN commits to the Asterisk-GUI project 
    asterisk-gui-commits at lists.digium.com
       
    Fri Dec  5 13:51:34 CST 2008
    
    
  
Author: pari
Date: Fri Dec  5 13:51:34 2008
New Revision: 4299
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=4299
Log:
minor layout improvements
Modified:
    branches/2.0/config/hardware.html
    branches/2.0/config/js/hardware.js
Modified: branches/2.0/config/hardware.html
URL: http://svn.digium.com/view/asterisk-gui/branches/2.0/config/hardware.html?view=diff&rev=4299&r1=4298&r2=4299
==============================================================================
--- branches/2.0/config/hardware.html (original)
+++ branches/2.0/config/hardware.html Fri Dec  5 13:51:34 2008
@@ -59,7 +59,7 @@
 		border: 1px solid #666666;
 		margin-top:10px;
 		margin-bottom:10px;
-		max-width: 745;
+		max-width: 80%;
 	}
 
 	.taglist tr.frow {
Modified: branches/2.0/config/js/hardware.js
URL: http://svn.digium.com/view/asterisk-gui/branches/2.0/config/js/hardware.js?view=diff&rev=4299&r1=4298&r2=4299
==============================================================================
--- branches/2.0/config/js/hardware.js (original)
+++ branches/2.0/config/js/hardware.js Fri Dec  5 13:51:34 2008
@@ -260,7 +260,7 @@
 			ASTGUI.domActions.tr_addCell( newRow, {html: 'SPAN' } );
 			ASTGUI.domActions.tr_addCell( newRow, {html: 'ALARMS' } );
 			ASTGUI.domActions.tr_addCell( newRow, {html: 'Framing/Coding' } );
-			ASTGUI.domActions.tr_addCell( newRow, {html: 'channels<BR>Used/Total', align : 'center' } );
+			ASTGUI.domActions.tr_addCell( newRow, {html: 'channels Used/Total', align : 'center' } );
 			ASTGUI.domActions.tr_addCell( newRow, {html: 'Signalling', align : 'center'} );
 			ASTGUI.domActions.tr_addCell( newRow, {html: '' } );
 		};
    
    
More information about the asterisk-gui-commits
mailing list