Thanks so much JMD, I'll make the changes you suggest. Hopefully this will fix the problem. Ryan
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of JMD Sent: Friday, January 05, 2007 4:00 PM To: Liste de diffusion des utilsateurs de GLPI Subject: Re: [Glpi-user] Beginner GLPI questions -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi Ryan, Ryan Shugart a écrit : > Hi JMD: > Thank you for your prompt reply, I appritiate it. Where can I go to > learn more about the new GLPI 0.7 release? The roadmap : https://dev.indepnet.net:8080/glpi/roadmap The features and tickets about 0.7 : https://dev.indepnet.net:8080/glpi/milestone/0.70 (...) >The calendar interface is completely unusable with that setup,which is why I >asked about disabling it. If the calendar can't be disabled, is there at >least a way to allow date entry into the edit box itself? >My thought is that since the edit box is already there, but is currently read >only, changing it from read only to an actual editable field should solve the >problem, even if the calendar is still there, how can I do this? You must edit the file display.fonction.php And modify the function showCalendarForm change this line : echo "<input id='show$rand' type='text' name='____".$element."_show' readonly size='$size' value=\"".convDate($value)."\">"; by : echo "<input id='show$rand' type='text' name='____".$element."_show' size='$size' value=\"".convDate($value)."\">"; Best regards, - -- JmD www.glpi-project.org -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (GNU/Linux) iD4DBQFFnthiyQar2dfQ77ARAgRiAKCHEfS8boBAm5lBKOmo4ma2lxtKtwCYpPTI lM96zXB/VRYglIkN/KvyLg== =8mh7 -----END PGP SIGNATURE----- _______________________________________________ Glpi-user mailing list [email protected] https://mail.gna.org/listinfo/glpi-user _______________________________________________ Glpi-user mailing list [email protected] https://mail.gna.org/listinfo/glpi-user
