From: horse69 Date: Fri, 18 May 2012 04:54:04 +0000 (+0000) Subject: git-svn-id: https://svn.code.sf.net/p/freetel/code@482 01035d8c-6547-0410-b346-abe4f9... X-Git-Url: http://git.whiteaudio.com/gitweb/?a=commitdiff_plain;h=ef4a9d563fef8129175dbebe5cbb6cc9a3e72006;p=freetel-svn-tracking.git git-svn-id: https://svn.code.sf.net/p/freetel/code@482 01035d8c-6547-0410-b346-abe4f91aad63 --- diff --git a/mini-asterisk-gui2/phones.js b/mini-asterisk-gui2/phones.js index 4f3cb52f..93ada138 100644 --- a/mini-asterisk-gui2/phones.js +++ b/mini-asterisk-gui2/phones.js @@ -73,6 +73,20 @@ function initialisePage() { html += ""; html += "" + j + "" + "" + "IP Phone" + ""; html += "" + ip_ext[j] + ""; + + // the reception checkbox code + html += "" + ''; + } + else { + html += '" unchecked/>'; + } + html += ""; + + html += "(Reception)"; + html += "" + '' + ""; html += ""; }