diff --git a/example.env b/example.env deleted file mode 100644 index 18dbf2e92..000000000 --- a/example.env +++ /dev/null @@ -1,18 +0,0 @@ -APP_ENV=production -APP_DEBUG=false -APP_KEY=SomeRandomString -DB_TYPE= -DB_HOST= -DB_PORT= -DB_DATABASE= -DB_USERNAME= -DB_PASSWORD= -DB_INSTALL=%0% -MAIL_DRIVER=smtp -MAIL_HOST=mailtrap.io -MAIL_PORT=2525 -MAIL_USERNAME=null -MAIL_PASSWORD=null -CACHE_DRIVER=file -SESSION_DRIVER=file -QUEUE_DRIVER=sync diff --git a/resources/lang/en/lang.php b/resources/lang/en/lang.php index 25260c1fb..08e7dcdf3 100644 --- a/resources/lang/en/lang.php +++ b/resources/lang/en/lang.php @@ -1507,6 +1507,10 @@ return [ * User Module * -------------------------------------------------------------------------------------------- */ + 'agent_report' =>'Agent Report', + 'assign_tickets'=>'Assign Tickets', + 'delete_agent'=>'Delete Agent', + 'delete_user'=>'Delete User', 'confirm_deletion' => 'Confirm Deletion', 'delete_all_content' => ' Delete all content', 'agent_profile' => 'Agent Profile', @@ -1523,7 +1527,7 @@ return [ 'role_change_successfully' => 'Role Change Successfully', 'user_delete_successfully' => 'User Delete Successfully', 'agent_delete_successfully' => 'Agent Delete Successfully', - 'select_another_user' => 'Select Another User', - 'agent_delete_successfully_and_ticket_assign_to_another_user' => 'Agent Delete Successfully And Ticket Assign TO Another User', + 'select_another_agent' => 'Select Another Agent', + 'agent_delete_successfully_and_ticket_assign_to_another_agent' => 'Agent Delete Successfully And Ticket Assign TO Another Agent', ]; diff --git a/resources/views/themes/default1/agent/helpdesk/user/show.blade.php b/resources/views/themes/default1/agent/helpdesk/user/show.blade.php index a26377510..97af5624d 100644 --- a/resources/views/themes/default1/agent/helpdesk/user/show.blade.php +++ b/resources/views/themes/default1/agent/helpdesk/user/show.blade.php @@ -216,7 +216,14 @@ class="active" -