Changeset 1176
- Timestamp:
- 05/28/08 22:35:27
(3 months ago)
- Author:
- rats
- Message:
* Changed Debian INSTALL
* Changed Ubuntu INSTALL
* Updated Debian packages for Lenny
* Updated Ubuntu packages for Hardy Heron
* Fixed #1307: in reseller/change_personal.php {STREET1} and {STREET2} are not set correctly
* Fixed #1308: some umlauf fixes
* Fixed #1310: error in manage_domains.tpl
* Fixed #1311: error in client-functions.php
* Added: Hosting plan level selectable from admin configuration
* Updated reseller Main Menu
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r1175 |
r1176 |
|
| 2 | 2 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
|---|
| 3 | 3 | |
|---|
| | 4 | 2008-05-28 Benedikt Heintel |
|---|
| | 5 | - DOCS: |
|---|
| | 6 | * Changed Debian INSTALL |
|---|
| | 7 | * Changed Ubuntu INSTALL |
|---|
| | 8 | * Updated Debian packages for Lenny |
|---|
| | 9 | * Updated Ubuntu packages for Hardy Heron |
|---|
| | 10 | - GUI: |
|---|
| | 11 | * Fixed #1305: some german language updates and typo |
|---|
| | 12 | * Fixed #1307: in reseller/change_personal.php {STREET1} and {STREET2} are not set correctly |
|---|
| | 13 | * Fixed #1308: some umlauf fixes |
|---|
| | 14 | * Fixed #1310: error in manage_domains.tpl |
|---|
| | 15 | * Fixed #1311: error in client-functions.php |
|---|
| | 16 | * Added: Hosting plan level selectable from admin configuration |
|---|
| | 17 | * Updated reseller Main Menu |
|---|
| | 18 | |
|---|
| 4 | 19 | 2008-05-28 Jochen Manz |
|---|
| 5 | 20 | - GUI: |
|---|
| 6 | 21 | * Fixed #1303: some css fixes for pma and webmail themes, + fix IE exclusive comment handling in webmail - Part 8 (patch included) |
|---|
| 7 | 22 | * Fixed #1304: 'TR_USUALY_NAMED' => tr('(usually named ' . $name . ')') is not translateable |
|---|
| 8 | | * Fixed #1306: gui/client/email_accounts.php produces wrong html code (patch included) |
|---|
| | 23 | * Fixed #1306: gui/client/email_accounts.php produces wrong html code |
|---|
| 9 | 24 | |
|---|
| 10 | 25 | 2008-05-27 Malte Geierhos |
|---|
| 11 | | - SETUP |
|---|
| | 26 | - SETUP |
|---|
| 12 | 27 | * Fixed #1269: Update doesn't set the new theme as default |
|---|
| 13 | 28 | |
|---|
| … | … | |
| 27 | 42 | - GUI: |
|---|
| 28 | 43 | * Fixed #1288: Some HTML, CSS and JS fixes/polishes - Part 5 |
|---|
| 29 | | * Fixed #1290: some widespread html fixes - Part 6 (patch included) |
|---|
| | 44 | * Fixed #1290: some widespread html fixes - Part 6 |
|---|
| 30 | 45 | |
|---|
| 31 | 46 | 2008-05-24 Jochen Manz |
|---|
| r1156 |
r1176 |
|
| 210 | 210 | |
|---|
| 211 | 211 | Q.- How can I prevent websites using more than their bandwidth limit to stop working? |
|---|
| 212 | | A.- If you have installed the apache2-mod-cband (available for etch and lenny/sid) |
|---|
| | 212 | A.- If you have installed the apache2-mod-cband (available for etch) |
|---|
| 213 | 213 | all you need to do is: |
|---|
| 214 | 214 | # a2enmod cband |
|---|
| r1163 |
r1176 |
|
| 37 | 37 | libnet-netmask-perl |
|---|
| 38 | 38 | libnet-smtp-server-perl |
|---|
| 39 | | libperl5.8 |
|---|
| | 39 | libperl5.10 |
|---|
| 40 | 40 | libsasl2-2 |
|---|
| 41 | 41 | libsasl2-modules |
|---|
| r1095 |
r1176 |
|
| 36 | 36 | All 7.04 required packages are listed in ./docs/Ubuntu/ubuntu-packages-feisty |
|---|
| 37 | 37 | All 7.10 required packages are listed in ./docs/Ubuntu/ubuntu-packages-gutsy |
|---|
| | 38 | All 8.04 LTS required packages are listed in ./docs/Ubuntu/ubuntu-packages-hardy |
|---|
| 38 | 39 | |
|---|
| 39 | 40 | ================================================================================ |
|---|
| … | … | |
| 67 | 68 | |
|---|
| 68 | 69 | for Ubuntu 6.06 LTS please use: |
|---|
| 69 | | # apt-get install `cat ./docs/Ubuntu/ubuntu-packages-edgy` |
|---|
| | 70 | # apt-get install $(cat ./docs/Ubuntu/ubuntu-packages-edgy) |
|---|
| 70 | 71 | for Ubuntu 7.04 please use: |
|---|
| 71 | | # apt-get install `cat ./docs/Ubuntu/ubuntu-packages-feisty |
|---|
| | 72 | # apt-get install $(cat ./docs/Ubuntu/ubuntu-packages-feisty) |
|---|
| 72 | 73 | for Ubuntu 7.10 please use: |
|---|
| 73 | | # apt-get install `cat ./docs/Ubuntu/ubuntu-packages-gutsy` |
|---|
| | 74 | # apt-get install $(cat ./docs/Ubuntu/ubuntu-packages-gutsy) |
|---|
| | 75 | for Ubuntu 8.04 please use: |
|---|
| | 76 | # apt-get install $(cat ./docs/Ubuntu/ubuntu-packages-hardy) |
|---|
| 74 | 77 | |
|---|
| 75 | 78 | (when you get to the courier screen select 'no' to web directories) |
|---|
| … | … | |
| 132 | 135 | |
|---|
| 133 | 136 | for Ubuntu 6.06 LTS please use: |
|---|
| 134 | | # apt-get install `cat ./docs/Ubuntu/ubuntu-packages-edgy` |
|---|
| | 137 | # apt-get install $(cat ./docs/Ubuntu/ubuntu-packages-edgy) |
|---|
| 135 | 138 | for Ubuntu 7.04 please use: |
|---|
| 136 | | # apt-get install `cat ./docs/Ubuntu/ubuntu-packages-feisty |
|---|
| | 139 | # apt-get install $(cat ./docs/Ubuntu/ubuntu-packages-feisty) |
|---|
| 137 | 140 | for Ubuntu 7.10 please use: |
|---|
| 138 | | # apt-get install `cat ./docs/Ubuntu/ubuntu-packages-gutsy` |
|---|
| | 141 | # apt-get install $(cat ./docs/Ubuntu/ubuntu-packages-gutsy) |
|---|
| | 142 | for Ubuntu 8.04 please use: |
|---|
| | 143 | # apt-get install $(cat ./docs/Ubuntu/ubuntu-packages-hardy) |
|---|
| 139 | 144 | |
|---|
| 140 | 145 | (when you get to the courier screen select 'no' to web directories) |
|---|
| r1014 |
r1176 |
|
| 59 | 59 | 'LINK' => $menu_link, |
|---|
| 60 | 60 | 'CONTENT' => ($i % 2 == 0) ? 'content' : 'content2', |
|---|
| 61 | | 'TR_MESSAGE_DELETE' => tr('Are you sure you want to delete'), |
|---|
| | 61 | 'TR_MESSAGE_DELETE' => tr('Are you sure you want to delete', true) , |
|---|
| 62 | 62 | |
|---|
| 63 | 63 | ) |
|---|
| r1152 |
r1176 |
|
| 1 | 1 | <?php |
|---|
| 2 | 2 | /** |
|---|
| 3 | | * ispCP (OMEGA) - Virtual Hosting Control System | Omega Version |
|---|
| | 3 | * ispCP ω (OMEGA) a Virtual Hosting Control System |
|---|
| 4 | 4 | * |
|---|
| 5 | | * @copyright 2001-2006 by moleSoftware GmbH |
|---|
| 6 | | * @copyright 2006-2008 by ispCP | http://isp-control.net |
|---|
| 7 | | * @link http://isp-control.net |
|---|
| 8 | | * @author ispCP Team (2007) |
|---|
| | 5 | * @copyright 2001-2006 by moleSoftware GmbH |
|---|
| | 6 | * @copyright 2006-2008 by ispCP | http://isp-control.net |
|---|
| | 7 | * @version SVN: $ID$ |
|---|
| | 8 | * @link http://isp-control.net |
|---|
| | 9 | * @author ispCP Team |
|---|
| 9 | 10 | * |
|---|
| 10 | | * @license |
|---|
| 11 | | * This program is free software; you can redistribute it and/or modify it under |
|---|
| 12 | | * the terms of the MPL General Public License as published by the Free Software |
|---|
| 13 | | * Foundation; either version 1.1 of the License, or (at your option) any later |
|---|
| 14 | | * version. |
|---|
| 15 | | * You should have received a copy of the MPL Mozilla Public License along with |
|---|
| 16 | | * this program; if not, write to the Open Source Initiative (OSI) |
|---|
| 17 | | * http://opensource.org | osi@opensource.org |
|---|
| 18 | | **/ |
|---|
| | 11 | * @license |
|---|
| | 12 | * This program is free software; you can redistribute it and/or modify it under |
|---|
| | 13 | * the terms of the MPL General Public License as published by the Free Software |
|---|
| | 14 | * Foundation; either version 1.1 of the License, or (at your option) any later |
|---|
| | 15 | * version. |
|---|
| | 16 | * You should have received a copy of the MPL Mozilla Public License along with |
|---|
| | 17 | * this program; if not, write to the Open Source Initiative (OSI) |
|---|
| | 18 | * http://opensource.org | osi@opensource.org |
|---|
| | 19 | */ |
|---|
| 19 | 20 | |
|---|
| 20 | 21 | require '../include/ispcp-lib.php'; |
|---|
| … | … | |
| 38 | 39 | |
|---|
| 39 | 40 | // Check if there is no order for this plan |
|---|
| 40 | | $res = exec_query($sql, "SELECT COUNT(id) FROM orders WHERE plan_id=?", array($hpid)); |
|---|
| | 41 | $res = exec_query($sql, "SELECT COUNT(id) FROM `orders` WHERE `plan_id`=? AND `status`='new'", array($hpid)); |
|---|
| 41 | 42 | $data = $res->FetchRow(); |
|---|
| 42 | 43 | if ($data['0'] > 0) { |
|---|
| … | … | |
| 52 | 53 | $_SESSION['hp_deleted'] = '_yes_'; |
|---|
| 53 | 54 | |
|---|
| 54 | | Header("Location: hp.php"); |
|---|
| 55 | | |
|---|
| | 55 | header("Location: hp.php"); |
|---|
| 56 | 56 | die(); |
|---|
| 57 | 57 | |
|---|
| r1152 |
r1176 |
|
| 68 | 68 | 'TR_BACK' => tr('Back'), |
|---|
| 69 | 69 | 'TR_TITLE_BACK' => tr('Return to previous menu'), |
|---|
| 70 | | 'TR_MESSAGE_DELETE' => tr('Are you sure you want to delete') |
|---|
| | 70 | 'TR_MESSAGE_DELETE' => tr('Are you sure you want to delete', true) |
|---|
| 71 | 71 | )); |
|---|
| 72 | 72 | |
|---|
| r1173 |
r1176 |
|
| 53 | 53 | $user_initial_lang = $_POST['def_language']; |
|---|
| 54 | 54 | $support_system = $_POST['support_system']; |
|---|
| | 55 | $hosting_plan_level = $_POST['hosting_plan_level']; |
|---|
| 55 | 56 | $domain_rows_per_page = clean_input($_POST['domain_rows_per_page']); |
|---|
| 56 | 57 | // change Loglevel to constant: |
|---|
| … | … | |
| 91 | 92 | setConfig_Value('USER_INITIAL_LANG', $user_initial_lang); |
|---|
| 92 | 93 | setConfig_Value('ISPCP_SUPPORT_SYSTEM', $support_system); |
|---|
| | 94 | setConfig_Value('HOSTING_PLANS_LEVEL', $hosting_plan_level); |
|---|
| 93 | 95 | setConfig_Value('DOMAIN_ROWS_PER_PAGE', $domain_rows_per_page); |
|---|
| 94 | 96 | setConfig_Value('LOG_LEVEL', $log_level); |
|---|
| … | … | |
| 165 | 167 | $tpl->assign('HARD_MAIL_SUSPENSION_ON', ''); |
|---|
| 166 | 168 | $tpl->assign('HARD_MAIL_SUSPENSION_OFF', 'selected="selected"'); |
|---|
| | 169 | } |
|---|
| | 170 | |
|---|
| | 171 | if ($cfg['HOSTING_PLANS_LEVEL'] == "admin") { |
|---|
| | 172 | $tpl->assign('HOSTING_PLANS_LEVEL_ADMIN', 'selected="selected"'); |
|---|
| | 173 | $tpl->assign('HOSTING_PLANS_LEVEL_RESELLER', ''); |
|---|
| | 174 | } else { |
|---|
| | 175 | $tpl->assign('HOSTING_PLANS_LEVEL_ADMIN', ''); |
|---|
| | 176 | $tpl->assign('HOSTING_PLANS_LEVEL_RESELLER', 'selected="selected"'); |
|---|
| 167 | 177 | } |
|---|
| 168 | 178 | |
|---|
| … | … | |
| 227 | 237 | 'TR_APPLY_CHANGES' => tr('Apply changes'), |
|---|
| 228 | 238 | 'TR_SERVERPORTS' => tr('Server ports'), |
|---|
| | 239 | 'TR_HOSTING_PLANS_LEVEL' => tr('Hosting plans available for'), |
|---|
| | 240 | 'TR_ADMIN' => tr('Admin'), |
|---|
| | 241 | 'TR_RESELLER' => tr('Reseller'), |
|---|
| 229 | 242 | 'TR_DOMAIN_ROWS_PER_PAGE' => tr('Domains per page'), |
|---|
| 230 | 243 | 'TR_LOG_LEVEL' => tr('Log Level'), |
|---|
| … | … | |
| 232 | 245 | 'TR_E_USER_NOTICE' => tr('Notices, Warnings and Errors'), |
|---|
| 233 | 246 | 'TR_E_USER_WARNING' => tr('Warnings and Errors'), |
|---|
| 234 | | 'TR_E_USER_ERROR' => tr('Errors'), |
|---|
| | 247 | 'TR_E_USER_ERROR' => tr('Errors') |
|---|
| 235 | 248 | ) |
|---|
| 236 | 249 | ); |
|---|
| r1173 |
r1176 |
|
| 274 | 274 | 'TR_DELETE' => tr('Delete'), |
|---|
| 275 | 275 | 'TR_ADD' => tr('Add'), |
|---|
| 276 | | 'TR_MESSAGE_DELETE' => tr('Are you sure you want to delete') |
|---|
| | 276 | 'TR_MESSAGE_DELETE' => tr('Are you sure you want to delete', true) |
|---|
| 277 | 277 | ) |
|---|
| 278 | 278 | ); |
|---|
| r1157 |
r1176 |
|
| 329 | 329 | 'TR_CLOSED_TICKETS' => tr('Closed tickets'), |
|---|
| 330 | 330 | 'TR_DELETE' => tr('Delete'), |
|---|
| 331 | | 'TR_MESSAGE_DELETE' => tr('Are you sure you want to delete'), |
|---|
| | 331 | 'TR_MESSAGE_DELETE' => tr('Are you sure you want to delete', true) , |
|---|
| 332 | 332 | ) |
|---|
| 333 | 333 | ); |
|---|
| r1157 |
r1176 |
|
| 324 | 324 | 'TR_CLOSED_TICKETS' => tr('Closed tickets'), |
|---|
| 325 | 325 | 'TR_DELETE' => tr('Delete'), |
|---|
| 326 | | 'TR_MESSAGE_DELETE' => tr('Are you sure you want to delete'), |
|---|
| | 326 | 'TR_MESSAGE_DELETE' => tr('Are you sure you want to delete', true) , |
|---|
| 327 | 327 | ) |
|---|
| 328 | 328 | ); |
|---|
| r1148 |
r1176 |
|
| 1 | 1 | <?php |
|---|
| 2 | 2 | /** |
|---|
| 3 | | * ispCP (OMEGA) - Virtual Hosting Control System | Omega Version |
|---|
| | 3 | * ispCP ω (OMEGA) a Virtual Hosting Control System |
|---|
| 4 | 4 | * |
|---|
| 5 | | * @copyright 2001-2006 by moleSoftware GmbH |
|---|
| 6 | | * @copyright 2006-2008 by ispCP | http://isp-control.net |
|---|
| 7 | | * @link http://isp-control.net |
|---|
| 8 | | * @author ispCP Team (2007) |
|---|
| | 5 | * @copyright 2001-2006 by moleSoftware GmbH |
|---|
| | 6 | * @copyright 2006-2008 by ispCP | http://isp-control.net |
|---|
| | 7 | * @version SVN: $ID$ |
|---|
| | 8 | * @link http://isp-control.net |
|---|
| | 9 | * @author ispCP Team |
|---|
| 9 | 10 | * |
|---|
| 10 | | * @license |
|---|
| 11 | | * This program is free software; you can redistribute it and/or modify it under |
|---|
| 12 | | * the terms of the MPL General Public License as published by the Free Software |
|---|
| 13 | | * Foundation; either version 1.1 of the License, or (at your option) any later |
|---|
| 14 | | * version. |
|---|
| 15 | | * You should have received a copy of the MPL Mozilla Public License along with |
|---|
| 16 | | * this program; if not, write to the Open Source Initiative (OSI) |
|---|
| 17 | | * http://opensource.org | osi@opensource.org |
|---|
| 18 | | **/ |
|---|
| 19 | | |
|---|
| | 11 | * @license |
|---|
| | 12 | * This program is free software; you can redistribute it and/or modify it under |
|---|
| | 13 | * the terms of the MPL General Public License as published by the Free Software |
|---|
| | 14 | * Foundation; either version 1.1 of the License, or (at your option) any later |
|---|
| | 15 | * version. |
|---|
| | 16 | * You should have received a copy of the MPL Mozilla Public License along with |
|---|
| | 17 | * this program; if not, write to the Open Source Initiative (OSI) |
|---|
| | 18 | * http://opensource.org | osi@opensource.org |
|---|
| | 19 | */ |
|---|
| 20 | 20 | |
|---|
| 21 | 21 | require '../include/ispcp-lib.php'; |
|---|
| … | … | |
| 24 | 24 | |
|---|
| 25 | 25 | if (isset($_GET['id'])) { |
|---|
| 26 | | |
|---|
| 27 | 26 | $db_id = $_GET['id']; |
|---|
| 28 | | |
|---|
| 29 | 27 | } else { |
|---|
| 30 | | |
|---|
| 31 | 28 | user_goto('manage_sql.php'); |
|---|
| 32 | | |
|---|
| 33 | 29 | } |
|---|
| 34 | 30 | |
|---|
| r1173 |
r1176 |
|
| 770 | 770 | 'URL_EDIT_USR' => "edit_admin.php?edit_id=" . $rs->fields['domain_admin_id'], |
|---|
| 771 | 771 | 'TR_MESSAGE_CHANGE_STATUS' => tr('Are you sure you want to change the status of domain account?'), |
|---|
| 772 | | 'TR_MESSAGE_DELETE' => tr('Are you sure you want to delete this account?'), |
|---|
| | 772 | 'TR_MESSAGE_DELETE' => tr('Are you sure you want to delete this account?', true), |
|---|
| 773 | 773 | ) |
|---|
| 774 | 774 | ); |
|---|
| … | … | |
| 796 | 796 | 'TR_SEARCH' => tr('Search'), |
|---|
| 797 | 797 | 'TR_CREATED_ON' => tr('Creation date'), |
|---|
| 798 | | 'TR_MESSAGE_DELETE' => tr('Are you sure you want to delete'), |
|---|
| | 798 | 'TR_MESSAGE_DELETE' => tr('Are you sure you want to delete', true) , |
|---|
| 799 | 799 | 'TR_EDIT' => tr("Edit") |
|---|
| 800 | 800 | ) |
|---|
| r1173 |
r1176 |
|
| 830 | 830 | } |
|---|
| 831 | 831 | // drop desired database; |
|---|
| 832 | | $query = <<<SQL_QUERY |
|---|
| 833 | | DROP DATABASE ?; |
|---|
| 834 | | SQL_QUERY; |
|---|
| 835 | | |
|---|
| 836 | | $rs = exec_query($sql, $query, array($db_name)); |
|---|
| | 832 | $query = "DROP DATABASE IF EXISTS ".$db_name.";"; |
|---|
| | 833 | |
|---|
| | 834 | $rs = exec_query($sql, $query, array()); |
|---|
| 837 | 835 | |
|---|
| 838 | 836 | write_log($_SESSION['user_logged'] . ": delete SQL database: " . $db_name); |
|---|
| r1148 |
r1176 |
|
| 3 | 3 | * ispCP ω (OMEGA) a Virtual Hosting Control System |
|---|
| 4 | 4 | * |
|---|
| 5 | | * @copyright 2001-2006 by moleSoftware GmbH |
|---|
| 6 | | * @copyright 2006-2008 by ispCP | http://isp-control.net |
|---|
| 7 | | * @version SVN: $ID$ |
|---|
| 8 | | * @link http://isp-control.net |
|---|
| 9 | | * @author ispCP Team |
|---|
| 10 | | * @license This program is free software; you can redistribute it and/or modify it under |
|---|
| 11 | | * the terms of the MPL General Public License as published by the Free Software |
|---|
| 12 | | * Foundation; either version 1.1 of the License, or (at your option) any later |
|---|
| 13 | | * version. |
|---|
| 14 | | * You should have received a copy of the MPL Mozilla Public License along with |
|---|
| 15 | | * this program; if not, write to the Open Source Initiative (OSI) |
|---|
| 16 | | * http://opensource.org | osi@opensource.org |
|---|
| | 5 | * @copyright 2001-2006 by moleSoftware GmbH |
|---|
| | 6 | * @copyright 2006-2008 by ispCP | http://isp-control.net |
|---|
| | 7 | * @version SVN: $ID$ |
|---|
| | 8 | * @link http://isp-control.net |
|---|
| | 9 | * @author ispCP Team |
|---|
| | 10 | * |
|---|
| | 11 | * @license |
|---|
| | 12 | * This program is free software; you can redistribute it and/or modify it under |
|---|
| | 13 | * the terms of the MPL General Public License as published by the Free Software |
|---|
| | 14 | * Foundation; either version 1.1 of the License, or (at your option) any later |
|---|
| | 15 | * version. |
|---|
| | 16 | * You should have received a copy of the MPL Mozilla Public License along with |
|---|
| | 17 | * this program; if not, write to the Open Source Initiative (OSI) |
|---|
| | 18 | * http://opensource.org | osi@opensource.org |
|---|
| 17 | 19 | */ |
|---|
| 18 | 20 | |
|---|
| r1011 |
r1176 |
|
| 34 | 34 | |
|---|
| 35 | 35 | // Check if there is no order for this plan |
|---|
| 36 | | $res = exec_query($sql, "SELECT COUNT(id) FROM orders WHERE plan_id=?", array($hpid)); |
|---|
| | 36 | $res = exec_query($sql, "SELECT COUNT(id) FROM `orders` WHERE `plan_id`=? AND `status`='new'", array($hpid)); |
|---|
| 37 | 37 | $data = $res->FetchRow(); |
|---|
| 38 | 38 | if ($data['0'] > 0) { |
|---|
| r1014 |
r1176 |
|
| 72 | 72 | 'TR_ACTION' => tr('Action'), |
|---|
| 73 | 73 | 'TR_ADD_ALIAS' => tr('Add alias'), |
|---|
| 74 | | 'TR_MESSAGE_DELETE' => tr('Are you sure you want to delete'), |
|---|
| | 74 | 'TR_MESSAGE_DELETE' => tr('Are you sure you want to delete', true) , |
|---|
| 75 | 75 | ) |
|---|
| 76 | 76 | ); |
|---|
| r1152 |
r1176 |
|
| 63 | 63 | 'TR_BACK' => tr('Back'), |
|---|
| 64 | 64 | 'TR_TITLE_BACK' => tr('Return to previous menu'), |
|---|
| 65 | | 'TR_MESSAGE_DELETE' => tr('Are you sure you want to delete') |
|---|
| | 65 | 'TR_MESSAGE_DELETE' => tr('Are you sure you want to delete', true) |
|---|
| 66 | 66 | )); |
|---|
| 67 | 67 | |
|---|
| r1014 |
r1176 |
|
| 201 | 201 | 'TR_DETAILS' => tr('Details'), |
|---|
| 202 | 202 | 'TR_HP' => tr('Hosting plan'), |
|---|
| 203 | | 'TR_MESSAGE_DELETE_ACCOUNT' => tr('Are you sure you want to delete this order?'), |
|---|
| | 203 | 'TR_MESSAGE_DELETE_ACCOUNT' => tr('Are you sure you want to delete this order?', true), |
|---|
| 204 | 204 | 'TR_ADD' => tr('Add/Details'))); |
|---|
| 205 | 205 | |
|---|
| r1157 |
r1176 |
|
| 232 | 232 | 'TR_CLOSED_TICKETS' => tr('Closed tickets'), |
|---|
| 233 | 233 | 'TR_DELETE' => tr('Delete'), |
|---|
| 234 | | 'TR_MESSAGE_DELETE' => tr('Are you sure you want to delete'), |
|---|
| | 234 | 'TR_MESSAGE_DELETE' => tr('Are you sure you want to delete', true) , |
|---|
| 235 | 235 | ) |
|---|
| 236 | 236 | ); |
|---|
| r1157 |
r1176 |
|
| 274 | 274 | 'TR_CLOSED_TICKETS' => tr('Closed tickets'), |
|---|
| 275 | 275 | 'TR_DELETE' => tr('Delete'), |
|---|
| 276 | | 'TR_MESSAGE_DELETE' => tr('Are you sure you want to delete'), |
|---|
| | 276 | 'TR_MESSAGE_DELETE' => tr('Are you sure you want to delete', true) , |
|---|
| 277 | 277 | ) |
|---|
| 278 | 278 | ); |
|---|
| r1172 |
r1176 |
|
| 39 | 39 | </tr> |
|---|
| 40 | 40 | <tr> |
|---|
| 41 | | <td colspan="3"><table width="100%" border="0" cellspacing="0" cellpadding="0"> |
|---|
| | 41 | <td colspan="3"> |
|---|
| | 42 | <table width="100%" border="0" cellspacing="0" cellpadding="0"> |
|---|
| 42 | 43 | <tr> |
|---|
| 43 | | <td align="left" class="title"><table width="100%" cellpadding="5" cellspacing="5"> |
|---|
| | 44 | <td align="left"><table width="100%" cellpadding="5" cellspacing="5"> |
|---|
| 44 | 45 | <tr> |
|---|
| 45 | 46 | <td width="25"><img src="{THEME_COLOR_PATH}/images/content/table_icon_serverstatus.png" width="25" height="25"></td> |
|---|
| r1172 |
r1176 |
|
| 35 | 35 | <td colspan="3"><table width="100%" border="0" cellspacing="0" cellpadding="0"> |
|---|
| 36 | 36 | <tr> |
|---|
| 37 | | <td align="left" class="title"><table width="100%" cellpadding="5" cellspacing="5"> |
|---|
| | 37 | <td align="left"><table width="100%" cellpadding="5" cellspacing="5"> |
|---|
| 38 | 38 | <tr> |
|---|
| 39 | 39 | <td width="25"><img src="{THEME_COLOR_PATH}/images/content/table_icon_serverstatus.png" width="25" height="25"></td> |
|---|
| r1172 |
r1176 |
|
| 35 | 35 | <td colspan="3"><table width="100%" border="0" cellspacing="0" cellpadding="0"> |
|---|
| 36 | 36 | <tr> |
|---|
| 37 | | <td align="left" class="title"><table width="100%" cellpadding="5" cellspacing="5"> |
|---|
| | 37 | <td align="left"><table width="100%" cellpadding="5" cellspacing="5"> |
|---|
| 38 | 38 | <tr> |
|---|
| 39 | 39 | <td width="25"><img src="{THEME_COLOR_PATH}/images/content/table_icon_serverstatus.png" width="25" height="25"></td> |
|---|
| r1172 |
r1176 |
|
| 165 | 165 | <tr> |
|---|
| 166 | 166 | <td> </td> |
|---|
| | 167 | <td class="content2">{TR_HOSTING_PLANS_LEVEL}</td> |
|---|
| | 168 | <td class="content"><select name="hosting_plan_level" id="hosting_plan_level"> |
|---|
| | 169 | <option value="admin" {HOSTING_PLANS_LEVEL_ADMIN}>{TR_ADMIN}</option> |
|---|
| | 170 | <option value="reseller" {HOSTING_PLANS_LEVEL_RESELLER}>{TR_RESELLER}</option> |
|---|
| | 171 | </select></td> |
|---|
| | 172 | </tr> |
|---|
| | 173 | <tr> |
|---|
| | 174 | <td> </td> |
|---|
| 167 | 175 | <td class="content2">{TR_DOMAIN_ROWS_PER_PAGE}</td> |
|---|
| 168 | 176 | <td class="content"><input name="domain_rows_per_page" type="text" class="textinput" id="domain_rows_per_page" style="width:50px" value="{DOMAIN_ROWS_PER_PAGE}" maxlength="3" /></td> |
|---|
| r1172 |
r1176 |
|
| 167 | 167 | <td class="content3" colspan="2" nowrap="nowrap"><b>{TR_SUB_NAME}</b></td> |
|---|
| 168 | 168 | <td class="content3" nowrap="nowrap"><b>{TR_SUB_MOUNT}</b></td> |
|---|
| 169 | | <td class="content3" nowrap="nowrap" align="center"><b>{TR_SUB_S="nowrap"TATUS}</b></td> |
|---|
| | 169 | <td class="content3" nowrap="nowrap" align="center"><b>{TR_SUB_STATUS}</b></td> |
|---|
| 170 | 170 | <td class="content3" nowrap="nowrap" align="center"><b>{TR_SUB_ACTION}</b></td> |
|---|
| 171 | 171 | </tr> |
|---|
| r1172 |
r1176 |
|
| 76 | 76 | <td> </td> |
|---|
| 77 | 77 | <td class="content2">{TR_STREET_1}</td> |
|---|
| 78 | | <td class="content"><input type="text" name="street1" value="{STREET1}" style="width:210px" class="textinput"></td> |
|---|
| | 78 | <td class="content"><input type="text" name="street1" value="{STREET_1}" style="width:210px" class="textinput"></td> |
|---|
| 79 | 79 | </tr> |
|---|
| 80 | 80 | <tr> |
|---|
| 81 | 81 | <td> </td> |
|---|
| 82 | 82 | <td class="content2">{TR_STREET_2}</td> |
|---|
| 83 | | <td class="content"><input type="text" name="street2" value="{STREET2}" style="width:210px" class="textinput"></td> |
|---|
| | 83 | <td class="content"><input type="text" name="street2" value="{STREET_2}" style="width:210px" class="textinput"></td> |
|---|
| 84 | 84 | </tr> |
|---|
| 85 | 85 | <tr> |
|---|
| r1164 |
r1176 |
|
| 6 | 6 | </tr><tr> |
|---|
| 7 | 7 | <td class="menu"><div align="center"><a href="index.php" class="menu_active" onmouseover="MM_swapImage('general','','{THEME_COLOR_PATH}/images/icons/general_a.gif',1)" onmouseout="MM_swapImgRestore()">{TR_MENU_GENERAL_INFORMATION}</a></div></td> |
|---|
| | 8 | </tr> |
|---|
| | 9 | </table></td> |
|---|
| | 10 | <td width="30"> </td> |
|---|
| | 11 | <td><table width="100%" border="0" cellspacing="0" cellpadding="0"> |
|---|
| | 12 | <tr> |
|---|
| | 13 | <td class="menu"><div align="center"><a href="users.php" onmouseover="MM_swapImage('manage_users','','{THEME_COLOR_PATH}/images/icons/manage_users_a.gif',1)" onmouseout="MM_swapImgRestore()"><img src="{THEME_COLOR_PATH}/images/icons/manage_users.gif" name="manage_users" width="47" height="46" border="0" id="manage_users" /></a></div></td> |
|---|
| | 14 | </tr><tr> |
|---|
| | 15 | <td class="menu"><div align="center"><a href="users.php" class="menu_active" onmouseover="MM_swapImage('manage_users','','{THEME_COLOR_PATH}/images/icons/manage_users_a.gif',1)" onmouseout="MM_swapImgRestore()">{TR_MENU_MANAGE_USERS}</a></div></td> |
|---|
| 8 | 16 | </tr> |
|---|
| 9 | 17 | </table></td> |
|---|
| … | … | |
| 22 | 30 | </tr><tr> |
|---|
| 23 | 31 | <td class="menu"><div align="center"><a href="orders.php" class="menu_active" onmouseover="MM_swapImage('orders','','{THEME_COLOR_PATH}/images/icons/purchasing_a.gif',1)" onmouseout="MM_swapImgRestore()">{TR_MENU_ORDERS}</a></div></td> |
|---|
| 24 | | </tr> |
|---|
| 25 | | </table></td> |
|---|
| 26 | | <td width="30"> </td> |
|---|
| 27 | | <td><table width="100%" border="0" cellspacing="0" cellpadding="0"> |
|---|
| 28 | | <tr> |
|---|
| 29 | | <td class="menu"><div align="center"><a href="users.php" onmouseover="MM_swapImage('manage_users','','{THEME_COLOR_PATH}/images/icons/manage_users_a.gif',1)" onmouseout="MM_swapImgRestore()"><img src="{THEME_COLOR_PATH}/images/icons/manage_users.gif" name="manage_users" width="47" height="46" border="0" id="manage_users" /></a></div></td> |
|---|
| 30 | | </tr><tr> |
|---|
| 31 | | <td class="menu"><div align="center"><a href="users.php" class="menu_active" onmouseover="MM_swapImage('manage_users','','{THEME_COLOR_PATH}/images/icons/manage_users_a.gif',1)" onmouseout="MM_swapImgRestore()">{TR_MENU_MANAGE_USERS}</a></div></td> |
|---|
| 32 | 32 | </tr> |
|---|
| 33 | 33 | </table></td> |
|---|
| r1164 |
r1176 |
|
| 6 | 6 | </tr><tr> |
|---|
| 7 | 7 | <td class="menu"><div align="center"><a href="index.php" class="menu_active" onmouseover="MM_swapImage('general','','{THEME_COLOR_PATH}/images/icons/general_a.gif',1)" onmouseout="MM_swapImgRestore()">{TR_MENU_GENERAL_INFORMATION}</a></div></td> |
|---|
| | 8 | </tr> |
|---|
| | 9 | </table></td> |
|---|
| | 10 | <td width="30"> </td> |
|---|
| | 11 | <td><table width="100%" border="0" cellspacing="0" cellpadding="0"> |
|---|
| | 12 | <tr> |
|---|
| | 13 | <td class="menu"><div align="center"><a href="users.php" onmouseover="MM_swapImage('manage_users','','{THEME_COLOR_PATH}/images/icons/manage_users_a.gif',1)" onmouseout="MM_swapImgRestore()"><img src="{THEME_COLOR_PATH}/images/icons/manage_users.gif" name="manage_users" width="47" height="46" border="0" id="manage_users" /></a></div></td> |
|---|
| | 14 | </tr><tr> |
|---|
| | 15 | <td class="menu"><div align="center"><a href="users.php" class="menu_active" onmouseover="MM_swapImage('manage_users','','{THEME_COLOR_PATH}/images/icons/manage_users_a.gif',1)" onmouseout="MM_swapImgRestore()">{TR_MENU_MANAGE_USERS}</a></div></td> |
|---|
| 8 | 16 | </tr> |
|---|
| 9 | 17 | </table></td> |
|---|
| … | … | |
| 22 | 30 | </tr><tr> |
|---|
| 23 | 31 | <td class="menu"><div align="center"><a href="orders.php" class="menu_active" onmouseover="MM_swapImage('orders','','{THEME_COLOR_PATH}/images/icons/purchasing_a.gif',1)" onmouseout="MM_swapImgRestore()">{TR_MENU_ORDERS}</a></div></td> |
|---|
| 24 | | </tr> |
|---|
| 25 | | </table></td> |
|---|
| 26 | | <td width="30"> </td> |
|---|
| 27 | | <td><table width="100%" border="0" cellspacing="0" cellpadding="0"> |
|---|
| 28 | | <tr> |
|---|
| 29 | | <td class="menu"><div align="center"><a href="users.php" onmouseover="MM_swapImage('manage_users','','{THEME_COLOR_PATH}/images/icons/manage_users_a.gif',1)" onmouseout="MM_swapImgRestore()"><img src="{THEME_COLOR_PATH}/images/icons/manage_users.gif" name="manage_users" width="47" height="46" border="0" id="manage_users" /></a></div></td> |
|---|
| 30 | | </tr><tr> |
|---|
| 31 | | <td class="menu"><div align="center"><a href="users.php" class="menu_active" onmouseover="MM_swapImage('manage_users','','{THEME_COLOR_PATH}/images/icons/manage_users_a.gif',1)" onmouseout="MM_swapImgRestore()">{TR_MENU_MANAGE_USERS}</a></div></td> |
|---|
| 32 | 32 | </tr> |
|---|
| 33 | 33 | </table></td> |
|---|
| r1164 |
r1176 |
|
| 6 | 6 | </tr><tr> |
|---|
| 7 | 7 | <td class="menu"><div align="center"><a href="index.php" class="menu_active" onmouseover="MM_swapImage('general','','{THEME_COLOR_PATH}/images/icons/general_a.gif',1)" onmouseout="MM_swapImgRestore()">{TR_MENU_GENERAL_INFORMATION}</a></div></td> |
|---|
| | 8 | </tr> |
|---|
| | 9 | </table></td> |
|---|
| | 10 | <td width="30"> </td> |
|---|
| | 11 | <td><table width="100%" border="0" cellspacing="0" cellpadding="0"> |
|---|
| | 12 | <tr> |
|---|
| | 13 | <td class="menu"><div align="center"><a href="users.php" onmouseover="MM_swapImage('manage_users','','{THEME_COLOR_PATH}/images/icons/manage_users_a.gif',1)" onmouseout="MM_swapImgRestore()"><img src="{THEME_COLOR_PATH}/images/icons/manage_users_a.gif" name="manage_users" width="47" height="46" border="0" id="manage_users" /></a></div></td> |
|---|
| | 14 | </tr><tr> |
|---|
| | 15 | <td class="menu"><div align="center"><a href="users.php" class="menu_active" onmouseover="MM_swapImage('manage_users','','{THEME_COLOR_PATH}/images/icons/manage_users_a.gif',1)" onmouseout="MM_swapImgRestore()">{TR_MENU_MANAGE_USERS}</a></div></td> |
|---|
| 8 | 16 | </tr> |
|---|
| 9 | 17 | </table></td> |
|---|
| … | … | |
| 22 | 30 | </tr><tr> |
|---|
| 23 | 31 | <td class="menu"><div align="center"><a href="orders.php" class="menu_active" onmouseover="MM_swapImage('orders','','{THEME_COLOR_PATH}/images/icons/purchasing_a.gif',1)" onmouseout="MM_swapImgRestore()">{TR_MENU_ORDERS}</a></div></td> |
|---|
| 24 | | </tr> |
|---|
| 25 | | </table></td> |
|---|
| 26 | | <td width="30"> </td> |
|---|
| 27 | | <td><table width="100%" border="0" cellspacing="0" cellpadding="0"> |
|---|
| 28 | | <tr> |
|---|
| 29 | | <td class="menu"><div align="center"><a href="users.php" onmouseover="MM_swapImage('manage_users','','{THEME_COLOR_PATH}/images/icons/manage_users_a.gif',1)" onmouseout="MM_swapImgRestore()"><img src="{THEME_COLOR_PATH}/images/icons/manage_users_a.gif" name="manage_users" width="47" height="46" border="0" id="manage_users" /></a></div></td> |
|---|
| 30 | | </tr><tr> |
|---|
| 31 | | <td class="menu"><div align="center"><a href="users.php" class="menu_active" onmouseover="MM_swapImage('manage_users','','{THEME_COLOR_PATH}/images/icons/manage_users_a.gif',1)" onmouseout="MM_swapImgRestore()">{TR_MENU_MANAGE_USERS}</a></div></td> |
|---|
| 32 | 32 | </tr> |
|---|
| 33 | 33 | </table></td> |
|---|
| r1164 |
r1176 |
|
| 6 | 6 | </tr><tr> |
|---|
| 7 | 7 | <td class="menu"><div align="center"><a href="index.php" class="menu_active" onmouseover="MM_swapImage('general','','{THEME_COLOR_PATH}/images/icons/general_a.gif',1)" onmouseout="MM_swapImgRestore()">{TR_MENU_GENERAL_INFORMATION}</a></div></td> |
|---|
| | 8 | </tr> |
|---|
| | 9 | </table></td> |
|---|
| | 10 | <td width="30"> </td> |
|---|
| | 11 | <td><table width="100%" border="0" cellspacing="0" cellpadding="0"> |
|---|
| | 12 | <tr> |
|---|
| | 13 | <td class="menu"><div align="center"><a href="users.php" onmouseover="MM_swapImage('manage_users','','{THEME_COLOR_PATH}/images/icons/manage_users_a.gif',1)" onmouseout="MM_swapImgRestore()"><img src="{THEME_COLOR_PATH}/images/icons/manage_users.gif" name="manage_users" width="47" height="46" border="0" id="manage_users" /></a></div></td> |
|---|
| | 14 | </tr><tr> |
|---|
| | 15 | <td class="menu"><div align="center"><a href="users.php" class="menu_active" onmouseover="MM_swapImage('manage_users','','{THEME_COLOR_PATH}/images/icons/manage_users_a.gif',1)" onmouseout="MM_swapImgRestore()">{TR_MENU_MANAGE_USERS}</a></div></td> |
|---|
| 8 | 16 | </tr> |
|---|
| 9 | 17 | </table></td> |
|---|
| … | … | |
| 22 | 30 | </tr><tr> |
|---|
| 23 | 31 | <td class="menu"><div align="center"><a href="orders.php" class="menu_active" onmouseover="MM_swapImage('orders','','{THEME_COLOR_PATH}/images/icons/purchasing_a.gif',1)" onmouseout="MM_swapImgRestore()">{TR_MENU_ORDERS}</a></div></td> |
|---|
| 24 | | </tr> |
|---|
| 25 | | </table></td> |
|---|
| 26 | | <td width="30"> </td> |
|---|
| 27 | | <td><table width="100%" border="0" cellspacing="0" cellpadding="0"> |
|---|
| 28 | | <tr> |
|---|
| 29 | | <td class="menu"><div align="center"><a href="users.php" onmouseover="MM_swapImage('manage_users','','{THEME_COLOR_PATH}/images/icons/manage_users_a.gif',1)" onmouseout="MM_swapImgRestore()"><img src="{THEME_COLOR_PATH}/images/icons/manage_users.gif" name="manage_users" width="47" height="46" border="0" id="manage_users" /></a></div></td> |
|---|
| 30 | | </tr><tr> |
|---|
| 31 | | <td class="menu"><div align="center"><a href="users.php" class="menu_active" onmouseover="MM_swapImage('manage_users','','{THEME_COLOR_PATH}/images/icons/manage_users_a.gif',1)" onmouseout="MM_swapImgRestore()">{TR_MENU_MANAGE_USERS}</a></div></td> |
|---|
| 32 | 32 | </tr> |
|---|
| 33 | 33 | </table></td> |
|---|
| r1164 |
r1176 |
|
| 6 | 6 | </tr><tr> |
|---|
| 7 | 7 | <td class="menu"><div align="center"><a href="index.php" class="menu_active" onmouseover="MM_swapImage('general','','{THEME_COLOR_PATH}/images/icons/general_a.gif',1)" onmouseout="MM_swapImgRestore()">{TR_MENU_GENERAL_INFORMATION}</a></div></td> |
|---|
| | 8 | </tr> |
|---|
| | 9 | </table></td> |
|---|
| | 10 | <td width="30"> </td> |
|---|
| | 11 | <td><table width="100%" border="0" cellspacing="0" cellpadding="0"> |
|---|
| | 12 | <tr> |
|---|
| | 13 | <td class="menu"><div align="center"><a href="users.php" onmouseover="MM_swapImage('manage_users','','{THEME_COLOR_PATH}/images/icons/manage_users_a.gif',1)" onmouseout="MM_swapImgRestore()"><img src="{THEME_COLOR_PATH}/images/icons/manage_users.gif" name="manage_users" width="47" height="46" border="0" id="manage_users" /></a></div></td> |
|---|
| | 14 | </tr><tr> |
|---|
| | 15 | <td class="menu"><div align="center"><a href="users.php" class="menu_active" onmouseover="MM_swapImage('manage_users','','{THEME_COLOR_PATH}/images/icons/manage_users_a.gif',1)" onmouseout="MM_swapImgRestore()">{TR_MENU_MANAGE_USERS}</a></div></td> |
|---|
| 8 | 16 | </tr> |
|---|
| 9 | 17 | </table></td> |
|---|
| … | … | |
| 22 | 30 | </tr><tr> |
|---|
| 23 | 31 | <td class="menu"><div align="center"><a href="orders.php" class="menu_active" onmouseover="MM_swapImage('orders','','{THEME_COLOR_PATH}/images/icons/purchasing_a.gif',1)" onmouseout="MM_swapImgRestore()">{TR_MENU_ORDERS}</a></div></td> |
|---|
| 24 | | </tr> |
|---|
| 25 | | </table></td> |
|---|
| 26 | | <td width="30"> </td> |
|---|
| 27 | | <td><table width="100%" border="0" cellspacing="0" cellpadding="0"> |
|---|
| 28 | | <tr> |
|---|
| 29 | | <td class="menu"><div align="center"><a href="users.php" onmouseover="MM_swapImage('manage_users','','{THEME_COLOR_PATH}/images/icons/manage_users_a.gif',1)" onmouseout="MM_swapImgRestore()"><img src="{THEME_COLOR_PATH}/images/icons/manage_users.gif" name="manage_users" width="47" height="46" border="0" id="manage_users" /></a></div></td> |
|---|
| 30 | | </tr><tr> |
|---|
| 31 | | <td class="menu"><div align="center"><a href="users.php" class="menu_active" onmouseover="MM_swapImage('manage_users','','{THEME_COLOR_PATH}/images/icons/manage_users_a.gif',1)" onmouseout="MM_swapImgRestore()">{TR_MENU_MANAGE_USERS}</a></div></td> |
|---|
| 32 | 32 | </tr> |
|---|
| 33 | 33 | </table></td> |
|---|
|