You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.
What file (files) contain the narrative that prints out above each of the admin features? ie. see below.
..."If you do not know the tracking number for the order you wish to view, choose to view a listing of all orders to find the number you're looking for by clicking the link below the search form."
I checked /cgi-bin/librabry/modules/admin_tracking, but it only contains the HTML for the form elements.
Reason? Once I am familiar with the functions, I am going to blank the file (files) to speed admin interface load time.
Perhaps a laundry list of where and what the files of the program contain/do should be included in the software manual. I seem to spend quite a lot of time hunting for some element that takes 2 seconds to tailor once I find it.
Thanks in advance.
Check out the file:
./data/site/admin_messenger.db
I suggest leaving in all the lines and only deleting the text. This most likely won't spead the load time. The load time in the administrator is mostly affected by the loading of the DHTML menu code, which is executed from:
./cgi-bin/library/modules/admin_header.pl
and
./cgi-bin/library/modules/admin_menu.pl
Offline