hhtconsult
Guest
Joined: 05 Apr 2006
Posts: 3
|
| Posted: Wed Apr 05, 2006 10:27 pm Post subject: Re: Home page Metrics |
|
|
The pages you need to look for translation are
1) Key Metrics - look for the page
modules/CustomView/ListViewTop.php
Look for the code:
echo get_form_header("Key Metrics", '', false);
Change the word "Key Metrics" as needed
2) Other metrics module titles - look for
modules/CustomView/ListViewTop.html
Look for the code (right at the beginning of the page):
class="moduleListTitle"> Metrics</td>
and
class="moduleListTitle"> Count</td>
Change the titles Metrics and Count as needed
I had the same problem and was able to figure it out today!
Good Luck :-) |
|