Dominik Mueller
2014-01-23 ab7528750fd9fc5ada5f6ce1decd3a64b9fcd4c3
removed unnecessary lines and removed temporary comments
3 files modified
9 ■■■■ changed files
interface/web/sites/form/web_vhost_aliasdomain.tform.php 4 ●●● patch | view | raw | blame | history
interface/web/sites/form/web_vhost_subdomain.tform.php 4 ●●● patch | view | raw | blame | history
interface/web/themes/blue/templates/main.tpl.htm 1 ●●●● patch | view | raw | blame | history
interface/web/sites/form/web_vhost_aliasdomain.tform.php
@@ -143,9 +143,7 @@
            'formtype' => 'SELECT',
            'default' => '',
            'datasource' => array (  'type' => 'SQL',
                'querystring' => "SELECT domain_id,domain AS parent_domain FROM web_domain WHERE type = 'vhost' AND {AUTHSQL} ORDER BY domain",
                // Commented out until {AUTHSQL::web_domain} is working
                //'querystring' => "SELECT web_domain.domain_id, CONCAT(web_domain.domain, ' :: ', server.server_name) AS parent_domain FROM web_domain, server WHERE web_domain.type = 'vhost' AND web_domain.server_id = server.server_id AND {AUTHSQL::web_domain} ORDER BY web_domain.domain",
                'querystring' => "SELECT web_domain.domain_id, CONCAT(web_domain.domain, ' :: ', server.server_name) AS parent_domain FROM web_domain, server WHERE web_domain.type = 'vhost' AND web_domain.server_id = server.server_id AND {AUTHSQL::web_domain} ORDER BY web_domain.domain",
                'keyfield'=> 'domain_id',
                'valuefield'=> 'parent_domain'
            ),
interface/web/sites/form/web_vhost_subdomain.tform.php
@@ -143,9 +143,7 @@
            'formtype' => 'SELECT',
            'default' => '',
            'datasource' => array (  'type' => 'SQL',
                'querystring' => "SELECT domain_id,domain AS parent_domain FROM web_domain WHERE type = 'vhost' AND {AUTHSQL} ORDER BY domain",
                // Commented out until {AUTHSQL::web_domain} is working
                //'querystring' => "SELECT web_domain.domain_id, CONCAT(web_domain.domain, ' :: ', server.server_name) AS parent_domain FROM web_domain, server WHERE web_domain.type = 'vhost' AND web_domain.server_id = server.server_id AND {AUTHSQL::web_domain} ORDER BY web_domain.domain",
                'querystring' => "SELECT web_domain.domain_id, CONCAT(web_domain.domain, ' :: ', server.server_name) AS parent_domain FROM web_domain, server WHERE web_domain.type = 'vhost' AND web_domain.server_id = server.server_id AND {AUTHSQL::web_domain} ORDER BY web_domain.domain",
                'keyfield'=> 'domain_id',
                'valuefield'=> 'parent_domain'
            ),
interface/web/themes/blue/templates/main.tpl.htm
@@ -14,7 +14,6 @@
        <link rel="shortcut icon" href="/themes/default/images/favicon.ico" />
        <script type="text/javascript" src="js/jquery-1.6.3.min.js"></script>
        <script type="text/javascript" src="js/jquery-ui-1.8.16.custom.min.js"></script>
        <script type="text/javascript" src="js/chosen/chosen.jquery.min.js"></script>
        <script type="text/javascript" src="js/scrigo.js.php"></script>
        <script type="text/javascript" src="js/uni-form/uni-form.jquery.js"></script>
        <script type="text/javascript" src="js/jquery.ispconfigsearch.js"></script>