Page 1 of 1

Calendar Pop Up

Posted: Mon Aug 08, 2016 1:05 pm
by bastiaan.c
Hi,

I found how to add the word Status in the pop up of ticket that is in the calendar.php file:

Code: Select all

        </div>
        <div class="popover-status">
            <strong><?php echo $hesklang['status']; ?></strong>
            <span></span>
        </div>
It now shows the Word status, but not what the status is. I was looking and searching in all the files that I could think of, but I do not know what to modify else.

Can you please help? or give a suggestion? :oops:

Thanks :D

Re: Calendar Pop Up

Posted: Mon Aug 08, 2016 7:12 pm
by mkoch227
You'll need to modify calendar_dao.php, as well as mods-for-hesk-calendar.js, mods-for-hesk-calendar-admin-readonly.js, and mods-for-hesk-calendar-readonly.js to achieve what you want. This is something outside the scope of my support.