Implemented: FS#1325 - Option to create remoting user automatically during package installation from repository
Implemented: VAT-ID and customer No. fields for client and reseller.
105 files modified
1 files added
New file |
| | |
| | | ALTER TABLE `software_package` ADD `package_remote_functions` TEXT NULL AFTER `package_requires_db`; |
| | | ALTER TABLE `client` ADD `customer_no` VARCHAR( 64 ) NULL AFTER `contact_name` , ADD `vat_id` VARCHAR( 64 ) NULL AFTER `customer_no`; |
| | |
| | | `sys_perm_other` varchar(5) default NULL, |
| | | `company_name` varchar(64) default NULL, |
| | | `contact_name` varchar(64) default NULL, |
| | | `customer_no` varchar(64) default NULL, |
| | | `vat_id` varchar(64) default NULL, |
| | | `street` varchar(255) default NULL, |
| | | `zip` varchar(32) default NULL, |
| | | `city` varchar(64) default NULL, |
| | |
| | | `package_type` enum('ispconfig','app','web') NOT NULL default 'app', |
| | | `package_installable` enum('yes','no','key') NOT NULL default 'yes', |
| | | `package_requires_db` enum('no','mysql') NOT NULL default 'no', |
| | | `package_remote_functions` text, |
| | | `package_key` varchar(255) NOT NULL, |
| | | `package_config` text, |
| | | PRIMARY KEY (`package_id`), |
| | |
| | | <?php |
| | | $wb["repo_name_txt"] = 'Repository'; |
| | | $wb["repo_url_txt"] = 'URL'; |
| | | $wb["repo_username_txt"] = 'User (optional)'; |
| | | $wb["repo_password_txt"] = 'Password (optional)'; |
| | | $wb["active_txt"] = 'Active'; |
| | | ?> |
| | | $wb['repo_name_txt'] = 'Repository'; |
| | | $wb['repo_url_txt'] = 'URL'; |
| | | $wb['repo_username_txt'] = 'User (optional)'; |
| | | $wb['repo_password_txt'] = 'Password (optional)'; |
| | | $wb['active_txt'] = 'Active'; |
| | | ?> |
| | |
| | | <?php |
| | | $wb["head_txt"] = 'Install software package'; |
| | | $wb["install_key_txt"] = 'Enter install key'; |
| | | $wb["btn_save_txt"] = 'Start Installation'; |
| | | $wb["btn_cancel_txt"] = 'Cancel'; |
| | | ?> |
| | | $wb['head_txt'] = 'Install software package'; |
| | | $wb['install_key_txt'] = 'Enter install key'; |
| | | $wb['btn_save_txt'] = 'Start Installation'; |
| | | $wb['btn_cancel_txt'] = 'Cancel'; |
| | | ?> |
| | |
| | | $wb['action_txt'] = 'Action'; |
| | | $wb['toolsarea_head_txt'] = 'Packages'; |
| | | $wb['repoupdate_txt'] = 'Update package list'; |
| | | $wb['package_id_txt'] = 'local App-ID'; |
| | | ?> |
| | |
| | | <?php |
| | | $wb["repo_name_txt"] = 'Repository'; |
| | | $wb["repo_url_txt"] = 'URL'; |
| | | $wb["repo_username_txt"] = 'User (optional)'; |
| | | $wb["repo_password_txt"] = 'Password (optional)'; |
| | | $wb["active_txt"] = 'Active'; |
| | | ?> |
| | | $wb['repo_name_txt'] = 'Repository'; |
| | | $wb['repo_url_txt'] = 'URL'; |
| | | $wb['repo_username_txt'] = 'User (optional)'; |
| | | $wb['repo_password_txt'] = 'Password (optional)'; |
| | | $wb['active_txt'] = 'Active'; |
| | | ?> |
| | |
| | | <?php |
| | | $wb["head_txt"] = 'Install software package'; |
| | | $wb["install_key_txt"] = 'Enter install key'; |
| | | $wb["btn_save_txt"] = 'Start Installation'; |
| | | $wb["btn_cancel_txt"] = 'Cancel'; |
| | | ?> |
| | | $wb['head_txt'] = 'Install software package'; |
| | | $wb['install_key_txt'] = 'Enter install key'; |
| | | $wb['btn_save_txt'] = 'Start Installation'; |
| | | $wb['btn_cancel_txt'] = 'Cancel'; |
| | | ?> |
| | |
| | | $wb['action_txt'] = 'Action'; |
| | | $wb['toolsarea_head_txt'] = 'Packages'; |
| | | $wb['repoupdate_txt'] = 'Update package list'; |
| | | $wb['package_id_txt'] = 'local App-ID'; |
| | | ?> |
| | |
| | | <?php |
| | | $wb["repo_name_txt"] = 'Repository'; |
| | | $wb["repo_url_txt"] = 'URL'; |
| | | $wb["repo_username_txt"] = 'User (optional)'; |
| | | $wb["repo_password_txt"] = 'Password (optional)'; |
| | | $wb["active_txt"] = 'Active'; |
| | | ?> |
| | | $wb['repo_name_txt'] = 'Repository'; |
| | | $wb['repo_url_txt'] = 'URL'; |
| | | $wb['repo_username_txt'] = 'User (optional)'; |
| | | $wb['repo_password_txt'] = 'Password (optional)'; |
| | | $wb['active_txt'] = 'Active'; |
| | | ?> |
| | |
| | | <?php |
| | | $wb["head_txt"] = 'Install software package'; |
| | | $wb["install_key_txt"] = 'Enter install key'; |
| | | $wb["btn_save_txt"] = 'Start Installation'; |
| | | $wb["btn_cancel_txt"] = 'Cancel'; |
| | | ?> |
| | | $wb['head_txt'] = 'Install software package'; |
| | | $wb['install_key_txt'] = 'Enter install key'; |
| | | $wb['btn_save_txt'] = 'Start Installation'; |
| | | $wb['btn_cancel_txt'] = 'Cancel'; |
| | | ?> |
| | |
| | | $wb['action_txt'] = 'Acão'; |
| | | $wb['toolsarea_head_txt'] = 'Packages'; |
| | | $wb['repoupdate_txt'] = 'Update package list'; |
| | | $wb['package_id_txt'] = 'local App-ID'; |
| | | ?> |
| | |
| | | <?php |
| | | $wb["repo_name_txt"] = 'Repository'; |
| | | $wb["repo_url_txt"] = 'URL'; |
| | | $wb["repo_username_txt"] = 'User (optional)'; |
| | | $wb["repo_password_txt"] = 'Password (optional)'; |
| | | $wb["active_txt"] = 'Active'; |
| | | ?> |
| | | $wb['repo_name_txt'] = 'Repository'; |
| | | $wb['repo_url_txt'] = 'URL'; |
| | | $wb['repo_username_txt'] = 'User (optional)'; |
| | | $wb['repo_password_txt'] = 'Password (optional)'; |
| | | $wb['active_txt'] = 'Active'; |
| | | ?> |
| | |
| | | <?php |
| | | $wb["head_txt"] = 'Install software package'; |
| | | $wb["install_key_txt"] = 'Enter install key'; |
| | | $wb["btn_save_txt"] = 'Start Installation'; |
| | | $wb["btn_cancel_txt"] = 'Cancel'; |
| | | ?> |
| | | $wb['head_txt'] = 'Install software package'; |
| | | $wb['install_key_txt'] = 'Enter install key'; |
| | | $wb['btn_save_txt'] = 'Start Installation'; |
| | | $wb['btn_cancel_txt'] = 'Cancel'; |
| | | ?> |
| | |
| | | $wb['action_txt'] = 'Akce'; |
| | | $wb['toolsarea_head_txt'] = 'Packages'; |
| | | $wb['repoupdate_txt'] = 'Update package list'; |
| | | $wb['package_id_txt'] = 'local App-ID'; |
| | | ?> |
| | |
| | | <?php |
| | | $wb["repo_name_txt"] = 'Repository'; |
| | | $wb["repo_url_txt"] = 'URL'; |
| | | $wb["repo_username_txt"] = 'User (optional)'; |
| | | $wb["repo_password_txt"] = 'Password (optional)'; |
| | | $wb["active_txt"] = 'Active'; |
| | | ?> |
| | | $wb['repo_name_txt'] = 'Repository'; |
| | | $wb['repo_url_txt'] = 'URL'; |
| | | $wb['repo_username_txt'] = 'User (optional)'; |
| | | $wb['repo_password_txt'] = 'Password (optional)'; |
| | | $wb['active_txt'] = 'Active'; |
| | | ?> |
| | |
| | | <?php |
| | | $wb["head_txt"] = 'Install software package'; |
| | | $wb["install_key_txt"] = 'Enter install key'; |
| | | $wb["btn_save_txt"] = 'Start Installation'; |
| | | $wb["btn_cancel_txt"] = 'Cancel'; |
| | | ?> |
| | | $wb['head_txt'] = 'Install software package'; |
| | | $wb['install_key_txt'] = 'Enter install key'; |
| | | $wb['btn_save_txt'] = 'Start Installation'; |
| | | $wb['btn_cancel_txt'] = 'Cancel'; |
| | | ?> |
| | |
| | | $wb['action_txt'] = 'Aktion'; |
| | | $wb['toolsarea_head_txt'] = 'Packages'; |
| | | $wb['repoupdate_txt'] = 'Update package list'; |
| | | $wb['package_id_txt'] = 'local App-ID'; |
| | | ?> |
| | |
| | | $wb['Export'] = 'Export'; |
| | | $wb['Import'] = 'Import'; |
| | | $wb['Language Editor'] = 'Language Editor'; |
| | | $wb['Software'] = 'Software'; |
| | | $wb['Software'] = 'Apps & Addons'; |
| | | $wb['Repositories'] = 'Repositories'; |
| | | $wb['Server Services'] = 'Server Services'; |
| | | $wb['Interface Config'] = 'Interface Config'; |
| | |
| | | <?php |
| | | $wb['list_head_txt'] = 'Software packages'; |
| | | $wb['list_head_txt'] = 'Apps & Addon packages'; |
| | | $wb['installed_txt'] = 'Status'; |
| | | $wb['package_title_txt'] = 'Package'; |
| | | $wb['package_description_txt'] = 'Description'; |
| | | $wb['action_txt'] = 'Action'; |
| | | $wb['toolsarea_head_txt'] = 'Packages'; |
| | | $wb['repoupdate_txt'] = 'Update package list'; |
| | | $wb['package_id_txt'] = 'local App-ID'; |
| | | ?> |
| | |
| | | <?php |
| | | $wb["repo_name_txt"] = 'Repository'; |
| | | $wb["repo_url_txt"] = 'URL'; |
| | | $wb["repo_username_txt"] = 'User (optional)'; |
| | | $wb["repo_password_txt"] = 'Password (optional)'; |
| | | $wb["active_txt"] = 'Active'; |
| | | ?> |
| | | $wb['repo_name_txt'] = 'Repository'; |
| | | $wb['repo_url_txt'] = 'URL'; |
| | | $wb['repo_username_txt'] = 'User (optional)'; |
| | | $wb['repo_password_txt'] = 'Password (optional)'; |
| | | $wb['active_txt'] = 'Active'; |
| | | ?> |
| | |
| | | <?php |
| | | $wb["head_txt"] = 'Install software package'; |
| | | $wb["install_key_txt"] = 'Enter install key'; |
| | | $wb["btn_save_txt"] = 'Start Installation'; |
| | | $wb["btn_cancel_txt"] = 'Cancel'; |
| | | ?> |
| | | $wb['head_txt'] = 'Install software package'; |
| | | $wb['install_key_txt'] = 'Enter install key'; |
| | | $wb['btn_save_txt'] = 'Start Installation'; |
| | | $wb['btn_cancel_txt'] = 'Cancel'; |
| | | ?> |
| | |
| | | $wb['action_txt'] = 'Acción'; |
| | | $wb['toolsarea_head_txt'] = 'Packages'; |
| | | $wb['repoupdate_txt'] = 'Update package list'; |
| | | $wb['package_id_txt'] = 'local App-ID'; |
| | | ?> |
| | |
| | | <?php |
| | | $wb["repo_name_txt"] = 'Repository'; |
| | | $wb["repo_url_txt"] = 'URL'; |
| | | $wb["repo_username_txt"] = 'User (optional)'; |
| | | $wb["repo_password_txt"] = 'Password (optional)'; |
| | | $wb["active_txt"] = 'Active'; |
| | | ?> |
| | | $wb['repo_name_txt'] = 'Repository'; |
| | | $wb['repo_url_txt'] = 'URL'; |
| | | $wb['repo_username_txt'] = 'User (optional)'; |
| | | $wb['repo_password_txt'] = 'Password (optional)'; |
| | | $wb['active_txt'] = 'Active'; |
| | | ?> |
| | |
| | | <?php |
| | | $wb["head_txt"] = 'Install software package'; |
| | | $wb["install_key_txt"] = 'Enter install key'; |
| | | $wb["btn_save_txt"] = 'Start Installation'; |
| | | $wb["btn_cancel_txt"] = 'Cancel'; |
| | | ?> |
| | | $wb['head_txt'] = 'Install software package'; |
| | | $wb['install_key_txt'] = 'Enter install key'; |
| | | $wb['btn_save_txt'] = 'Start Installation'; |
| | | $wb['btn_cancel_txt'] = 'Cancel'; |
| | | ?> |
| | |
| | | $wb['action_txt'] = 'Toiminto'; |
| | | $wb['toolsarea_head_txt'] = 'Packages'; |
| | | $wb['repoupdate_txt'] = 'Update package list'; |
| | | $wb['package_id_txt'] = 'local App-ID'; |
| | | ?> |
| | |
| | | $wb['action_txt'] = 'Action'; |
| | | $wb['toolsarea_head_txt'] = 'Packages'; |
| | | $wb['repoupdate_txt'] = 'Update package list'; |
| | | $wb['package_id_txt'] = 'local App-ID'; |
| | | ?> |
| | |
| | | <?php |
| | | $wb["repo_name_txt"] = 'Repository'; |
| | | $wb["repo_url_txt"] = 'URL'; |
| | | $wb["repo_username_txt"] = 'User (optional)'; |
| | | $wb["repo_password_txt"] = 'Password (optional)'; |
| | | $wb["active_txt"] = 'Active'; |
| | | ?> |
| | | $wb['repo_name_txt'] = 'Repository'; |
| | | $wb['repo_url_txt'] = 'URL'; |
| | | $wb['repo_username_txt'] = 'User (optional)'; |
| | | $wb['repo_password_txt'] = 'Password (optional)'; |
| | | $wb['active_txt'] = 'Active'; |
| | | ?> |
| | |
| | | <?php |
| | | $wb["head_txt"] = 'Install software package'; |
| | | $wb["install_key_txt"] = 'Enter install key'; |
| | | $wb["btn_save_txt"] = 'Start Installation'; |
| | | $wb["btn_cancel_txt"] = 'Cancel'; |
| | | ?> |
| | | $wb['head_txt'] = 'Install software package'; |
| | | $wb['install_key_txt'] = 'Enter install key'; |
| | | $wb['btn_save_txt'] = 'Start Installation'; |
| | | $wb['btn_cancel_txt'] = 'Cancel'; |
| | | ?> |
| | |
| | | $wb['action_txt'] = 'Művelet'; |
| | | $wb['toolsarea_head_txt'] = 'Packages'; |
| | | $wb['repoupdate_txt'] = 'Update package list'; |
| | | $wb['package_id_txt'] = 'local App-ID'; |
| | | ?> |
| | |
| | | <?php |
| | | $wb["repo_name_txt"] = 'Repository'; |
| | | $wb["repo_url_txt"] = 'URL'; |
| | | $wb["repo_username_txt"] = 'User (optional)'; |
| | | $wb["repo_password_txt"] = 'Password (optional)'; |
| | | $wb["active_txt"] = 'Active'; |
| | | ?> |
| | | $wb['repo_name_txt'] = 'Repository'; |
| | | $wb['repo_url_txt'] = 'URL'; |
| | | $wb['repo_username_txt'] = 'User (optional)'; |
| | | $wb['repo_password_txt'] = 'Password (optional)'; |
| | | $wb['active_txt'] = 'Active'; |
| | | ?> |
| | |
| | | <?php |
| | | $wb["head_txt"] = 'Install software package'; |
| | | $wb["install_key_txt"] = 'Enter install key'; |
| | | $wb["btn_save_txt"] = 'Start Installation'; |
| | | $wb["btn_cancel_txt"] = 'Cancel'; |
| | | ?> |
| | | $wb['head_txt'] = 'Install software package'; |
| | | $wb['install_key_txt'] = 'Enter install key'; |
| | | $wb['btn_save_txt'] = 'Start Installation'; |
| | | $wb['btn_cancel_txt'] = 'Cancel'; |
| | | ?> |
| | |
| | | $wb['action_txt'] = 'Action'; |
| | | $wb['toolsarea_head_txt'] = 'Packages'; |
| | | $wb['repoupdate_txt'] = 'Update package list'; |
| | | $wb['package_id_txt'] = 'local App-ID'; |
| | | ?> |
| | |
| | | <?php |
| | | $wb["repo_name_txt"] = 'Repository'; |
| | | $wb["repo_url_txt"] = 'URL'; |
| | | $wb["repo_username_txt"] = 'User (optional)'; |
| | | $wb["repo_password_txt"] = 'Password (optional)'; |
| | | $wb["active_txt"] = 'Active'; |
| | | ?> |
| | | $wb['repo_name_txt'] = 'Repository'; |
| | | $wb['repo_url_txt'] = 'URL'; |
| | | $wb['repo_username_txt'] = 'User (optional)'; |
| | | $wb['repo_password_txt'] = 'Password (optional)'; |
| | | $wb['active_txt'] = 'Active'; |
| | | ?> |
| | |
| | | <?php |
| | | $wb["head_txt"] = 'Install software package'; |
| | | $wb["install_key_txt"] = 'Enter install key'; |
| | | $wb["btn_save_txt"] = 'Start Installation'; |
| | | $wb["btn_cancel_txt"] = 'Cancel'; |
| | | ?> |
| | | $wb['head_txt'] = 'Install software package'; |
| | | $wb['install_key_txt'] = 'Enter install key'; |
| | | $wb['btn_save_txt'] = 'Start Installation'; |
| | | $wb['btn_cancel_txt'] = 'Cancel'; |
| | | ?> |
| | |
| | | $wb['action_txt'] = '操作'; |
| | | $wb['toolsarea_head_txt'] = 'Packages'; |
| | | $wb['repoupdate_txt'] = 'Update package list'; |
| | | $wb['package_id_txt'] = 'local App-ID'; |
| | | ?> |
| | |
| | | <?php |
| | | $wb["repo_name_txt"] = 'Repository'; |
| | | $wb["repo_url_txt"] = 'URL'; |
| | | $wb["repo_username_txt"] = 'User (optional)'; |
| | | $wb["repo_password_txt"] = 'Password (optional)'; |
| | | $wb["active_txt"] = 'Active'; |
| | | ?> |
| | | $wb['repo_name_txt'] = 'Repository'; |
| | | $wb['repo_url_txt'] = 'URL'; |
| | | $wb['repo_username_txt'] = 'User (optional)'; |
| | | $wb['repo_password_txt'] = 'Password (optional)'; |
| | | $wb['active_txt'] = 'Active'; |
| | | ?> |
| | |
| | | <?php |
| | | $wb["head_txt"] = 'Install software package'; |
| | | $wb["install_key_txt"] = 'Enter install key'; |
| | | $wb["btn_save_txt"] = 'Start Installation'; |
| | | $wb["btn_cancel_txt"] = 'Cancel'; |
| | | ?> |
| | | $wb['head_txt'] = 'Install software package'; |
| | | $wb['install_key_txt'] = 'Enter install key'; |
| | | $wb['btn_save_txt'] = 'Start Installation'; |
| | | $wb['btn_cancel_txt'] = 'Cancel'; |
| | | ?> |
| | |
| | | $wb['action_txt'] = 'Actie'; |
| | | $wb['toolsarea_head_txt'] = 'Packages'; |
| | | $wb['repoupdate_txt'] = 'Update package list'; |
| | | $wb['package_id_txt'] = 'local App-ID'; |
| | | ?> |
| | |
| | | <?php |
| | | $wb["repo_name_txt"] = 'Repository'; |
| | | $wb["repo_url_txt"] = 'URL'; |
| | | $wb["repo_username_txt"] = 'User (optional)'; |
| | | $wb["repo_password_txt"] = 'Password (optional)'; |
| | | $wb["active_txt"] = 'Active'; |
| | | ?> |
| | | $wb['repo_name_txt'] = 'Repository'; |
| | | $wb['repo_url_txt'] = 'URL'; |
| | | $wb['repo_username_txt'] = 'User (optional)'; |
| | | $wb['repo_password_txt'] = 'Password (optional)'; |
| | | $wb['active_txt'] = 'Active'; |
| | | ?> |
| | |
| | | <?php |
| | | $wb["head_txt"] = 'Install software package'; |
| | | $wb["install_key_txt"] = 'Enter install key'; |
| | | $wb["btn_save_txt"] = 'Start Installation'; |
| | | $wb["btn_cancel_txt"] = 'Cancel'; |
| | | ?> |
| | | $wb['head_txt'] = 'Install software package'; |
| | | $wb['install_key_txt'] = 'Enter install key'; |
| | | $wb['btn_save_txt'] = 'Start Installation'; |
| | | $wb['btn_cancel_txt'] = 'Cancel'; |
| | | ?> |
| | |
| | | $wb['action_txt'] = 'Akcja'; |
| | | $wb['toolsarea_head_txt'] = 'Packages'; |
| | | $wb['repoupdate_txt'] = 'Update package list'; |
| | | $wb['package_id_txt'] = 'local App-ID'; |
| | | ?> |
| | |
| | | <?php |
| | | $wb["repo_name_txt"] = 'Repository'; |
| | | $wb["repo_url_txt"] = 'URL'; |
| | | $wb["repo_username_txt"] = 'User (optional)'; |
| | | $wb["repo_password_txt"] = 'Password (optional)'; |
| | | $wb["active_txt"] = 'Active'; |
| | | ?> |
| | | $wb['repo_name_txt'] = 'Repository'; |
| | | $wb['repo_url_txt'] = 'URL'; |
| | | $wb['repo_username_txt'] = 'User (optional)'; |
| | | $wb['repo_password_txt'] = 'Password (optional)'; |
| | | $wb['active_txt'] = 'Active'; |
| | | ?> |
| | |
| | | <?php |
| | | $wb["head_txt"] = 'Install software package'; |
| | | $wb["install_key_txt"] = 'Enter install key'; |
| | | $wb["btn_save_txt"] = 'Start Installation'; |
| | | $wb["btn_cancel_txt"] = 'Cancel'; |
| | | ?> |
| | | $wb['head_txt'] = 'Install software package'; |
| | | $wb['install_key_txt'] = 'Enter install key'; |
| | | $wb['btn_save_txt'] = 'Start Installation'; |
| | | $wb['btn_cancel_txt'] = 'Cancel'; |
| | | ?> |
| | |
| | | $wb['action_txt'] = 'Acção'; |
| | | $wb['toolsarea_head_txt'] = 'Packages'; |
| | | $wb['repoupdate_txt'] = 'Update package list'; |
| | | $wb['package_id_txt'] = 'local App-ID'; |
| | | ?> |
| | |
| | | <?php |
| | | $wb["repo_name_txt"] = 'Repository'; |
| | | $wb["repo_url_txt"] = 'URL'; |
| | | $wb["repo_username_txt"] = 'User (optional)'; |
| | | $wb["repo_password_txt"] = 'Password (optional)'; |
| | | $wb["active_txt"] = 'Active'; |
| | | ?> |
| | | $wb['repo_name_txt'] = 'Repository'; |
| | | $wb['repo_url_txt'] = 'URL'; |
| | | $wb['repo_username_txt'] = 'User (optional)'; |
| | | $wb['repo_password_txt'] = 'Password (optional)'; |
| | | $wb['active_txt'] = 'Active'; |
| | | ?> |
| | |
| | | <?php |
| | | $wb["head_txt"] = 'Install software package'; |
| | | $wb["install_key_txt"] = 'Enter install key'; |
| | | $wb["btn_save_txt"] = 'Start Installation'; |
| | | $wb["btn_cancel_txt"] = 'Cancel'; |
| | | ?> |
| | | $wb['head_txt'] = 'Install software package'; |
| | | $wb['install_key_txt'] = 'Enter install key'; |
| | | $wb['btn_save_txt'] = 'Start Installation'; |
| | | $wb['btn_cancel_txt'] = 'Cancel'; |
| | | ?> |
| | |
| | | $wb['action_txt'] = 'Actiune'; |
| | | $wb['toolsarea_head_txt'] = 'Packages'; |
| | | $wb['repoupdate_txt'] = 'Update package list'; |
| | | $wb['package_id_txt'] = 'local App-ID'; |
| | | ?> |
| | |
| | | <?php |
| | | $wb["repo_name_txt"] = 'Repository'; |
| | | $wb["repo_url_txt"] = 'URL'; |
| | | $wb["repo_username_txt"] = 'User (optional)'; |
| | | $wb["repo_password_txt"] = 'Password (optional)'; |
| | | $wb["active_txt"] = 'Active'; |
| | | ?> |
| | | $wb['repo_name_txt'] = 'Repository'; |
| | | $wb['repo_url_txt'] = 'URL'; |
| | | $wb['repo_username_txt'] = 'User (optional)'; |
| | | $wb['repo_password_txt'] = 'Password (optional)'; |
| | | $wb['active_txt'] = 'Active'; |
| | | ?> |
| | |
| | | <?php |
| | | $wb["head_txt"] = 'Install software package'; |
| | | $wb["install_key_txt"] = 'Enter install key'; |
| | | $wb["btn_save_txt"] = 'Start Installation'; |
| | | $wb["btn_cancel_txt"] = 'Cancel'; |
| | | ?> |
| | | $wb['head_txt'] = 'Install software package'; |
| | | $wb['install_key_txt'] = 'Enter install key'; |
| | | $wb['btn_save_txt'] = 'Start Installation'; |
| | | $wb['btn_cancel_txt'] = 'Cancel'; |
| | | ?> |
| | |
| | | $wb['action_txt'] = 'Действие'; |
| | | $wb['toolsarea_head_txt'] = 'Packages'; |
| | | $wb['repoupdate_txt'] = 'Update package list'; |
| | | $wb['package_id_txt'] = 'local App-ID'; |
| | | ?> |
| | |
| | | <?php |
| | | $wb["repo_name_txt"] = 'Repository'; |
| | | $wb["repo_url_txt"] = 'URL'; |
| | | $wb["repo_username_txt"] = 'User (optional)'; |
| | | $wb["repo_password_txt"] = 'Password (optional)'; |
| | | $wb["active_txt"] = 'Active'; |
| | | ?> |
| | | $wb['repo_name_txt'] = 'Repository'; |
| | | $wb['repo_url_txt'] = 'URL'; |
| | | $wb['repo_username_txt'] = 'User (optional)'; |
| | | $wb['repo_password_txt'] = 'Password (optional)'; |
| | | $wb['active_txt'] = 'Active'; |
| | | ?> |
| | |
| | | <?php |
| | | $wb["head_txt"] = 'Install software package'; |
| | | $wb["install_key_txt"] = 'Enter install key'; |
| | | $wb["btn_save_txt"] = 'Start Installation'; |
| | | $wb["btn_cancel_txt"] = 'Cancel'; |
| | | ?> |
| | | $wb['head_txt'] = 'Install software package'; |
| | | $wb['install_key_txt'] = 'Enter install key'; |
| | | $wb['btn_save_txt'] = 'Start Installation'; |
| | | $wb['btn_cancel_txt'] = 'Cancel'; |
| | | ?> |
| | |
| | | $wb['action_txt'] = 'Action'; |
| | | $wb['toolsarea_head_txt'] = 'Packages'; |
| | | $wb['repoupdate_txt'] = 'Update package list'; |
| | | $wb['package_id_txt'] = 'local App-ID'; |
| | | ?> |
| | |
| | | <?php |
| | | $wb["repo_name_txt"] = 'Repository'; |
| | | $wb["repo_url_txt"] = 'URL'; |
| | | $wb["repo_username_txt"] = 'User (optional)'; |
| | | $wb["repo_password_txt"] = 'Password (optional)'; |
| | | $wb["active_txt"] = 'Active'; |
| | | ?> |
| | | $wb['repo_name_txt'] = 'Repository'; |
| | | $wb['repo_url_txt'] = 'URL'; |
| | | $wb['repo_username_txt'] = 'User (optional)'; |
| | | $wb['repo_password_txt'] = 'Password (optional)'; |
| | | $wb['active_txt'] = 'Active'; |
| | | ?> |
| | |
| | | <?php |
| | | $wb["head_txt"] = 'Install software package'; |
| | | $wb["install_key_txt"] = 'Enter install key'; |
| | | $wb["btn_save_txt"] = 'Start Installation'; |
| | | $wb["btn_cancel_txt"] = 'Cancel'; |
| | | ?> |
| | | $wb['head_txt'] = 'Install software package'; |
| | | $wb['install_key_txt'] = 'Enter install key'; |
| | | $wb['btn_save_txt'] = 'Start Installation'; |
| | | $wb['btn_cancel_txt'] = 'Cancel'; |
| | | ?> |
| | |
| | | $wb['action_txt'] = 'Akcia'; |
| | | $wb['toolsarea_head_txt'] = 'Packages'; |
| | | $wb['repoupdate_txt'] = 'Update package list'; |
| | | $wb['package_id_txt'] = 'local App-ID'; |
| | | ?> |
| | |
| | | <?php |
| | | $wb["repo_name_txt"] = 'Repository'; |
| | | $wb["repo_url_txt"] = 'URL'; |
| | | $wb["repo_username_txt"] = 'User (optional)'; |
| | | $wb["repo_password_txt"] = 'Password (optional)'; |
| | | $wb["active_txt"] = 'Active'; |
| | | ?> |
| | | $wb['repo_name_txt'] = 'Repository'; |
| | | $wb['repo_url_txt'] = 'URL'; |
| | | $wb['repo_username_txt'] = 'User (optional)'; |
| | | $wb['repo_password_txt'] = 'Password (optional)'; |
| | | $wb['active_txt'] = 'Active'; |
| | | ?> |
| | |
| | | <?php |
| | | $wb["head_txt"] = 'Install software package'; |
| | | $wb["install_key_txt"] = 'Enter install key'; |
| | | $wb["btn_save_txt"] = 'Start Installation'; |
| | | $wb["btn_cancel_txt"] = 'Cancel'; |
| | | ?> |
| | | $wb['head_txt'] = 'Install software package'; |
| | | $wb['install_key_txt'] = 'Enter install key'; |
| | | $wb['btn_save_txt'] = 'Start Installation'; |
| | | $wb['btn_cancel_txt'] = 'Cancel'; |
| | | ?> |
| | |
| | | $wb['action_txt'] = 'Eylem'; |
| | | $wb['toolsarea_head_txt'] = 'Packages'; |
| | | $wb['repoupdate_txt'] = 'Update package list'; |
| | | $wb['package_id_txt'] = 'local App-ID'; |
| | | ?> |
| | |
| | | 'database_password' => md5(mt_rand()), |
| | | 'database_host' => 'localhost'); |
| | | $package_config_str = $app->ini_parser->get_ini_string($package_config_array); |
| | | $package['package_config'] = $package_config_str; |
| | | $app->db->datalogUpdate('software_package', "package_config = '".$app->db->quote($package_config_str)."'", 'package_id',$package['package_id']); |
| | | } |
| | | } |
| | | |
| | | //* If the packages requires a remote user |
| | | if($package['package_remote_functions'] != '') { |
| | | |
| | | if(trim($package['package_config']) != '') { |
| | | $package_config_array = $app->ini_parser->parse_ini_string(stripslashes($package['package_config'])); |
| | | } |
| | | |
| | | if(!isset($package_config_array['remote_api'])) { |
| | | $remote_user = 'ispapp'.$package['package_id']; |
| | | $remote_password = md5(mt_rand()); |
| | | $remote_functions = $app->db->quote($package['package_remote_functions']); |
| | | |
| | | $package_config_array['remote_api'] = array( |
| | | 'remote_hostname' => $_SERVER['HTTP_HOST'], |
| | | 'remote_user' => $remote_user, |
| | | 'remote_password' => $remote_password |
| | | ); |
| | | |
| | | $package_config_str = $app->ini_parser->get_ini_string($package_config_array); |
| | | $package['package_config'] = $package_config_str; |
| | | $app->db->datalogUpdate('software_package', "package_config = '".$app->db->quote($package_config_str)."'", 'package_id',$package['package_id']); |
| | | |
| | | $sql = "INSERT INTO `remote_user` (`sys_userid`, `sys_groupid`, `sys_perm_user`, `sys_perm_group`, `sys_perm_other`, `remote_username`, `remote_password`, `remote_functions`) VALUES |
| | | (1, 1, 'riud', 'riud', '', '$remote_user', '$remote_password', '$remote_functions');"; |
| | | |
| | | $app->db->query($sql); |
| | | |
| | | } |
| | | |
| | | } |
| | | |
| | | //* Add the record to start the install process |
| | | $insert_data = "(package_name, server_id, software_update_id, status) VALUES ('$package_name', '$install_server_id', '$software_update_id','installing')"; |
| | | $app->db->datalogInsert('software_update_inst', $insert_data, 'software_update_inst_id'); |
| | |
| | | $package_type = $app->db->quote($p['type']); |
| | | $package_installable = $app->db->quote($p['installable']); |
| | | $package_requires_db = $app->db->quote($p['requires_db']); |
| | | $package_remote_functions = $app->db->quote($p['remote_functions']); |
| | | |
| | | if(empty($tmp['package_id'])) { |
| | | //$sql = "INSERT INTO software_package (software_repo_id, package_name, package_title, package_description,package_type,package_installable,package_requires_db) VALUES ($software_repo_id, '$package_name', '$package_title', '$package_description','$package_type','$package_installable','$package_requires_db')"; |
| | | //$app->db->query($sql); |
| | | $insert_data = "(software_repo_id, package_name, package_title, package_description,package_type,package_installable,package_requires_db) VALUES ($software_repo_id, '$package_name', '$package_title', '$package_description','$package_type','$package_installable','$package_requires_db')"; |
| | | $insert_data = "(software_repo_id, package_name, package_title, package_description,package_type,package_installable,package_requires_db,package_remote_functions) VALUES ($software_repo_id, '$package_name', '$package_title', '$package_description','$package_type','$package_installable','$package_requires_db','$package_remote_functions')"; |
| | | $app->db->datalogInsert('software_package', $insert_data, 'package_id'); |
| | | $packages_added++; |
| | | } else { |
| | | //$sql = "UPDATE software_package SET software_repo_id = $software_repo_id, package_title = '$package_title', package_description = '$package_description', package_type = '$package_type', package_installable = '$package_installable', package_requires_db = '$package_requires_db' WHERE package_name = '$package_name'"; |
| | | //$app->db->query($sql); |
| | | $update_data = "software_repo_id = $software_repo_id, package_title = '$package_title', package_description = '$package_description', package_type = '$package_type', package_installable = '$package_installable', package_requires_db = '$package_requires_db'"; |
| | | $update_data = "software_repo_id = $software_repo_id, package_title = '$package_title', package_description = '$package_description', package_type = '$package_type', package_installable = '$package_installable', package_requires_db = '$package_requires_db', package_remote_functions = '$package_remote_functions'"; |
| | | //echo $update_data; |
| | | $app->db->datalogUpdate('software_package', $update_data, 'package_id',$tmp['package_id']); |
| | | } |
| | |
| | | <th class="tbl_col_installed" scope="col"><tmpl_var name="installed_txt"></th>
|
| | | <th class="tbl_col_package_title" scope="col"><tmpl_var name="package_title_txt"></th>
|
| | | <th class="tbl_col_package_description" scope="col"><tmpl_var name="package_description_txt"></th>
|
| | | <th class="tbl_col_package_description" scope="col"><tmpl_var name="package_id_txt"></th>
|
| | | </tr>
|
| | | </thead>
|
| | | <tbody>
|
| | |
| | | <td class="tbl_col_installed">{tmpl_var name="installed"}</td>
|
| | | <td class="tbl_col_package_title">{tmpl_var name="package_title"}</td>
|
| | | <td class="tbl_col_package_description">{tmpl_var name="package_description"}</td>
|
| | | <td class="tbl_col_package_description">ispapp{tmpl_var name="package_id"}</td>
|
| | | </tr>
|
| | | </tmpl_loop>
|
| | | </tbody>
|
| | | <tfoot>
|
| | | <tr>
|
| | | <td class="tbl_footer tbl_paging" colspan="3"></td>
|
| | | <td class="tbl_footer tbl_paging" colspan="4"></td>
|
| | | </tr>
|
| | | </tfoot>
|
| | | </table>
|
| | |
| | | 'rows' => '', |
| | | 'cols' => '' |
| | | ), |
| | | 'customer_no' => array ( |
| | | 'datatype' => 'VARCHAR', |
| | | 'formtype' => 'TEXT', |
| | | 'default' => '', |
| | | 'value' => '', |
| | | 'separator' => '', |
| | | 'width' => '30', |
| | | 'maxlength' => '255', |
| | | 'rows' => '', |
| | | 'cols' => '' |
| | | ), |
| | | 'username' => array ( |
| | | 'datatype' => 'VARCHAR', |
| | | 'formtype' => 'TEXT', |
| | |
| | | 'rows' => '', |
| | | 'cols' => '' |
| | | ), |
| | | 'vat_id' => array ( |
| | | 'datatype' => 'VARCHAR', |
| | | 'formtype' => 'TEXT', |
| | | 'default' => '', |
| | | 'value' => '', |
| | | 'separator' => '', |
| | | 'width' => '30', |
| | | 'maxlength' => '255', |
| | | 'rows' => '', |
| | | 'cols' => '' |
| | | ), |
| | | 'notes' => array ( |
| | | 'datatype' => 'TEXT', |
| | | 'formtype' => 'TEXTAREA', |
| | |
| | | 'rows' => '', |
| | | 'cols' => '' |
| | | ), |
| | | 'customer_no' => array ( |
| | | 'datatype' => 'VARCHAR', |
| | | 'formtype' => 'TEXT', |
| | | 'default' => '', |
| | | 'value' => '', |
| | | 'separator' => '', |
| | | 'width' => '30', |
| | | 'maxlength' => '255', |
| | | 'rows' => '', |
| | | 'cols' => '' |
| | | ), |
| | | 'username' => array ( |
| | | 'datatype' => 'VARCHAR', |
| | | 'formtype' => 'TEXT', |
| | |
| | | 'rows' => '', |
| | | 'cols' => '' |
| | | ), |
| | | 'vat_id' => array ( |
| | | 'datatype' => 'VARCHAR', |
| | | 'formtype' => 'TEXT', |
| | | 'default' => '', |
| | | 'value' => '', |
| | | 'separator' => '', |
| | | 'width' => '30', |
| | | 'maxlength' => '255', |
| | | 'rows' => '', |
| | | 'cols' => '' |
| | | ), |
| | | 'notes' => array ( |
| | | 'datatype' => 'TEXT', |
| | | 'formtype' => 'TEXTAREA', |
| | |
| | | $wb['limit_trafficquota_error_notint'] = 'Traffic Quota must be a number.'; |
| | | $wb['limit_webdav_user_txt'] = 'Max. number of Webdav users'; |
| | | $wb['limit_webdav_user_error_notint'] = 'The webdav user limit must be a number.'; |
| | | $wb['customer_no_txt'] = 'Customer No.'; |
| | | $wb['vat_id_txt'] = 'VAT ID'; |
| | | $wb['required_fields_txt'] = '* Required fields'; |
| | | ?> |
| | |
| | | $wb['limit_web_quota_txt'] = 'Web Quota'; |
| | | $wb['limit_traffic_quota_txt'] = 'Traffic Quota'; |
| | | $wb['limit_trafficquota_error_notint'] = 'Traffic Quota must be a number.'; |
| | | $wb['customer_no_txt'] = 'Customer No.'; |
| | | $wb['vat_id_txt'] = 'VAT ID'; |
| | | $wb['required_fields_txt'] = '* Required fields'; |
| | | ?> |
| | |
| | | $wb['limit_trafficquota_error_notint'] = 'Traffic Quota must be a number.'; |
| | | $wb['limit_webdav_user_txt'] = 'Max. number of Webdav users'; |
| | | $wb['limit_webdav_user_error_notint'] = 'The webdav user limit must be a number.'; |
| | | $wb['customer_no_txt'] = 'Customer No.'; |
| | | $wb['vat_id_txt'] = 'VAT ID'; |
| | | $wb['required_fields_txt'] = '* Required fields'; |
| | | ?> |
| | |
| | | $wb['limit_web_quota_txt'] = 'Web Quota'; |
| | | $wb['limit_traffic_quota_txt'] = 'Traffic Quota'; |
| | | $wb['limit_trafficquota_error_notint'] = 'Traffic Quota must be a number.'; |
| | | $wb['customer_no_txt'] = 'Customer No.'; |
| | | $wb['vat_id_txt'] = 'VAT ID'; |
| | | $wb['required_fields_txt'] = '* Required fields'; |
| | | ?> |
| | |
| | | $wb['limit_trafficquota_error_notint'] = 'A cota de tráfego precisa ser um número..'; |
| | | $wb['limit_webdav_user_txt'] = 'Max. number of Webdav users'; |
| | | $wb['limit_webdav_user_error_notint'] = 'The webdav user limit must be a number.'; |
| | | $wb['customer_no_txt'] = 'Customer No.'; |
| | | $wb['vat_id_txt'] = 'VAT ID'; |
| | | $wb['required_fields_txt'] = '* Required fields'; |
| | | ?> |
| | |
| | | $wb['limit_web_quota_txt'] = 'Cota Web'; |
| | | $wb['limit_traffic_quota_txt'] = 'Cota de Tráfego'; |
| | | $wb['limit_trafficquota_error_notint'] = 'a cota de tráfego deve ser um número.'; |
| | | $wb['customer_no_txt'] = 'Customer No.'; |
| | | $wb['vat_id_txt'] = 'VAT ID'; |
| | | $wb['required_fields_txt'] = '* Required fields'; |
| | | ?> |
| | |
| | | $wb['limit_trafficquota_error_notint'] = 'Přenosová kvót musí být číslo.'; |
| | | $wb['limit_webdav_user_txt'] = 'Max. number of Webdav users'; |
| | | $wb['limit_webdav_user_error_notint'] = 'The webdav user limit must be a number.'; |
| | | $wb['customer_no_txt'] = 'Customer No.'; |
| | | $wb['vat_id_txt'] = 'VAT ID'; |
| | | $wb['required_fields_txt'] = '* Required fields'; |
| | | ?> |
| | |
| | | $wb['limit_traffic_quota_txt'] = 'Přenosová kvóta'; |
| | | $wb['limit_trafficquota_error_notint'] = 'Přenosová kvót musí být číslo.'; |
| | | $wb['limit_dns_record_error_notint'] = 'The dns record limit must be a number.'; |
| | | $wb['customer_no_txt'] = 'Customer No.'; |
| | | $wb['vat_id_txt'] = 'VAT ID'; |
| | | $wb['required_fields_txt'] = '* Required fields'; |
| | | ?> |
| | |
| | | $wb['limit_webdav_user_txt'] = 'Max. number of Webdav users'; |
| | | $wb['limit_webdav_user_error_notint'] = 'The webdav user limit must be a number.'; |
| | | $wb['limit_dns_slave_zone_error_notint'] = 'The dns slave zone limit must be a number.'; |
| | | $wb['customer_no_txt'] = 'Customer No.'; |
| | | $wb['vat_id_txt'] = 'VAT ID'; |
| | | $wb['required_fields_txt'] = '* Required fields'; |
| | | ?> |
| | |
| | | $wb['limit_dns_slave_zone_txt'] = 'Max. number of secondary DNS zones'; |
| | | $wb['limit_dns_slave_zone_error_notint'] = 'The dns slave zone limit must be a number.'; |
| | | $wb['limit_dns_record_error_notint'] = 'The dns record limit must be a number.'; |
| | | $wb['customer_no_txt'] = 'Customer No.'; |
| | | $wb['vat_id_txt'] = 'VAT ID'; |
| | | $wb['required_fields_txt'] = '* Required fields'; |
| | | ?> |
| | |
| | | $wb["limit_web_quota_txt"] = 'Web Quota'; |
| | | $wb["limit_traffic_quota_txt"] = 'Traffic Quota'; |
| | | $wb["limit_trafficquota_error_notint"] = 'Traffic Quota must be a number.'; |
| | | $wb["customer_no_txt"] = 'Customer No.'; |
| | | $wb["vat_id_txt"] = 'VAT ID'; |
| | | $wb["required_fields_txt"] = '* Required fields'; |
| | | ?> |
| | |
| | | $wb["limit_web_quota_txt"] = 'Web Quota'; |
| | | $wb["limit_traffic_quota_txt"] = 'Traffic Quota'; |
| | | $wb["limit_trafficquota_error_notint"] = 'Traffic Quota must be a number.'; |
| | | $wb["customer_no_txt"] = 'Customer No.'; |
| | | $wb["vat_id_txt"] = 'VAT ID'; |
| | | $wb["required_fields_txt"] = '* Required fields'; |
| | | ?> |
| | |
| | | $wb['limit_trafficquota_error_notint'] = 'Traffic Quota must be a number.'; |
| | | $wb['limit_webdav_user_txt'] = 'Max. number of Webdav users'; |
| | | $wb['limit_webdav_user_error_notint'] = 'The webdav user limit must be a number.'; |
| | | $wb['customer_no_txt'] = 'Customer No.'; |
| | | $wb['vat_id_txt'] = 'VAT ID'; |
| | | $wb['required_fields_txt'] = '* Required fields'; |
| | | ?> |
| | |
| | | $wb['limit_web_quota_txt'] = 'Web Quota'; |
| | | $wb['limit_traffic_quota_txt'] = 'Traffic Quota'; |
| | | $wb['limit_trafficquota_error_notint'] = 'Traffic Quota must be a number.'; |
| | | $wb['customer_no_txt'] = 'Customer No.'; |
| | | $wb['vat_id_txt'] = 'VAT ID'; |
| | | $wb['required_fields_txt'] = '* Required fields'; |
| | | ?> |
| | |
| | | $wb['limit_trafficquota_error_notint'] = 'Liikennerajan pitää olle numeerinen.'; |
| | | $wb['limit_webdav_user_txt'] = 'Webdav-käyttäjien enimmäismäärä'; |
| | | $wb['limit_webdav_user_error_notint'] = 'Webdav-käyttäjien rajan pitää olla numeerinen.'; |
| | | $wb['customer_no_txt'] = 'Customer No.'; |
| | | $wb['vat_id_txt'] = 'VAT ID'; |
| | | $wb['required_fields_txt'] = '* Required fields'; |
| | | ?> |
| | |
| | | $wb['limit_traffic_quota_txt'] = 'Liikenneraja'; |
| | | $wb['limit_trafficquota_error_notint'] = 'Liikennerajan pitää olla numeerinen.'; |
| | | $wb['limit_dns_slave_zone_txt'] = 'Max. number of secondary DNS zones'; |
| | | $wb['customer_no_txt'] = 'Customer No.'; |
| | | $wb['vat_id_txt'] = 'VAT ID'; |
| | | $wb['required_fields_txt'] = '* Required fields'; |
| | | ?> |
| | |
| | | $wb['limit_trafficquota_error_notint'] = 'Traffic Quota must be a number.'; |
| | | $wb['limit_webdav_user_txt'] = 'Max. number of Webdav users'; |
| | | $wb['limit_webdav_user_error_notint'] = 'The webdav user limit must be a number.'; |
| | | $wb['customer_no_txt'] = 'Customer No.'; |
| | | $wb['vat_id_txt'] = 'VAT ID'; |
| | | $wb['required_fields_txt'] = '* Required fields'; |
| | | ?> |
| | |
| | | $wb['limit_web_quota_txt'] = 'Web Quota'; |
| | | $wb['limit_traffic_quota_txt'] = 'Traffic Quota'; |
| | | $wb['limit_trafficquota_error_notint'] = 'Traffic Quota must be a number.'; |
| | | $wb['customer_no_txt'] = 'Customer No.'; |
| | | $wb['vat_id_txt'] = 'VAT ID'; |
| | | $wb['required_fields_txt'] = '* Required fields'; |
| | | ?> |
| | |
| | | $wb['limit_trafficquota_error_notint'] = 'Traffic Quota must be a number.'; |
| | | $wb['limit_webdav_user_txt'] = 'Max. number of Webdav users'; |
| | | $wb['limit_webdav_user_error_notint'] = 'The webdav user limit must be a number.'; |
| | | $wb['customer_no_txt'] = 'Customer No.'; |
| | | $wb['vat_id_txt'] = 'VAT ID'; |
| | | $wb['required_fields_txt'] = '* Required fields'; |
| | | ?> |
| | |
| | | $wb['limit_web_quota_txt'] = 'Web Quota'; |
| | | $wb['limit_traffic_quota_txt'] = 'Traffic Quota'; |
| | | $wb['limit_trafficquota_error_notint'] = 'Traffic Quota must be a number.'; |
| | | $wb['customer_no_txt'] = 'Customer No.'; |
| | | $wb['vat_id_txt'] = 'VAT ID'; |
| | | $wb['required_fields_txt'] = '* Required fields'; |
| | | ?> |
| | |
| | | $wb['limit_trafficquota_error_notint'] = 'Traffic Quota must be a number.'; |
| | | $wb['limit_webdav_user_txt'] = 'Max. number of Webdav users'; |
| | | $wb['limit_webdav_user_error_notint'] = 'The webdav user limit must be a number.'; |
| | | $wb['customer_no_txt'] = 'Customer No.'; |
| | | $wb['vat_id_txt'] = 'VAT ID'; |
| | | $wb['required_fields_txt'] = '* Required fields'; |
| | | ?> |
| | |
| | | $wb['limit_web_quota_txt'] = 'Web Quota'; |
| | | $wb['limit_traffic_quota_txt'] = 'Traffic Quota'; |
| | | $wb['limit_trafficquota_error_notint'] = 'Traffic Quota must be a number.'; |
| | | $wb['customer_no_txt'] = 'Customer No.'; |
| | | $wb['vat_id_txt'] = 'VAT ID'; |
| | | $wb['required_fields_txt'] = '* Required fields'; |
| | | ?> |
| | |
| | | $wb['limit_trafficquota_error_notint'] = 'Traffic Quota must be a number.'; |
| | | $wb['limit_webdav_user_txt'] = 'Max. number of Webdav users'; |
| | | $wb['limit_webdav_user_error_notint'] = 'The webdav user limit must be a number.'; |
| | | $wb['customer_no_txt'] = 'Customer No.'; |
| | | $wb['vat_id_txt'] = 'VAT ID'; |
| | | $wb['required_fields_txt'] = '* Required fields'; |
| | | ?> |
| | |
| | | $wb['limit_web_quota_txt'] = 'Web Quota'; |
| | | $wb['limit_traffic_quota_txt'] = 'Traffic Quota'; |
| | | $wb['limit_trafficquota_error_notint'] = 'Traffic Quota must be a number.'; |
| | | $wb['customer_no_txt'] = 'Customer No.'; |
| | | $wb['vat_id_txt'] = 'VAT ID'; |
| | | $wb['required_fields_txt'] = '* Required fields'; |
| | | ?> |
| | |
| | | $wb['limit_trafficquota_error_notint'] = 'Traffic Quota must be a number.'; |
| | | $wb['limit_webdav_user_txt'] = 'Max. number of Webdav users'; |
| | | $wb['limit_webdav_user_error_notint'] = 'The webdav user limit must be a number.'; |
| | | $wb['customer_no_txt'] = 'Customer No.'; |
| | | $wb['vat_id_txt'] = 'VAT ID'; |
| | | $wb['required_fields_txt'] = '* Required fields'; |
| | | ?> |
| | |
| | | $wb['limit_web_quota_txt'] = 'Website schijfruimte'; |
| | | $wb['limit_traffic_quota_txt'] = 'Traffic Quota'; |
| | | $wb['limit_trafficquota_error_notint'] = 'Traffic Quota must be a number.'; |
| | | $wb['customer_no_txt'] = 'Customer No.'; |
| | | $wb['vat_id_txt'] = 'VAT ID'; |
| | | $wb['required_fields_txt'] = '* Required fields'; |
| | | ?> |
| | |
| | | $wb['limit_trafficquota_error_notint'] = 'Traffic Quota must be a number.'; |
| | | $wb['limit_webdav_user_txt'] = 'Max. number of Webdav users'; |
| | | $wb['limit_webdav_user_error_notint'] = 'The webdav user limit must be a number.'; |
| | | $wb['customer_no_txt'] = 'Customer No.'; |
| | | $wb['vat_id_txt'] = 'VAT ID'; |
| | | $wb['required_fields_txt'] = '* Required fields'; |
| | | ?> |
| | |
| | | $wb['limit_web_quota_txt'] = 'Web Quota'; |
| | | $wb['limit_traffic_quota_txt'] = 'Traffic Quota'; |
| | | $wb['limit_trafficquota_error_notint'] = 'Traffic Quota must be a number.'; |
| | | $wb['customer_no_txt'] = 'Customer No.'; |
| | | $wb['vat_id_txt'] = 'VAT ID'; |
| | | $wb['required_fields_txt'] = '* Required fields'; |
| | | ?> |
| | |
| | | $wb['limit_trafficquota_error_notint'] = 'A cota de tráfego precisa ser um número..'; |
| | | $wb['limit_webdav_user_txt'] = 'Max. number of Webdav users'; |
| | | $wb['limit_webdav_user_error_notint'] = 'The webdav user limit must be a number.'; |
| | | $wb['customer_no_txt'] = 'Customer No.'; |
| | | $wb['vat_id_txt'] = 'VAT ID'; |
| | | $wb['required_fields_txt'] = '* Required fields'; |
| | | ?> |
| | |
| | | $wb['limit_web_quota_txt'] = 'Cota Web'; |
| | | $wb['limit_traffic_quota_txt'] = 'Cota de Tráfego'; |
| | | $wb['limit_trafficquota_error_notint'] = 'Traffic Quota must be a number.'; |
| | | $wb['customer_no_txt'] = 'Customer No.'; |
| | | $wb['vat_id_txt'] = 'VAT ID'; |
| | | $wb['required_fields_txt'] = '* Required fields'; |
| | | ?> |
| | |
| | | $wb['limit_trafficquota_error_notint'] = 'Traffic Quota must be a number.'; |
| | | $wb['limit_webdav_user_txt'] = 'Max. number of Webdav users'; |
| | | $wb['limit_webdav_user_error_notint'] = 'The webdav user limit must be a number.'; |
| | | $wb['customer_no_txt'] = 'Customer No.'; |
| | | $wb['vat_id_txt'] = 'VAT ID'; |
| | | $wb['required_fields_txt'] = '* Required fields'; |
| | | ?> |
| | |
| | | $wb['limit_web_quota_txt'] = 'Web Quota'; |
| | | $wb['limit_traffic_quota_txt'] = 'Traffic Quota'; |
| | | $wb['limit_trafficquota_error_notint'] = 'Traffic Quota must be a number.'; |
| | | $wb['customer_no_txt'] = 'Customer No.'; |
| | | $wb['vat_id_txt'] = 'VAT ID'; |
| | | $wb['required_fields_txt'] = '* Required fields'; |
| | | ?> |
| | |
| | | $wb['limit_trafficquota_error_notint'] = 'Квота трафика должна быть числом.'; |
| | | $wb['limit_webdav_user_txt'] = 'Max. number of Webdav users'; |
| | | $wb['limit_webdav_user_error_notint'] = 'The webdav user limit must be a number.'; |
| | | $wb['customer_no_txt'] = 'Customer No.'; |
| | | $wb['vat_id_txt'] = 'VAT ID'; |
| | | $wb['required_fields_txt'] = '* Required fields'; |
| | | ?> |
| | |
| | | $wb['limit_web_quota_txt'] = 'Квота Web'; |
| | | $wb['limit_traffic_quota_txt'] = 'Квота трафика'; |
| | | $wb['limit_trafficquota_error_notint'] = 'Квота трафика должна быть числом.'; |
| | | $wb['customer_no_txt'] = 'Customer No.'; |
| | | $wb['vat_id_txt'] = 'VAT ID'; |
| | | $wb['required_fields_txt'] = '* Required fields'; |
| | | ?> |
| | |
| | | $wb['limit_trafficquota_error_notint'] = 'Traffic Quota must be a number.'; |
| | | $wb['limit_webdav_user_txt'] = 'Max. number of Webdav users'; |
| | | $wb['limit_webdav_user_error_notint'] = 'The webdav user limit must be a number.'; |
| | | $wb['customer_no_txt'] = 'Customer No.'; |
| | | $wb['vat_id_txt'] = 'VAT ID'; |
| | | $wb['required_fields_txt'] = '* Required fields'; |
| | | ?> |
| | |
| | | $wb['limit_web_quota_txt'] = 'Web Quota'; |
| | | $wb['limit_traffic_quota_txt'] = 'Traffic Quota'; |
| | | $wb['limit_trafficquota_error_notint'] = 'Traffic Quota must be a number.'; |
| | | $wb['customer_no_txt'] = 'Customer No.'; |
| | | $wb['vat_id_txt'] = 'VAT ID'; |
| | | $wb['required_fields_txt'] = '* Required fields'; |
| | | ?> |
| | |
| | | $wb['limit_webdav_user_txt'] = 'Max. number of Webdav users'; |
| | | $wb['limit_webdav_user_error_notint'] = 'The webdav user limit must be a number.'; |
| | | $wb['limit_dns_slave_zone_error_notint'] = 'The dns slave zone limit must be a number.'; |
| | | $wb['customer_no_txt'] = 'Customer No.'; |
| | | $wb['vat_id_txt'] = 'VAT ID'; |
| | | $wb['required_fields_txt'] = '* Required fields'; |
| | | ?> |
| | |
| | | $wb['limit_dns_slave_zone_txt'] = 'Max. number of secondary DNS zones'; |
| | | $wb['limit_dns_slave_zone_error_notint'] = 'The dns slave zone limit must be a number.'; |
| | | $wb['limit_dns_record_error_notint'] = 'The dns record limit must be a number.'; |
| | | $wb['customer_no_txt'] = 'Customer No.'; |
| | | $wb['vat_id_txt'] = 'VAT ID'; |
| | | $wb['required_fields_txt'] = '* Required fields'; |
| | | ?> |
| | |
| | | $wb['limit_trafficquota_error_notint'] = 'Trafik kotası sayı olmak zorunda.'; |
| | | $wb['limit_webdav_user_txt'] = 'Max. number of Webdav users'; |
| | | $wb['limit_webdav_user_error_notint'] = 'The webdav user limit must be a number.'; |
| | | $wb['customer_no_txt'] = 'Customer No.'; |
| | | $wb['vat_id_txt'] = 'VAT ID'; |
| | | $wb['required_fields_txt'] = '* Required fields'; |
| | | ?> |
| | |
| | | $wb['limit_web_quota_txt'] = 'Web Kotası'; |
| | | $wb['limit_traffic_quota_txt'] = 'Trafik Kotası'; |
| | | $wb['limit_trafficquota_error_notint'] = 'Trafik kotası sayı olmak zorunda.'; |
| | | $wb['customer_no_txt'] = 'Customer No.'; |
| | | $wb['vat_id_txt'] = 'VAT ID'; |
| | | $wb['required_fields_txt'] = '* Required fields'; |
| | | ?> |
| | |
| | | <div class="ctrlHolder">
|
| | | <label for="company_name">{tmpl_var name='company_name_txt'}</label>
|
| | | <input name="company_name" id="company_name" value="{tmpl_var name='company_name'}" size="30" maxlength="255" type="text" class="textInput" />
|
| | | </div>
|
| | | </div>
|
| | | <div class="ctrlHolder">
|
| | | <label for="contact_name">{tmpl_var name='contact_name_txt'}</label>
|
| | | <label for="contact_name">{tmpl_var name='contact_name_txt'}*</label>
|
| | | <input name="contact_name" id="contact_name" value="{tmpl_var name='contact_name'}" size="30" maxlength="255" type="text" class="textInput" />
|
| | | </div>
|
| | | <div class="ctrlHolder">
|
| | | <label for="customer_no">{tmpl_var name='customer_no_txt'}</label>
|
| | | <input name="customer_no" id="customer_no" value="{tmpl_var name='customer_no'}" size="30" maxlength="255" type="text" class="textInput" />
|
| | | </div>
|
| | | <div class="ctrlHolder">
|
| | | <label for="username">{tmpl_var name='username_txt'}</label>
|
| | | <label for="username">{tmpl_var name='username_txt'}*</label>
|
| | | <input name="username" id="username" value="{tmpl_var name='username'}" size="30" maxlength="255" type="text" class="textInput" />
|
| | | </div>
|
| | | <div class="ctrlHolder">
|
| | |
| | | <label for="icq">{tmpl_var name='icq_txt'}</label>
|
| | | <input name="icq" id="icq" value="{tmpl_var name='icq'}" size="30" maxlength="255" type="text" class="textInput" />
|
| | | </div>
|
| | | <div class="ctrlHolder">
|
| | | <label for="vat_id">{tmpl_var name='vat_id_txt'}</label>
|
| | | <input name="vat_id" id="vat_id" value="{tmpl_var name='vat_id'}" size="30" maxlength="255" type="text" class="textInput" />
|
| | | </div>
|
| | | <div class="ctrlHolder">
|
| | | <label for="notes">{tmpl_var name='notes_txt'}</label>
|
| | | <textarea name="notes" id="notes" rows='10' cols='30'>{tmpl_var name='notes'}</textarea>
|
| | | </div>
|
| | | {tmpl_var name='required_fields_txt'}
|
| | | </fieldset>
|
| | |
|
| | | <input type="hidden" name="id" value="{tmpl_var name='id'}">
|
| | |
| | | <input name="company_name" id="company_name" value="{tmpl_var name='company_name'}" size="30" maxlength="255" type="text" class="textInput" /> |
| | | </div> |
| | | <div class="ctrlHolder"> |
| | | <label for="contact_name">{tmpl_var name='contact_name_txt'}</label> |
| | | <label for="contact_name">{tmpl_var name='contact_name_txt'}*</label> |
| | | <input name="contact_name" id="contact_name" value="{tmpl_var name='contact_name'}" size="30" maxlength="255" type="text" class="textInput" /> |
| | | </div> |
| | | <div class="ctrlHolder"> |
| | | <label for="customer_no">{tmpl_var name='customer_no_txt'}</label> |
| | | <input name="customer_no" id="customer_no" value="{tmpl_var name='customer_no'}" size="30" maxlength="255" type="text" class="textInput" /> |
| | | </div> |
| | | <div class="ctrlHolder"> |
| | | <label for="username">{tmpl_var name='username_txt'}</label> |
| | | <label for="username">{tmpl_var name='username_txt'}*</label> |
| | | <input name="username" id="username" value="{tmpl_var name='username'}" size="30" maxlength="255" type="text" class="textInput" /> |
| | | </div> |
| | | <div class="ctrlHolder"> |
| | |
| | | <label for="icq">{tmpl_var name='icq_txt'}</label> |
| | | <input name="icq" id="icq" value="{tmpl_var name='icq'}" size="30" maxlength="255" type="text" class="textInput" /> |
| | | </div> |
| | | <div class="ctrlHolder"> |
| | | <label for="vat_id">{tmpl_var name='vat_id_txt'}</label> |
| | | <input name="vat_id" id="vat_id" value="{tmpl_var name='vat_id'}" size="30" maxlength="255" type="text" class="textInput" /> |
| | | </div> |
| | | <div class="ctrlHolder"> |
| | | <label for="notes">{tmpl_var name='notes_txt'}</label> |
| | | <textarea name="notes" id="notes" rows='10' cols='30'>{tmpl_var name='notes'}</textarea> |
| | | </div> |
| | | {tmpl_var name='required_fields_txt'} |
| | | </fieldset> |
| | | |
| | | <input type="hidden" name="id" value="{tmpl_var name='id'}"> |