From: horse69 Date: Fri, 14 Sep 2012 03:47:29 +0000 (+0000) Subject: git-svn-id: https://svn.code.sf.net/p/freetel/code@695 01035d8c-6547-0410-b346-abe4f9... X-Git-Url: http://git.whiteaudio.com/gitweb/?a=commitdiff_plain;h=c5a5428e9f5447e010d0f98ba1d4fc1aa2b5d526;p=freetel-svn-tracking.git git-svn-id: https://svn.code.sf.net/p/freetel/code@695 01035d8c-6547-0410-b346-abe4f91aad63 --- diff --git a/mini-asterisk-gui2/phones.js b/mini-asterisk-gui2/phones.js index 98162332..6c722ba1 100644 --- a/mini-asterisk-gui2/phones.js +++ b/mini-asterisk-gui2/phones.js @@ -27,6 +27,8 @@ function initialisePage() { var icon = 'Analog Phone OK'; var html = ''; var itemcount = 0; + + html += '
'; html += ''; @@ -37,7 +39,6 @@ function initialisePage() { html += ''; html += ''; - html += ''; // print out analog phones @@ -121,7 +122,7 @@ function initialisePage() { html += ""; - html += ''; + // print out phone lines @@ -165,7 +166,8 @@ function initialisePage() { html += ""; html += '
Phone System IP Address:
 
'; - + + html += ''; document.getElementById("phones_table").innerHTML += html; // fire off fping CGI diff --git a/mini-asterisk-gui2/todo notes b/mini-asterisk-gui2/todo notes index df3ac97a..8359722b 100644 --- a/mini-asterisk-gui2/todo notes +++ b/mini-asterisk-gui2/todo notes @@ -43,6 +43,10 @@ gui2 install script fixes Close my tags ! sample + + Try moving form back outside table (line 41 to above 31) + + Add some formatting (carriage returns) to the table element in phones.js 4. network page not working ------------------------------