/
var
/
www
/
vhosts
/
ihelp.ro
/
httpdocs
/
templates
/
element
/
flash
/
/var/www/vhosts/ihelp.ro/httpdocs/templates/element/flash
mkdir
upload
Name
Size
Mode
Actions
default.php
373
0644
edit
dl
rm
error.php
623
0644
edit
dl
rm
success.php
625
0644
edit
dl
rm
Edit:
/var/www/vhosts/ihelp.ro/httpdocs/templates/element/flash/success.php
(625B)
<?php /** * @var \App\View\AppView $this * @var array $params * @var string $message */ if (!isset($params['escape']) || $params['escape'] !== false) { $message = h($message); } ?> <?php $this->append('script'); ?> <script> $(document).ready(function() { Swal.fire({ position: 'center', icon: 'success', title: '<?= $message ?>', showConfirmButton: false, timerProgressBar: true, timer: 22200, // onClose: () => { // location.reload(); // } }) }); </script> <?php $this->end() ?>
Save
append('script'); ?> end() ?>