Calendar Pop Up

Forum dedicated to Mods for HESK created by Mike Koch

Moderator: mkoch227

Post Reply
bastiaan.c
Posts: 142
Joined: Sat Jun 22, 2013 9:24 pm

Calendar Pop Up

Post 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
mkoch227
Posts: 666
Joined: Wed Jul 04, 2012 3:37 pm

Re: Calendar Pop Up

Post 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.
Mike, Lead Developer of Image HESK: A surprisingly simple, user-friendly and FREE help desk software with integrated knowledgebase.
Post Reply