Add php files
This commit is contained in:
54
modules/EcmSyntheticAccounts/metadata/SearchFields.php
Executable file
54
modules/EcmSyntheticAccounts/metadata/SearchFields.php
Executable file
@@ -0,0 +1,54 @@
|
||||
<?php
|
||||
if(!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point');
|
||||
/*********************************************************************************
|
||||
* SugarCRM Community Edition is a customer relationship management program developed by
|
||||
* SugarCRM, Inc. Copyright (C) 2004-2013 SugarCRM Inc.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify it under
|
||||
* the terms of the GNU Affero General Public License version 3 as published by the
|
||||
* Free Software Foundation with the addition of the following permission added
|
||||
* to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
|
||||
* IN WHICH THE COPYRIGHT IS OWNED BY SUGARCRM, SUGARCRM DISCLAIMS THE WARRANTY
|
||||
* OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful, but WITHOUT
|
||||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
* FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License along with
|
||||
* this program; if not, see http://www.gnu.org/licenses or write to the Free
|
||||
* Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
|
||||
* 02110-1301 USA.
|
||||
*
|
||||
* You can contact SugarCRM, Inc. headquarters at 10050 North Wolfe Road,
|
||||
* SW2-130, Cupertino, CA 95014, USA. or at email address contact@sugarcrm.com.
|
||||
*
|
||||
* The interactive user interfaces in modified source and object code versions
|
||||
* of this program must display Appropriate Legal Notices, as required under
|
||||
* Section 5 of the GNU Affero General Public License version 3.
|
||||
*
|
||||
* In accordance with Section 7(b) of the GNU Affero General Public License version 3,
|
||||
* these Appropriate Legal Notices must retain the display of the "Powered by
|
||||
* SugarCRM" logo. If the display of the logo is not reasonably feasible for
|
||||
* technical reasons, the Appropriate Legal Notices must display the words
|
||||
* "Powered by SugarCRM".
|
||||
********************************************************************************/
|
||||
|
||||
$module_name = 'EcmSyntheticAccounts';
|
||||
$searchFields[$module_name] =
|
||||
array (
|
||||
'name' => array( 'query_type'=>'default'),
|
||||
'current_user_only'=> array('query_type'=>'default','db_field'=>array('assigned_user_id'),'my_items'=>true, 'vname' => 'LBL_CURRENT_USER_FILTER', 'type' => 'bool'),
|
||||
'assigned_user_id'=> array('query_type'=>'default'),
|
||||
|
||||
//Range Search Support
|
||||
'range_date_entered' => array ('query_type' => 'default', 'enable_range_search' => true, 'is_date_field' => true),
|
||||
'start_range_date_entered' => array ('query_type' => 'default', 'enable_range_search' => true, 'is_date_field' => true),
|
||||
'end_range_date_entered' => array ('query_type' => 'default', 'enable_range_search' => true, 'is_date_field' => true),
|
||||
'range_date_modified' => array ('query_type' => 'default', 'enable_range_search' => true, 'is_date_field' => true),
|
||||
'start_range_date_modified' => array ('query_type' => 'default', 'enable_range_search' => true, 'is_date_field' => true),
|
||||
'end_range_date_modified' => array ('query_type' => 'default', 'enable_range_search' => true, 'is_date_field' => true),
|
||||
//Range Search Support
|
||||
);
|
||||
?>
|
||||
89
modules/EcmSyntheticAccounts/metadata/detailviewdefs.php
Executable file
89
modules/EcmSyntheticAccounts/metadata/detailviewdefs.php
Executable file
@@ -0,0 +1,89 @@
|
||||
<?php
|
||||
|
||||
$module_name = 'EcmSyntheticAccounts';
|
||||
$viewdefs [$module_name] = array(
|
||||
'DetailView' => array(
|
||||
'templateMeta' => array(
|
||||
'form' => array(
|
||||
'buttons' => array(
|
||||
0 => 'EDIT',
|
||||
1 => 'DELETE',
|
||||
)
|
||||
),
|
||||
'maxColumns' => '2',
|
||||
'widths' => array(
|
||||
array(
|
||||
'label' => '10',
|
||||
'field' => '30'
|
||||
),
|
||||
array(
|
||||
'label' => '10',
|
||||
'field' => '30'
|
||||
)
|
||||
),
|
||||
'includes' => array(
|
||||
array(
|
||||
'file' => 'modules/EcmSyntheticAccounts/js/DetailViewDocumentReady.js'
|
||||
),
|
||||
),
|
||||
'useTabs' => false,
|
||||
'tabDefs' => array(
|
||||
'DEFAULT' => array(
|
||||
'newTab' => false,
|
||||
'panelDefault' => 'expanded'
|
||||
),
|
||||
'LBL_EDITVIEW_PANEL1' => array(
|
||||
'newTab' => false,
|
||||
'panelDefault' => 'expanded'
|
||||
)
|
||||
),
|
||||
),
|
||||
'panels' => array(
|
||||
'default' => array(
|
||||
array(
|
||||
array(
|
||||
'name' => 'account_code',
|
||||
'label' => 'LBL_ACCOUNT_CODE',
|
||||
),
|
||||
),
|
||||
array(
|
||||
array(
|
||||
'name' => 'name',
|
||||
'label' => 'LBL_NAME',
|
||||
),
|
||||
),
|
||||
array(
|
||||
array(
|
||||
'name' => 'account_type',
|
||||
'label' => 'LBL_ACCOUNT_TYPE',
|
||||
)
|
||||
),
|
||||
array(
|
||||
array(
|
||||
'name' => 'accounts_balance',
|
||||
'label' => 'LBL_ACCOUNTS_BALANCE',
|
||||
)
|
||||
),
|
||||
array(
|
||||
array(
|
||||
'name' => 'structureanalyticalpart',
|
||||
'hideLabel' => false,
|
||||
'label' => 'LBL_STRUCTURE_ANALYTICAL_PART',
|
||||
'customCode' => "{include file='modules/EcmSyntheticAccounts/tpl/DetailViewStructureAnalyticalPart.tpl'}",
|
||||
),
|
||||
),
|
||||
),
|
||||
'LBL_ANALYTICAL_ACCOUNTS' => array(
|
||||
array(
|
||||
array(
|
||||
'name' => 'structureanalyticalpart',
|
||||
'hideLabel' => true,
|
||||
//'label' => 'LBL_STRUCTURE_ANALYTICAL_PART',
|
||||
'customCode' => "{include file='modules/EcmSyntheticAccounts/tpl/DetailViewTableAnalyticalAccounts.tpl'}",
|
||||
),
|
||||
),
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
||||
?>
|
||||
105
modules/EcmSyntheticAccounts/metadata/editviewdefs.php
Executable file
105
modules/EcmSyntheticAccounts/metadata/editviewdefs.php
Executable file
@@ -0,0 +1,105 @@
|
||||
<?php
|
||||
|
||||
$module_name = 'EcmSyntheticAccounts';
|
||||
$viewdefs [$module_name] = array(
|
||||
'EditView' => array(
|
||||
'templateMeta' => array(
|
||||
'form' => array(
|
||||
'enctype' => 'multipart/form-data',
|
||||
),
|
||||
'maxColumns' => '2',
|
||||
'widths' => array(
|
||||
0 => array(
|
||||
'label' => '10',
|
||||
'field' => '30'
|
||||
),
|
||||
1 => array(
|
||||
'label' => '10',
|
||||
'field' => '30'
|
||||
)
|
||||
),
|
||||
'useTabs' => false,
|
||||
'tabDefs' => array(
|
||||
'DEFAULT' => array(
|
||||
'newTab' => false,
|
||||
'panelDefault' => 'expanded'
|
||||
),
|
||||
'LBL_EDITVIEW_PANEL1' => array(
|
||||
'newTab' => false,
|
||||
'panelDefault' => 'expanded'
|
||||
)
|
||||
),
|
||||
'javascript' => '
|
||||
<script type="text/javascript" src="include/javascript/popup_parent_helper.js?s={$SUGAR_VERSION}&c={$JS_CUSTOM_VERSION}"></script>
|
||||
<script type="text/javascript" src="include/jsolait/init.js?s={$SUGAR_VERSION}&c={$JS_CUSTOM_VERSION}"></script>
|
||||
<script type="text/javascript" src="include/jsolait/lib/urllib.js?s={$SUGAR_VERSION}&c={$JS_CUSTOM_VERSION}"></script>
|
||||
<script type="text/javascript" src="include/javascript/jsclass_base.js"></script>
|
||||
<script type="text/javascript" src="include/javascript/jsclass_async.js"></script>
|
||||
<script type="text/javascript" src="include/JSON.js?s={$SUGAR_VERSION}"></script>',
|
||||
'includes' => array(
|
||||
0 => array(
|
||||
'file' => 'include/JSON.js'
|
||||
),
|
||||
1 => array(
|
||||
'file' => 'modules/EcmSyntheticAccounts/js/EditViewDocumentReady.js'
|
||||
),
|
||||
)
|
||||
),
|
||||
'panels' => array(
|
||||
'default' => array(
|
||||
array(
|
||||
array(
|
||||
'name' => 'account_code',
|
||||
'label' => 'LBL_ACCOUNT_CODE',
|
||||
'displayParams' => array(
|
||||
'size' => 3
|
||||
)
|
||||
),
|
||||
),
|
||||
array(
|
||||
array(
|
||||
'name' => 'name',
|
||||
'label' => 'LBL_NAME',
|
||||
'tabIndex' => '100',
|
||||
'displayParams' => array(
|
||||
'size' => 60
|
||||
)
|
||||
),
|
||||
),
|
||||
array(
|
||||
array(
|
||||
'name' => 'account_type',
|
||||
'label' => 'LBL_ACCOUNT_TYPE',
|
||||
'tabIndex' => '101',
|
||||
)
|
||||
),
|
||||
array(
|
||||
array(
|
||||
'name' => 'accounts_balance',
|
||||
'label' => 'LBL_ACCOUNTS_BALANCE',
|
||||
'tabIndex' => '102',
|
||||
)
|
||||
),
|
||||
array(
|
||||
array(
|
||||
'name' => 'structureanalyticalpart',
|
||||
'hideLabel' => false,
|
||||
'label' => 'LBL_STRUCTURE_ANALYTICAL_PART',
|
||||
'customCode' => "{include file='modules/EcmSyntheticAccounts/tpl/EditViewStructureAnalyticalPart.tpl'}",
|
||||
),
|
||||
),
|
||||
),
|
||||
'LBL_ANALYTICAL_ACCOUNTS' => array(
|
||||
array(
|
||||
array(
|
||||
'name' => 'structureanalyticalpart',
|
||||
'hideLabel' => true,
|
||||
// 'label' => 'LBL_STRUCTURE_ANALYTICAL_PART',
|
||||
'customCode' => "{include file='modules/EcmSyntheticAccounts/tpl/EditViewTableAnalyticalAccounts.tpl'}",
|
||||
),
|
||||
),
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
||||
?>
|
||||
35
modules/EcmSyntheticAccounts/metadata/listviewdefs.php
Executable file
35
modules/EcmSyntheticAccounts/metadata/listviewdefs.php
Executable file
@@ -0,0 +1,35 @@
|
||||
<?php
|
||||
echo '<script type="text/javascript" src="modules/EcmSyntheticAccounts/ListViewDocumentReady.js"></script>';
|
||||
$module_name = 'EcmSyntheticAccounts';
|
||||
$listViewDefs [$module_name] = array (
|
||||
'ACCOUNT_CODE' => array (
|
||||
'width' => '5%',
|
||||
'label' => 'LBL_ACCOUNT_CODE',
|
||||
'default' => true,
|
||||
'link' => true,
|
||||
'align' => 'right',
|
||||
),
|
||||
'NAME' => array (
|
||||
'width' => '35%',
|
||||
'label' => 'LBL_NAME',
|
||||
'default' => true,
|
||||
'link' => true,
|
||||
'align' => 'left',
|
||||
),
|
||||
'ACCOUNT_TYPE' => array (
|
||||
'type' => 'varchar',
|
||||
'label' => 'LBL_ACCOUNT_TYPE',
|
||||
'width' => '10%',
|
||||
'default' => true,
|
||||
'align' => 'left',
|
||||
),
|
||||
'ACCOUNTS_BALANCE' => array (
|
||||
'type' => 'varchar',
|
||||
'label' => 'LBL_ACCOUNTS_BALANCE',
|
||||
'link' => 'false',
|
||||
'width' => '10%',
|
||||
'default' => true,
|
||||
'align' => 'left',
|
||||
),
|
||||
);
|
||||
?>
|
||||
60
modules/EcmSyntheticAccounts/metadata/quickcreatedefs.php
Executable file
60
modules/EcmSyntheticAccounts/metadata/quickcreatedefs.php
Executable file
@@ -0,0 +1,60 @@
|
||||
<?php
|
||||
/*********************************************************************************
|
||||
* SugarCRM Community Edition is a customer relationship management program developed by
|
||||
* SugarCRM, Inc. Copyright (C) 2004-2013 SugarCRM Inc.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify it under
|
||||
* the terms of the GNU Affero General Public License version 3 as published by the
|
||||
* Free Software Foundation with the addition of the following permission added
|
||||
* to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
|
||||
* IN WHICH THE COPYRIGHT IS OWNED BY SUGARCRM, SUGARCRM DISCLAIMS THE WARRANTY
|
||||
* OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful, but WITHOUT
|
||||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
* FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License along with
|
||||
* this program; if not, see http://www.gnu.org/licenses or write to the Free
|
||||
* Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
|
||||
* 02110-1301 USA.
|
||||
*
|
||||
* You can contact SugarCRM, Inc. headquarters at 10050 North Wolfe Road,
|
||||
* SW2-130, Cupertino, CA 95014, USA. or at email address contact@sugarcrm.com.
|
||||
*
|
||||
* The interactive user interfaces in modified source and object code versions
|
||||
* of this program must display Appropriate Legal Notices, as required under
|
||||
* Section 5 of the GNU Affero General Public License version 3.
|
||||
*
|
||||
* In accordance with Section 7(b) of the GNU Affero General Public License version 3,
|
||||
* these Appropriate Legal Notices must retain the display of the "Powered by
|
||||
* SugarCRM" logo. If the display of the logo is not reasonably feasible for
|
||||
* technical reasons, the Appropriate Legal Notices must display the words
|
||||
* "Powered by SugarCRM".
|
||||
********************************************************************************/
|
||||
|
||||
$module_name = 'EcmSyntheticAccounts';
|
||||
$viewdefs[$module_name]['QuickCreate'] = array(
|
||||
'templateMeta' => array('maxColumns' => '2',
|
||||
'widths' => array(
|
||||
array('label' => '10', 'field' => '30'),
|
||||
array('label' => '10', 'field' => '30')
|
||||
),
|
||||
),
|
||||
|
||||
|
||||
'panels' =>array (
|
||||
'default' =>
|
||||
array (
|
||||
|
||||
array (
|
||||
'name',
|
||||
'assigned_user_name',
|
||||
),
|
||||
),
|
||||
|
||||
),
|
||||
|
||||
);
|
||||
?>
|
||||
51
modules/EcmSyntheticAccounts/metadata/searchdefs.php
Executable file
51
modules/EcmSyntheticAccounts/metadata/searchdefs.php
Executable file
@@ -0,0 +1,51 @@
|
||||
<?php
|
||||
$module_name = 'EcmSyntheticAccounts';
|
||||
$searchdefs [$module_name] = array (
|
||||
'layout' => array (
|
||||
'basic_search' => array (
|
||||
'name' => array (
|
||||
'name' => 'name',
|
||||
'default' => true,
|
||||
'width' => '10%'
|
||||
),
|
||||
'account_type' => array (
|
||||
'type' => 'enum',
|
||||
'label' => 'LBL_ACCOUNT_TYPE',
|
||||
'width' => '10%',
|
||||
'default' => true,
|
||||
'name' => 'account_type'
|
||||
),
|
||||
'accounts_balance' => array(
|
||||
'type' => 'enum',
|
||||
'label' => 'LBL_ACCOUNTS_BALANCE',
|
||||
'width' => '10%',
|
||||
'default' => true,
|
||||
'name' => 'accounts_balance'
|
||||
),
|
||||
|
||||
),
|
||||
/* 'advanced_search' => array (
|
||||
0 => 'name',
|
||||
1 => array (
|
||||
'name' => 'assigned_user_id',
|
||||
'label' => 'LBL_ASSIGNED_TO',
|
||||
'type' => 'enum',
|
||||
'function' => array (
|
||||
'name' => 'get_user_array',
|
||||
'params' => array (
|
||||
0 => false
|
||||
)
|
||||
)
|
||||
)
|
||||
) */
|
||||
),
|
||||
'templateMeta' => array (
|
||||
'maxColumns' => '3',
|
||||
'maxColumnsBasic' => '4',
|
||||
'widths' => array (
|
||||
'label' => '10',
|
||||
'field' => '30'
|
||||
)
|
||||
)
|
||||
);
|
||||
?>
|
||||
41
modules/EcmSyntheticAccounts/metadata/studio.php
Executable file
41
modules/EcmSyntheticAccounts/metadata/studio.php
Executable file
@@ -0,0 +1,41 @@
|
||||
<?php
|
||||
/*********************************************************************************
|
||||
* SugarCRM Community Edition is a customer relationship management program developed by
|
||||
* SugarCRM, Inc. Copyright (C) 2004-2013 SugarCRM Inc.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify it under
|
||||
* the terms of the GNU Affero General Public License version 3 as published by the
|
||||
* Free Software Foundation with the addition of the following permission added
|
||||
* to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
|
||||
* IN WHICH THE COPYRIGHT IS OWNED BY SUGARCRM, SUGARCRM DISCLAIMS THE WARRANTY
|
||||
* OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful, but WITHOUT
|
||||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
* FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License along with
|
||||
* this program; if not, see http://www.gnu.org/licenses or write to the Free
|
||||
* Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
|
||||
* 02110-1301 USA.
|
||||
*
|
||||
* You can contact SugarCRM, Inc. headquarters at 10050 North Wolfe Road,
|
||||
* SW2-130, Cupertino, CA 95014, USA. or at email address contact@sugarcrm.com.
|
||||
*
|
||||
* The interactive user interfaces in modified source and object code versions
|
||||
* of this program must display Appropriate Legal Notices, as required under
|
||||
* Section 5 of the GNU Affero General Public License version 3.
|
||||
*
|
||||
* In accordance with Section 7(b) of the GNU Affero General Public License version 3,
|
||||
* these Appropriate Legal Notices must retain the display of the "Powered by
|
||||
* SugarCRM" logo. If the display of the logo is not reasonably feasible for
|
||||
* technical reasons, the Appropriate Legal Notices must display the words
|
||||
* "Powered by SugarCRM".
|
||||
********************************************************************************/
|
||||
|
||||
/**
|
||||
* This file adds support for studio
|
||||
*/
|
||||
|
||||
?>
|
||||
73
modules/EcmSyntheticAccounts/metadata/subpanels/default.php
Executable file
73
modules/EcmSyntheticAccounts/metadata/subpanels/default.php
Executable file
@@ -0,0 +1,73 @@
|
||||
<?php
|
||||
if(!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point');
|
||||
/*********************************************************************************
|
||||
* SugarCRM Community Edition is a customer relationship management program developed by
|
||||
* SugarCRM, Inc. Copyright (C) 2004-2013 SugarCRM Inc.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify it under
|
||||
* the terms of the GNU Affero General Public License version 3 as published by the
|
||||
* Free Software Foundation with the addition of the following permission added
|
||||
* to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
|
||||
* IN WHICH THE COPYRIGHT IS OWNED BY SUGARCRM, SUGARCRM DISCLAIMS THE WARRANTY
|
||||
* OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful, but WITHOUT
|
||||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
* FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License along with
|
||||
* this program; if not, see http://www.gnu.org/licenses or write to the Free
|
||||
* Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
|
||||
* 02110-1301 USA.
|
||||
*
|
||||
* You can contact SugarCRM, Inc. headquarters at 10050 North Wolfe Road,
|
||||
* SW2-130, Cupertino, CA 95014, USA. or at email address contact@sugarcrm.com.
|
||||
*
|
||||
* The interactive user interfaces in modified source and object code versions
|
||||
* of this program must display Appropriate Legal Notices, as required under
|
||||
* Section 5 of the GNU Affero General Public License version 3.
|
||||
*
|
||||
* In accordance with Section 7(b) of the GNU Affero General Public License version 3,
|
||||
* these Appropriate Legal Notices must retain the display of the "Powered by
|
||||
* SugarCRM" logo. If the display of the logo is not reasonably feasible for
|
||||
* technical reasons, the Appropriate Legal Notices must display the words
|
||||
* "Powered by SugarCRM".
|
||||
********************************************************************************/
|
||||
|
||||
|
||||
$module_name='EcmSyntheticAccounts';
|
||||
$subpanel_layout = array(
|
||||
'top_buttons' => array(
|
||||
array('widget_class' => 'SubPanelTopCreateButton'),
|
||||
array('widget_class' => 'SubPanelTopSelectButton', 'popup_module' => $module_name),
|
||||
),
|
||||
|
||||
'where' => '',
|
||||
|
||||
'list_fields' => array(
|
||||
'name'=>array(
|
||||
'vname' => 'LBL_NAME',
|
||||
'widget_class' => 'SubPanelDetailViewLink',
|
||||
'width' => '45%',
|
||||
),
|
||||
'date_modified'=>array(
|
||||
'vname' => 'LBL_DATE_MODIFIED',
|
||||
'width' => '45%',
|
||||
),
|
||||
'edit_button'=>array(
|
||||
'vname' => 'LBL_EDIT_BUTTON',
|
||||
'widget_class' => 'SubPanelEditButton',
|
||||
'module' => $module_name,
|
||||
'width' => '4%',
|
||||
),
|
||||
'remove_button'=>array(
|
||||
'vname' => 'LBL_REMOVE',
|
||||
'widget_class' => 'SubPanelRemoveButton',
|
||||
'module' => $module_name,
|
||||
'width' => '5%',
|
||||
),
|
||||
),
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user