pari: trunk r298 - in /trunk/config: numberplan.html setup/5.html
asterisk-gui-commits at lists.digium.com
asterisk-gui-commits at lists.digium.com
Mon Jan 29 17:06:02 MST 2007
Author: pari
Date: Mon Jan 29 18:06:01 2007
New Revision: 298
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=298
Log:
Always show 'Invalid' whether trunk is not defined or is invalid
Modified:
trunk/config/numberplan.html
trunk/config/setup/5.html
Modified: trunk/config/numberplan.html
URL: http://svn.digium.com/view/asterisk-gui/trunk/config/numberplan.html?view=diff&rev=298&r1=297&r2=298
==============================================================================
--- trunk/config/numberplan.html (original)
+++ trunk/config/numberplan.html Mon Jan 29 18:06:01 2007
@@ -218,7 +218,7 @@
if(c == "invalid" || c== "undefined" ){
var newCell3 = newRow.insertCell(3);
- newCell3.innerHTML = "<B><font color=red>" + c + " trunk </font></B>" ;
+ newCell3.innerHTML = "<B><font color=red>invalid trunk</font></B>" ;
newCell3.width=85;
}else{
var newCell3 = newRow.insertCell(3);
Modified: trunk/config/setup/5.html
URL: http://svn.digium.com/view/asterisk-gui/trunk/config/setup/5.html?view=diff&rev=298&r1=297&r2=298
==============================================================================
--- trunk/config/setup/5.html (original)
+++ trunk/config/setup/5.html Mon Jan 29 18:06:01 2007
@@ -225,7 +225,7 @@
if(c == "invalid" || c== "undefined" ){
var newCell3 = newRow.insertCell(3);
- newCell3.innerHTML = "<B><font color=red>" + c + " trunk </font></B>" ;
+ newCell3.innerHTML = "<B><font color=red>invalid trunk</font></B>" ;
newCell3.width=85;
}else{
var newCell3 = newRow.insertCell(3);
More information about the asterisk-gui-commits
mailing list