kannan Posted September 7, 2009 Share Posted September 7, 2009 Hi, Is there any script to display server time in client side? Please suggest me.. Regards, kannan 0 Quote Link to comment Share on other sites More sharing options...
bear Posted September 7, 2009 Share Posted September 7, 2009 Simple enough to insert a PHP date function in the page, and offset to match your server time, no? You don't need to actually connect to the server. 0 Quote Link to comment Share on other sites More sharing options...
siforek Posted September 7, 2009 Share Posted September 7, 2009 Put this in the desired template file. {php}echo date("h:i:s A");{/php} 0 Quote Link to comment Share on other sites More sharing options...
kannan Posted September 7, 2009 Author Share Posted September 7, 2009 Thanks , Is there any javascript function to display server time ? bcoz php files are encrypted if it is javascript function means i will add it in tpl file Regards, kannan 0 Quote Link to comment Share on other sites More sharing options...
kannan Posted September 7, 2009 Author Share Posted September 7, 2009 ok Thank you... Regards. kannan 0 Quote Link to comment Share on other sites More sharing options...
siforek Posted September 7, 2009 Share Posted September 7, 2009 ok Thank you... Regards. kannan Answer your own question? 0 Quote Link to comment Share on other sites More sharing options...
kannan Posted September 7, 2009 Author Share Posted September 7, 2009 Thank you Mr.siforek , It is working fine.. Regards, kannan 0 Quote Link to comment Share on other sites More sharing options...
kannan Posted September 7, 2009 Author Share Posted September 7, 2009 Is it possible to change option value "Answered " into "Awaiting Client Reply" in ticket status on reply to client. Please suggest me.. Regards, kannan 0 Quote Link to comment Share on other sites More sharing options...
siforek Posted September 7, 2009 Share Posted September 7, 2009 Is it possible to change option value "Answered " into "Awaiting Client Reply" in ticket status on reply to client. Please suggest me.. Regards, kannan Try checking the language files first.. If it's not possible to change it there(which I'm pretty sure it is) then it's possible to use a smarty replace function to do it. 0 Quote Link to comment Share on other sites More sharing options...
kannan Posted September 7, 2009 Author Share Posted September 7, 2009 Thank you , status field is changed from Answered to Awaiting client reply when i click "All Active Tickets". but status drop down value doesn't change. I want to change all "Answered" into "Awaiting Client Reply" Is it possible? Regards, kannan 0 Quote Link to comment Share on other sites More sharing options...
siforek Posted September 7, 2009 Share Posted September 7, 2009 Thank you , status field is changed from Answered to Awaiting client reply when i click "All Active Tickets". but status drop down value doesn't change. I want to change all "Answered" into "Awaiting Client Reply" Is it possible? Regards, kannan I looked for it, but can't seem to find the dropdown you're speaking of..? 0 Quote Link to comment Share on other sites More sharing options...
kannan Posted September 7, 2009 Author Share Posted September 7, 2009 Answer your own question? No no.. before i saw ur reply i sent my query.. 0 Quote Link to comment Share on other sites More sharing options...
kannan Posted September 8, 2009 Author Share Posted September 8, 2009 I looked for it, but can't seem to find the dropdown you're speaking of..? Hi , Sorry, this is i am saying in admin side not customer side. Regards, Palanishankar A 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.