You are not logged in.
Pages: 1
Hello everyone,
Is there any one who know how to modify interface of GLPI ?
For exemple, if we want to modify interface of contract, which files exact need we touch?
Urgent for me ..
Thanks
Offline
It is a little more complicated.
You have two folders: inc and front.
In .inc you have the classes that do the inner workings of GLPI. If you are familiar with the model/view/controller (which was not yet invented the time GLPI was started), these would be the controller (for doing business logic stuff) and the model (working with the GLPI objects/database).
And then you have the .front folder that generally does interface, but not always.
To modify one screen, the contracts for example, check the browser address for which php file is used and then go from there.
For instance, the ticket form in ticket.form.php is generated mainly in commonitilobject.php
Last edited by geoalbi (2013-10-10 10:53:03)
Offline
can I for example delete the category dropdown urgent ?
Offline
Dude, the original post and my reply are 10 years old!
Offline
Pages: 1