From ef4a9d563fef8129175dbebe5cbb6cc9a3e72006 Mon Sep 17 00:00:00 2001 From: horse69 Date: Fri, 18 May 2012 04:54:04 +0000 Subject: [PATCH] git-svn-id: https://svn.code.sf.net/p/freetel/code@482 01035d8c-6547-0410-b346-abe4f91aad63 --- mini-asterisk-gui2/phones.js | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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 += ""; } -- 2.25.1