6 hours ago, ProAvia said:
I moved your post to a new topic as it isn’t directly related to phpVMS 5.5.2.72
Can you provide a link to the skin?
To move the “Fill out all of the required fields:” you can add spaces before it using for each space. You may need to add 5 or more spaces to get it to move to the right so all the wording is fully visible. There are probably other ways to do this also.
6 hours ago, gio1961 said:
Hi, same skin. I solved it with a modal window. This is the file (core_message.php) here is my code and it works perfectly. Try it and see if it works. Of course, adapt it to your skin
<?php if(!defined(‘IN_PHPVMS’) && IN_PHPVMS !== true) { die(); } ?> <script type=“text/javascript”> $(window).load(function(){ $(‘#message’).modal(‘show’); }); </script> <?php echo ‘<div id=“message” class=“modal fade” tabindex=“-1” role=“dialog” aria-hidden=“true” data-backdrop=“static” data-keyboard=“false”> <div class=“modal-dialog”> <div class=“modal-content”> <!-- Modal Header –> <div class=“modal-header text-center”> <h2 class=“modal-title”><i class=“fa fa-exclamation”></i> Information</h2> </div> <!-- END Modal Header –> <!-- Modal Body –> <div class=“modal-body”> <center><p>’.$message.'</p></center> </div> <!-- END Modal Body –> </div> </div> </div> '; ?>
try to insert it above the code
<form action=“<?php echo url(‘/pireps/mine’);?>” method=“post”>
<?php
if(isset($message))
echo ‘<div class=“callout callout-warning”>
<h4>Error</h4>
<p>’.$message.‘</p></div>’;
?>
Hi ProAvia! Thanks for your answer!
So, I did what you suggested but it didn’t work. I have no idea what is going on.
I think my PHPVMS is not executing the changes made to the core_message.php file.
Nothing I do changed the view!
Regarding your question, I am customizing the AdminLTE 3.0 bootstrap template.
You can download it from the link below.
https://adminlte.io/themes/dev/AdminLTE/index.html