Changeset 12939

Show
Ignore:
Timestamp:
11/08/11 21:44:54 (2 years ago)
Author:
tm1000
Message:

epm wouldnt install brands, stupid error on my part

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.10/endpointman/installer.html.php

    r10315 r12939  
    77 * @package Endpoint Manager 
    88 */ 
    9 include('includes/installer.php'); 
     9include('includes/installer.inc'); 
  • modules/branches/2.10/endpointman/module.xml

    r12937 r12939  
    33  <repo>standard</repo> 
    44  <name>PBX End Point Manager</name> 
    5   <version>2.10.1.2</version> 
     5  <version>2.10.1.3</version> 
    66  <type>setup</type> 
    77  <category>Connectivity</category> 
  • modules/branches/2.10/endpointman/templates/freepbx/template_editor.html

    r12937 r12939  
    2727    } 
    2828        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'); 
    3030                if (window.focus) {newwindow.focus()} 
    3131                return false; 
    3232        } 
    3333        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'); 
    3535                if (window.focus) {newwindow.focus()} 
    3636                return false; 
    3737        } 
    3838        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'); 
    4040                if (window.focus) {newwindow.focus()} 
    4141                return false;