⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.19
Server IP:
178.33.27.10
Server:
Linux cpanel.dev-unit.com 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
Server Software:
Apache/2.4.57 (Unix) OpenSSL/1.0.2k-fips
PHP Version:
8.2.11
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
id
/
crm.dev-unit.com
/
storage
/
framework
/
views
/
View File Name :
a876945d53a2655612fd700454a26469fe32dd44.php
<div id="editLanguageModal" class="modal fade" role="dialog"> <div class="modal-dialog"> <!-- Modal content--> <div class="modal-content"> <div class="modal-header"> <h5 class="modal-title" id="skillHeader"><?php echo e(__('messages.translator_manager.edit_language')); ?></h5> <button type="button" aria-label="Close" class="close" data-dismiss="modal">×</button> </div> <?php echo e(Form::open(['id'=>'editLanguageForm'])); ?> <div class="modal-body"> <div class="alert alert-danger d-none" id="validationErrorsBox"></div> <div class="row"> <?php echo e(Form::hidden('language_id',null,['id' => 'languageId'])); ?> <span class="ml-3"><b><?php echo e(__('messages.common.note')); ?></b>: <?php echo e(__('messages.translator_manager.language_short_code')); ?>.</span> <div class="form-group col-sm-12"> <?php echo e(Form::label('name',__('messages.common.name').':')); ?><span class="text-danger">*</span> <?php echo e(Form::text('name', null, ['class' => 'form-control langName','required','maxlength'=>'2','onkeyup' => 'if (/^$|\s+/.test(this.value)) this.value = this.value.replace(/\D/g,"")','placeholder'=>__('messages.common.name')])); ?> </div> </div> <div class="text-right"> <?php echo e(Form::button(__('messages.common.save'), ['type'=>'submit','class' => 'btn btn-primary','id'=>'btnSave','data-loading-text'=>"<span class='spinner-border spinner-border-sm'></span> Processing..."])); ?> <button type="button" id="btnCancel" class="btn btn-light ml-1" data-dismiss="modal"><?php echo e(__('messages.common.cancel')); ?></button> </div> </div> <?php echo e(Form::close()); ?> </div> </div> </div> <?php /**PATH /home/id/crm.dev-unit.com/resources/views/translation_manager/edit_modal.blade.php ENDPATH**/ ?>