Changeset 12939
- Timestamp:
- 11/08/11 21:44:54 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.10/endpointman/installer.html.php
r10315 r12939 7 7 * @package Endpoint Manager 8 8 */ 9 include('includes/installer. php');9 include('includes/installer.inc'); modules/branches/2.10/endpointman/module.xml
r12937 r12939 3 3 <repo>standard</repo> 4 4 <name>PBX End Point Manager</name> 5 <version>2.10.1. 2</version>5 <version>2.10.1.3</version> 6 6 <type>setup</type> 7 7 <category>Connectivity</category> modules/branches/2.10/endpointman/templates/freepbx/template_editor.html
r12937 r12939 27 27 } 28 28 function popitup(url, name) { 29 newwindow=window.open(url + '&custom=' + document.getElementById('custom').value + '&tid=' + document.getElementById('id').value + '&value=' + document.getElementById('altconfig_'+ name).value + '&rand=' + new Date().getTime(),'name','height=710,width=800 ');29 newwindow=window.open(url + '&custom=' + document.getElementById('custom').value + '&tid=' + document.getElementById('id').value + '&value=' + document.getElementById('altconfig_'+ name).value + '&rand=' + new Date().getTime(),'name','height=710,width=800,scrollbars=yes,location=no'); 30 30 if (window.focus) {newwindow.focus()} 31 31 return false; 32 32 } 33 33 function popitup2(url, name) { 34 newwindow=window.open(url + '&custom=' + document.getElementById('custom').value + '&tid=' + document.getElementById('id').value + '&value=0_' + name + '&rand=' + new Date().getTime(),'name','height=700,width=800 ');34 newwindow=window.open(url + '&custom=' + document.getElementById('custom').value + '&tid=' + document.getElementById('id').value + '&value=0_' + name + '&rand=' + new Date().getTime(),'name','height=700,width=800,scrollbars=yes,location=no'); 35 35 if (window.focus) {newwindow.focus()} 36 36 return false; 37 37 } 38 38 function popitup3(url) { 39 newwindow=window.open(url + '&custom=' + document.getElementById('custom').value + '&tid=' + document.getElementById('id').value + '&value=0_' + name + '&rand=' + new Date().getTime(),'name','height=700,width=800 ');39 newwindow=window.open(url + '&custom=' + document.getElementById('custom').value + '&tid=' + document.getElementById('id').value + '&value=0_' + name + '&rand=' + new Date().getTime(),'name','height=700,width=800,scrollbars=yes,location=no'); 40 40 if (window.focus) {newwindow.focus()} 41 41 return false;
