[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: copy.blade.php
{{ Form::model($project, ['route' => ['project.copy.store', $currentWorkspace->slug, $project->id], 'method' => 'POST', 'class' => 'needs-validation', 'novalidate']) }} <div class="modal-body"> <div class="row"> <div class="col-12"> <div class="form-group m-2"> <div class="form-check"> {{ Form::checkbox('project', 'all', '', ['class' => 'form-check-input ', 'id' => 'all']) }} {{ Form::label('all', __('All'), ['class' => 'form-check-label']) }} </div> </div> {{-- project task --}} <div class="form-group m-2"> <div class="form-check"> {{ Form::checkbox('task[]', 'task', '', ['class' => 'form-check-input checkbox', 'id' => 'task']) }} {{ Form::label('task', __('Task'), ['class' => 'form-check-label']) }} </div> </div> <div class="row mx-4"> <div class="col-4 form-group"> <div class="form-check"> {{ Form::checkbox('task[]', 'sub_task', '', ['class' => 'form-check-input checkbox task', 'id' => 'sub_task']) }} {{ Form::label('sub_task', __('Sub Task'), ['class' => 'form-check-label']) }} </div> </div> <div class="col-4 form-group"> <div class="form-check"> {{ Form::checkbox('task[]', 'task_comment', '', ['class' => 'form-check-input checkbox task', 'id' => 'task_comment']) }} {{ Form::label('task_comment', __('Comment'), ['class' => 'form-check-label']) }} </div> </div> <div class="col-4 form-group"> <div class="form-check"> {{ Form::checkbox('task[]', 'task_files', '', ['class' => 'form-check-input checkbox task', 'id' => 'task_files']) }} {{ Form::label('task_files', __('Files'), ['class' => 'form-check-label']) }} </div> </div> </div> {{-- project bug --}} <div class="form-group m-2"> <div class="form-check"> {{ Form::checkbox('bug[]', 'bug', '', ['class' => 'form-check-input checkbox', 'id' => 'bug']) }} {{ Form::label('bug', __('Bug'), ['class' => 'form-check-label']) }} </div> </div> <div class="row mx-4"> <div class="col-6 form-group"> <div class="form-check"> {{ Form::checkbox('bug[]', 'bug_comment', '', ['class' => 'form-check-input checkbox bug', 'id' => 'bug_comment']) }} {{ Form::label('bug_comment', __('Comment'), ['class' => 'form-check-label']) }} </div> </div> <div class="col-6 form-group"> <div class="form-check"> {{ Form::checkbox('bug[]', 'bug_files', '', ['class' => 'form-check-input checkbox bug', 'id' => 'bug_files']) }} {{ Form::label('bug_files', __('Files'), ['class' => 'form-check-label']) }} </div> </div> </div> <div class="form-group m-2"> <div class="form-check"> {{ Form::checkbox('user[]', 'user', '', ['class' => 'form-check-input checkbox', 'id' => 'user']) }} {{ Form::label('user', __('Team Member'), ['class' => 'form-check-label']) }} </div> </div> <div class="form-group m-2"> <div class="form-check"> {{ Form::checkbox('client[]', 'client', '', ['class' => 'form-check-input checkbox', 'id' => 'client']) }} {{ Form::label('client', __('Client'), ['class' => 'form-check-label']) }} </div> </div> <div class="form-group m-2"> <div class="form-check"> {{ Form::checkbox('milestone[]', 'milestone', '', ['class' => 'form-check-input checkbox', 'id' => 'milestone']) }} {{ Form::label('milestone', __('Milestone'), ['class' => 'form-check-label']) }} </div> </div> <div class="form-group m-2"> <div class="form-check"> {{ Form::checkbox('project_file[]', 'project_file', '', ['class' => 'form-check-input checkbox', 'id' => 'project_file']) }} {{ Form::label('project_file', __('Project File'), ['class' => 'form-check-label']) }} </div> </div> <div class="form-group m-2"> <div class="form-check acti_vity d-none11"> {{ Form::checkbox('activity[]', 'activity', '', ['class' => 'form-check-input checkbox', 'id' => 'activity']) }} {{ Form::label('activity', __('Activity'), ['class' => 'form-check-label']) }} </div> </div> </div> </div> </div> <div class="modal-footer"> <button type="button" class="btn btn-secondary" data-bs-dismiss="modal">{{ __('Cancel') }}</button> <button type="submit" class="btn btn-primary">{{ __('Copy') }}</button> </div> {{ Form::close() }} <script> $(document).ready(function() { $('#all').on('click', function() { if (this.checked) { // $(".acti_vity").removeClass('d-none'); $('.checkbox').each(function() { this.checked = true; }); } else { // $(".acti_vity").addClass('d-none'); $('.checkbox').each(function() { this.checked = false; }); } }); }); </script> <script> $(document).ready(function() { $("#sub_task").click(function() { $("#task").prop("checked", true); }); $("#task_comment").click(function() { $("#task").prop("checked", true); }); $("#task_files").click(function() { $("#task").prop("checked", true); }); $("#bug_comment").click(function() { $("#bug").prop("checked", true); }); $("#bug_files").click(function() { $("#bug").prop("checked", true); }); $('#task').on('click', function() { $('.task').each(function() { this.checked = false; }); }); $('#bug').on('click', function() { $('.bug').each(function() { this.checked = false; }); }); // $('.checkbox').on('click',function(){ // if(this.checked){ // $(".acti_vity").removeClass('d-none'); // }else{ // if($('.checkbox').is(':checked')){ // $(".acti_vity").removeClass('d-none'); // }else{ // $(".acti_vity").addClass('d-none'); // } // } // }); }); </script>
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: server1.winmanyltd.com
Server IP: 203.161.60.52
PHP Version: 8.3.27
Server Software: Apache
System: Linux server1.winmanyltd.com 4.18.0-553.22.1.el8_10.x86_64 #1 SMP Tue Sep 24 05:16:59 EDT 2024 x86_64
HDD Total: 117.98 GB
HDD Free: 59.64 GB
Domains on IP: N/A (Requires external lookup)
System Features
Safe Mode:
Off
disable_functions:
None
allow_url_fopen:
On
allow_url_include:
Off
magic_quotes_gpc:
Off
register_globals:
Off
open_basedir:
None
cURL:
Enabled
ZipArchive:
Enabled
MySQLi:
Enabled
PDO:
Enabled
wget:
Yes
curl (cmd):
Yes
perl:
Yes
python:
Yes (py3)
gcc:
Yes
pkexec:
Yes
git:
Yes
User Info
Username: eliosofonline
User ID (UID): 1002
Group ID (GID): 1003
Script Owner UID: 1002
Current Dir Owner: 1002