updates for admin chat settings
git-svn-id: svn://192.168.202.10@2331 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -3497,12 +3497,13 @@ else
|
||||
# 150512-2225 - Fixed SQL for permissions
|
||||
# 150603-2000 - Modified for chat settings
|
||||
# 150608-1127 - Added manual dial filer and search options for ALT/ADDR3 numbers, Added manual dial override field campaign option
|
||||
# 150609-1207 - Fixes for chat settings
|
||||
#
|
||||
|
||||
# make sure you have added a user to the vicidial_users MySQL table with at least user_level 9 to access this page the first time
|
||||
|
||||
$admin_version = '2.12-487a';
|
||||
$build = '150608-1127';
|
||||
$admin_version = '2.12-488a';
|
||||
$build = '150609-1207';
|
||||
|
||||
$STARTtime = date("U");
|
||||
$SQLdate = date("Y-m-d H:i:s");
|
||||
@@ -6002,6 +6003,7 @@ if ($ADD==1111)
|
||||
if ($SSallow_chats > 0)
|
||||
{$achHTML = "<option value='CHAT'>"._QXZ("CHAT")."</option>";}
|
||||
echo "<tr bgcolor=#B6D3FC><td align=right>"._QXZ("Get Call Launch").": </td><td align=left><select size=1 name=get_call_launch><option selected value='NONE'>"._QXZ("NONE")."</option><option value='SCRIPT'>"._QXZ("SCRIPT")."</option><option value='WEBFORM'>"._QXZ("WEBFORM")."</option>$eswHTML$cfwHTML$aemHTML$achHTML</select>$NWB#inbound_groups-get_call_launch$NWE</td></tr>\n";
|
||||
/* Don't give an option (yet). This is clearly for phones only.
|
||||
if ($SSallow_emails>0 || $SSallow_chats > 0)
|
||||
{
|
||||
echo "<tr bgcolor=#B6D3FC><td align=right>"._QXZ("Group Handling").": </td><td align=left><select size=1 name=group_handling><option selected value='PHONE'>"._QXZ("PHONE")."</option>";
|
||||
@@ -6010,7 +6012,10 @@ if ($ADD==1111)
|
||||
echo "</select>$NWB#inbound_groups-group_handling$NWE</td></tr>\n";
|
||||
}
|
||||
else
|
||||
{echo "<tr bgcolor=#B6D3FC><td align=right></td><td align=left><input type=hidden name=group_handling value=PHONE></td></tr>\n";}
|
||||
{
|
||||
*/
|
||||
echo "<tr bgcolor=#B6D3FC><td align=right></td><td align=left><input type=hidden name=group_handling value=PHONE></td></tr>\n";
|
||||
# }
|
||||
echo "<tr bgcolor=#B6D3FC><td align=center colspan=2><input type=submit name=SUBMIT value='"._QXZ("SUBMIT")."'></td></tr>\n";
|
||||
echo "</TABLE></center>\n";
|
||||
}
|
||||
@@ -6080,6 +6085,9 @@ if ($ADD==1811)
|
||||
if ($SSallow_chats > 0)
|
||||
{$achHTML = "<option value='CHAT'>"._QXZ("CHAT")."</option>";}
|
||||
echo "<tr bgcolor=#B6D3FC><td align=right>"._QXZ("Get Call Launch").": </td><td align=left><select size=1 name=get_call_launch><option value='NONE' selected>"._QXZ("NONE")."</option><option value='SCRIPT'>"._QXZ("SCRIPT")."</option><option value='WEBFORM'>"._QXZ("WEBFORM")."</option>$eswHTML$cfwHTML$aemHTML$achHTML</select>$NWB#inbound_groups-get_call_launch$NWE</td></tr>\n";
|
||||
|
||||
echo "<tr bgcolor=#B6D3FC><td align=right></td><td align=left><input type=hidden name=group_handling value='EMAIL'></td></tr>\n";
|
||||
|
||||
echo "<tr bgcolor=#B6D3FC><td align=center colspan=2><input type=submit name=SUBMIT value='"._QXZ("SUBMIT")."'></td></tr>\n";
|
||||
echo "</TABLE></center>\n";
|
||||
}
|
||||
@@ -6150,6 +6158,9 @@ if ($ADD==18111)
|
||||
if ($SSallow_chats > 0)
|
||||
{$achHTML = "<option value='CHAT'>"._QXZ("CHAT")."</option>";}
|
||||
echo "<tr bgcolor=#B6D3FC><td align=right>"._QXZ("Get Call Launch").": </td><td align=left><select size=1 name=get_call_launch><option value='NONE' selected>"._QXZ("NONE")."</option><option value='SCRIPT'>"._QXZ("SCRIPT")."</option><option value='WEBFORM'>"._QXZ("WEBFORM")."</option>$eswHTML$cfwHTML$aemHTML$achHTML</select>$NWB#inbound_groups-get_call_launch$NWE</td></tr>\n";
|
||||
|
||||
echo "<tr bgcolor=#B6D3FC><td align=right></td><td align=left><input type=hidden name=group_handling value='CHAT'></td></tr>\n";
|
||||
|
||||
echo "<tr bgcolor=#B6D3FC><td align=center colspan=2><input type=submit name=SUBMIT value='"._QXZ("SUBMIT")."'></td></tr>\n";
|
||||
echo "</TABLE></center>\n";
|
||||
}
|
||||
@@ -24585,6 +24596,14 @@ if ($ADD==3811)
|
||||
|
||||
echo "<tr bgcolor=#B6D3FC><td align=right>"._QXZ("Fronter Display").": </td><td align=left><select size=1 name=fronter_display><option value='Y'>"._QXZ("Y")."</option><option value='N'>"._QXZ("N")."</option><option value='$fronter_display' SELECTED>"._QXZ("$fronter_display")."</option></select>$NWB#inbound_groups-fronter_display$NWE</td></tr>\n";
|
||||
|
||||
echo "<tr bgcolor=#B6D3FC><td align=right>"._QXZ("Group Handling").": </td><td align=left><select size=1 name=group_handling><option value='PHONE'>"._QXZ("PHONE")."</option>";
|
||||
echo "<option selected value='EMAIL'>"._QXZ("EMAIL")."</option>";
|
||||
if ($SSallow_chats > 0)
|
||||
{
|
||||
if ($SSallow_chats>0) {echo "<option value='CHAT'>"._QXZ("CHAT")."</option>";}
|
||||
}
|
||||
echo "</select>$NWB#inbound_groups-group_handling$NWE</td></tr>\n";
|
||||
|
||||
/* Commenting this out because it is handled by the Email Account section and is redundant here
|
||||
echo "<tr bgcolor=#B6D3FC><td align=right>In-Group Call Handle Method: </td><td align=left><select size=1 name=call_handle_method><option>CID</option><option>CIDLOOKUP</option><option>CIDLOOKUPRL</option><option>CIDLOOKUPRC</option><option>CIDLOOKUPALT</option><option>CIDLOOKUPRLALT</option><option>CIDLOOKUPRCALT</option><option>CIDLOOKUPADDR3</option><option>CIDLOOKUPRLADDR3</option><option>CIDLOOKUPRCADDR3</option><option>CIDLOOKUPALTADDR3</option><option>CIDLOOKUPRLALTADDR3</option><option>CIDLOOKUPRCALTADDR3</option><option>ANI</option><option>ANILOOKUP</option><option>ANILOOKUPRL</option><option>VIDPROMPT</option><option>VIDPROMPTLOOKUP</option><option>VIDPROMPTLOOKUPRL</option><option>VIDPROMPTLOOKUPRC</option><option>CLOSER</option><option>3DIGITID</option><option>4DIGITID</option><option>5DIGITID</option><option>10DIGITID</option><option SELECTED>$call_handle_method</option></select>$NWB#inbound_dids-call_handle_method$NWE</td></tr>\n";
|
||||
echo "<tr bgcolor=#B6D3FC><td align=right>In-Group Agent Search Method: </td><td align=left><select size=1 name=agent_search_method><option value=\"LB\">LB - Load Balanced</option><option value=\"LO\">LO - Load Balanced Overflow</option><option value=\"SO\">SO - Server Only</option><option SELECTED>$agent_search_method</option></select>$NWB#inbound_dids-agent_search_method$NWE</td></tr>\n";
|
||||
@@ -25312,6 +25331,14 @@ if ($ADD==3911)
|
||||
|
||||
echo "<tr bgcolor=#B6D3FC><td align=right>"._QXZ("Fronter Display").": </td><td align=left><select size=1 name=fronter_display><option value='Y'>"._QXZ("Y")."</option><option value='N'>"._QXZ("N")."</option><option SELECTED value='$fronter_display'>"._QXZ("$fronter_display")."</option></select>$NWB#inbound_groups-fronter_display$NWE</td></tr>\n";
|
||||
|
||||
echo "<tr bgcolor=#B6D3FC><td align=right>"._QXZ("Group Handling").": </td><td align=left><select size=1 name=group_handling><option value='PHONE'>"._QXZ("PHONE")."</option>";
|
||||
echo "<option selected value='CHAT'>"._QXZ("CHAT")."</option>";
|
||||
if ($SSallow_emails > 0)
|
||||
{
|
||||
if ($SSallow_emails>0) {echo "<option value='EMAIL'>"._QXZ("EMAIL")."</option>";}
|
||||
}
|
||||
echo "</select>$NWB#inbound_groups-group_handling$NWE</td></tr>\n";
|
||||
|
||||
/* Commenting this out because it is handled by the Email Account section and is redundant here
|
||||
echo "<tr bgcolor=#B6D3FC><td align=right>In-Group Call Handle Method: </td><td align=left><select size=1 name=call_handle_method><option>CID</option><option>CIDLOOKUP</option><option>CIDLOOKUPRL</option><option>CIDLOOKUPRC</option><option>CIDLOOKUPALT</option><option>CIDLOOKUPRLALT</option><option>CIDLOOKUPRCALT</option><option>CIDLOOKUPADDR3</option><option>CIDLOOKUPRLADDR3</option><option>CIDLOOKUPRCADDR3</option><option>CIDLOOKUPALTADDR3</option><option>CIDLOOKUPRLALTADDR3</option><option>CIDLOOKUPRCALTADDR3</option><option>ANI</option><option>ANILOOKUP</option><option>ANILOOKUPRL</option><option>VIDPROMPT</option><option>VIDPROMPTLOOKUP</option><option>VIDPROMPTLOOKUPRL</option><option>VIDPROMPTLOOKUPRC</option><option>CLOSER</option><option>3DIGITID</option><option>4DIGITID</option><option>5DIGITID</option><option>10DIGITID</option><option SELECTED>$call_handle_method</option></select>$NWB#inbound_dids-call_handle_method$NWE</td></tr>\n";
|
||||
echo "<tr bgcolor=#B6D3FC><td align=right>In-Group Agent Search Method: </td><td align=left><select size=1 name=agent_search_method><option value=\"LB\">LB - Load Balanced</option><option value=\"LO\">LO - Load Balanced Overflow</option><option value=\"SO\">SO - Server Only</option><option SELECTED>$agent_search_method</option></select>$NWB#inbound_dids-agent_search_method$NWE</td></tr>\n";
|
||||
@@ -25335,7 +25362,7 @@ if ($ADD==3911)
|
||||
|
||||
echo "<tr bgcolor=#B6D3FC><td align=right>"._QXZ("Uniqueid Status Prefix").": </td><td align=left><input type=text name=uniqueid_status_prefix size=10 maxlength=50 value=\"$uniqueid_status_prefix\">$NWB#inbound_groups-uniqueid_status_prefix$NWE</td></tr>\n";
|
||||
|
||||
echo "<tr bgcolor=#B6D3FC><td align=right>"._QXZ("Download customer chat files").": </td><td align=left><a href='vdchat_customer.zip'>"._QXZ("Download")."</a>, "._QXZ("unzip, and place unzipped vdchat_customer folder in htdocs folder on web server, or a server or location of your choosing, location MUST be on a server with Vicidial installed specific to your system. Enter the URL of the final location in the Chat URL setting under the System Settings.")."</td></tr>\n";
|
||||
echo "<tr bgcolor=#B6D3FC><td align=right>"._QXZ("Download customer chat files").": </td><td align=left><a href='vdchat_customer.zip'>"._QXZ("Download")."</a> $NWB#inbound_groups-download_chat_files$NWE</td></tr>\n";
|
||||
|
||||
echo "<input type=hidden name=form_end value=\"END\">\n";
|
||||
echo "<tr bgcolor=#B6D3FC><td align=center colspan=2><input type=submit name=SUBMIT value='"._QXZ("SUBMIT")."'></td></tr>\n";
|
||||
@@ -30345,7 +30372,7 @@ if ($ADD==311111111111111)
|
||||
|
||||
echo "<tr bgcolor=#B6D3FC><td align=right>"._QXZ("Allow Chats").": </td><td align=left><select size=1 name=allow_chats><option>1</option><option>0</option><option selected>$allow_chats</option></select>$NWB#settings-allow_chats$NWE</td></tr>\n";
|
||||
|
||||
echo "<tr bgcolor=#B6D3FC><td align=right>"._QXZ("Chat Timeout in seconds").": </td><td align=left><input type=text name=chat_timeout size=3 maxlength=3 value=\"$chat_timeout\">$NWB#campaigns-chat_timeout$NWE</td></tr>\n";
|
||||
echo "<tr bgcolor=#B6D3FC><td align=right>"._QXZ("Chat Timeout in seconds").": </td><td align=left><input type=text name=chat_timeout size=3 maxlength=3 value=\"$chat_timeout\">$NWB#settings-chat_timeout$NWE</td></tr>\n";
|
||||
|
||||
echo "<tr bgcolor=#B6D3FC><td align=right>"._QXZ("Chat URL").": </td><td align=left><input type=text name=chat_url size=50 maxlength=255 value=\"$chat_url\">$NWB#settings-chat_url$NWE</td></tr>\n";
|
||||
|
||||
@@ -31399,7 +31426,7 @@ if ($ADD==1000)
|
||||
echo "<TABLE><TR><TD>\n";
|
||||
echo "<FONT FACE=\"ARIAL,HELVETICA\" COLOR=BLACK SIZE=2>";
|
||||
|
||||
$stmt="SELECT group_id,group_name,queue_priority,active,call_time_id,group_color,user_group from vicidial_inbound_groups $whereLOGadmin_viewable_groupsSQL order by group_id;";
|
||||
$stmt="SELECT group_id,group_name,queue_priority,active,call_time_id,group_color,user_group from vicidial_inbound_groups where group_handling='PHONE' $LOGadmin_viewable_groupsSQL order by group_id;";
|
||||
$rslt=mysql_to_mysqli($stmt, $link);
|
||||
$ingroups_to_print = mysqli_num_rows($rslt);
|
||||
|
||||
|
||||
@@ -47,6 +47,7 @@
|
||||
# 150429-1232 - Added new user API restrictions
|
||||
# 150513-2310 - Added POP3 Auth Mode
|
||||
# 150608-1154 - Added manual dial override field entry and updated manual dial search and filter entries
|
||||
# 150609-1204 - Added chat-related entries
|
||||
#
|
||||
|
||||
require("dbconnect_mysqli.php");
|
||||
@@ -54,7 +55,7 @@ require("functions.php");
|
||||
|
||||
#############################################
|
||||
##### START SYSTEM_SETTINGS LOOKUP #####
|
||||
$stmt = "SELECT use_non_latin,enable_queuemetrics_logging,enable_vtiger_integration,qc_features_active,outbound_autodial_active,sounds_central_control_active,enable_second_webform,user_territories_active,custom_fields_enabled,admin_web_directory,webphone_url,first_login_trigger,hosted_settings,default_phone_registration_password,default_phone_login_password,default_server_password,test_campaign_calls,active_voicemail_server,voicemail_timezones,default_voicemail_timezone,default_local_gmt,campaign_cid_areacodes_enabled,pllb_grouping_limit,did_ra_extensions_enabled,expanded_list_stats,contacts_enabled,alt_log_server_ip,alt_log_dbname,alt_log_login,alt_log_pass,tables_use_alt_log_db,call_menu_qualify_enabled,admin_list_counts,allow_voicemail_greeting,svn_revision,allow_emails,level_8_disable_add,pass_key,pass_hash_enabled,disable_auto_dial,country_code_list_stats,enable_languages,language_method,enable_third_webform FROM system_settings;";
|
||||
$stmt = "SELECT use_non_latin,enable_queuemetrics_logging,enable_vtiger_integration,qc_features_active,outbound_autodial_active,sounds_central_control_active,enable_second_webform,user_territories_active,custom_fields_enabled,admin_web_directory,webphone_url,first_login_trigger,hosted_settings,default_phone_registration_password,default_phone_login_password,default_server_password,test_campaign_calls,active_voicemail_server,voicemail_timezones,default_voicemail_timezone,default_local_gmt,campaign_cid_areacodes_enabled,pllb_grouping_limit,did_ra_extensions_enabled,expanded_list_stats,contacts_enabled,alt_log_server_ip,alt_log_dbname,alt_log_login,alt_log_pass,tables_use_alt_log_db,call_menu_qualify_enabled,admin_list_counts,allow_voicemail_greeting,svn_revision,allow_emails,level_8_disable_add,pass_key,pass_hash_enabled,disable_auto_dial,country_code_list_stats,enable_languages,language_method,enable_third_webform,allow_chats FROM system_settings;";
|
||||
$rslt=mysql_to_mysqli($stmt, $link);
|
||||
if ($DB) {echo "$stmt\n";}
|
||||
$qm_conf_ct = mysqli_num_rows($rslt);
|
||||
@@ -105,6 +106,7 @@ if ($qm_conf_ct > 0)
|
||||
$SSenable_languages = $row[41];
|
||||
$SSlanguage_method = $row[42];
|
||||
$SSenable_third_webform = $row[43];
|
||||
$SSallow_chats = $row[44];
|
||||
}
|
||||
##### END SETTINGS LOOKUP #####
|
||||
###########################################
|
||||
@@ -736,8 +738,10 @@ if ($SSqc_features_active > 0)
|
||||
<BR>
|
||||
<A NAME="campaigns-allow_closers">
|
||||
<BR>
|
||||
<B><?php echo _QXZ("Allow Closers"); ?> -</B><?php echo _QXZ("This is where you can set whether the users of this campaign will have the option to send the call to a closer.");
|
||||
<B><?php echo _QXZ("Allow Closers"); ?> -</B>
|
||||
<?php
|
||||
|
||||
echo _QXZ("This is where you can set whether the users of this campaign will have the option to send the call to a closer.");
|
||||
|
||||
if ($SSallow_emails > 0)
|
||||
{
|
||||
@@ -745,9 +749,22 @@ if ($SSallow_emails > 0)
|
||||
<BR>
|
||||
<A NAME="campaigns-allow_emails">
|
||||
<BR>
|
||||
<B>Allow Emails"); ?> -</B><?php echo _QXZ("This is where you can set whether the users of this campaign will be able to receive inbound emails in addition to phone calls.");
|
||||
<B><?php echo _QXZ("Allow Emails"); ?> -</B><?php echo _QXZ("This is where you can set whether the users of this campaign will be able to receive inbound emails in addition to phone calls."); ?>
|
||||
<?php
|
||||
}
|
||||
|
||||
if ($SSallow_chats > 0)
|
||||
{
|
||||
?>
|
||||
<BR>
|
||||
<A NAME="campaigns-allow_chats">
|
||||
<BR>
|
||||
<B><?php echo _QXZ("Allow Chats"); ?> -</B><?php echo _QXZ("This is where you can set whether the users of this campaign will be able to conduct chats in addition to receive phone calls."); ?>
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
|
||||
|
||||
<BR>
|
||||
<A NAME="campaigns-default_xfer_group">
|
||||
<BR>
|
||||
@@ -1321,7 +1338,7 @@ if ($SSoutbound_autodial_active > 0)
|
||||
<BR>
|
||||
<A NAME="campaigns-get_call_launch">
|
||||
<BR>
|
||||
<B><?php echo _QXZ("Get Call Launch"); ?> -</B><?php echo _QXZ("This menu allows you to choose whether you want to auto-launch the web-form page in a separate window, auto-switch to the SCRIPT tab or do nothing when a call is sent to the agent for this campaign. If custom list fields are enabled on your system, FORM will open the FORM tab upon connection of a call to an agent."); ?>
|
||||
<B><?php echo _QXZ("Get Call Launch"); ?> -</B><?php echo _QXZ("This menu allows you to choose whether you want to auto-launch the web-form page in a separate window, auto-switch to the SCRIPT, EMAIL, or CHAT tab ,emails and chats must be allowed to have those options available, or do nothing when a call is sent to the agent for this campaign. If custom list fields are enabled on your system, FORM will open the FORM tab upon connection of a call to an agent."); ?>
|
||||
|
||||
<BR>
|
||||
<A NAME="campaigns-xferconf_a_dtmf">
|
||||
@@ -2136,7 +2153,12 @@ if ($SSqc_features_active > 0)
|
||||
<BR>
|
||||
<A NAME="inbound_groups-get_call_launch">
|
||||
<BR>
|
||||
<B><?php echo _QXZ("Get Call Launch"); ?> -</B><?php echo _QXZ("This menu allows you to choose whether you want to auto-launch the web-form page in a separate window, auto-switch to the SCRIPT tab or do nothing when a call is sent to the agent for this campaign. If custom list fields are enabled on your system, FORM will open the FORM tab upon connection of a call to an agent."); ?>
|
||||
<B><?php echo _QXZ("Get Call Launch"); ?> -</B><?php echo _QXZ("This menu allows you to choose whether you want to auto-launch the web-form page in a separate window, auto-switch to the SCRIPT, EMAIL, or CHAT tab ,emails and chats must be allowed to have those options available, or do nothing when a call is sent to the agent for this campaign. If custom list fields are enabled on your system, FORM will open the FORM tab upon connection of a call to an agent."); ?>
|
||||
|
||||
<BR>
|
||||
<A NAME="inbound_groups-group_handling">
|
||||
<BR>
|
||||
<B><?php echo _QXZ("Group Handling"); ?> -</B><?php echo _QXZ("This menu allows you to choose what type of inbound activity this group should handle. PHONE means this in-group is for handling phone calls and will show under the In-Group section. EMAIL is for handling incoming emails and will cause the group to be listed under the Email Group section. CHAT is for handling customer chats and will cause the group to be listed under the Email Group section"); ?>
|
||||
|
||||
<BR>
|
||||
<A NAME="inbound_groups-xferconf_a_dtmf">
|
||||
@@ -2593,6 +2615,11 @@ if ($SSqc_features_active > 0)
|
||||
<BR>
|
||||
<B><?php echo _QXZ("Uniqueid Status Prefix"); ?> -</B><?php echo _QXZ("If PREFIX option is selected above then this is the value of that prefix. Default is empty."); ?>
|
||||
|
||||
<BR>
|
||||
<A NAME="inbound_groups-download_chat_files">
|
||||
<BR>
|
||||
<B><?php echo _QXZ("Download Customer Chat Files"); ?> -</B><?php echo _QXZ("Clicking this link will allow you to download the files that make up the customer chat interface. You can then unzip, and place the unzipped vdchat_customer folder in the htdocs folder on you web server, or a server or location of your choosing. Said location MUST be on a server with Vicidial installed specific to your system. Enter the URL of the final location in the Chat URL setting under the System Settings."); ?>
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -4735,6 +4762,21 @@ FR_SPAC 00 00 00 00 00 - <?php echo _QXZ("France space separated phone number");
|
||||
<BR>
|
||||
<B><?php echo _QXZ("Allow Emails"); ?> -</B><?php echo _QXZ("This is where you can set whether this system will be able to receive inbound emails in addition to phone calls."); ?>
|
||||
|
||||
<BR>
|
||||
<A NAME="settings-allow_chats">
|
||||
<BR>
|
||||
<B><?php echo _QXZ("Allow Chats"); ?> -</B><?php echo _QXZ("This is where you can set whether this system will be able to receive incoming chats in addition to phone calls, as well as allow agent-to-agent and agent-to-manager chatting."); ?>
|
||||
|
||||
<BR>
|
||||
<A NAME="settings-chat_timeout">
|
||||
<BR>
|
||||
<B><?php echo _QXZ("Chat Timeout"); ?> -</B><?php echo _QXZ("This is where you can set how long a customer chat can stay alive after the customer has navigated away from or closed their chat window. When the timeout is reached the chat is closed."); ?>
|
||||
|
||||
<BR>
|
||||
<A NAME="settings-chat_url">
|
||||
<BR>
|
||||
<B><?php echo _QXZ("Chat URL"); ?> -</B><?php echo _QXZ("This is the location where you have placed the chat web pages for customer use."); ?>
|
||||
|
||||
<BR>
|
||||
<A NAME="settings-first_login_trigger">
|
||||
<BR>
|
||||
|
||||
Reference in New Issue
Block a user