asah / footprint2009dev

original dev repo for AllForGood.org
http://AllForGood.org/
0 stars 1 forks source link

Change homepage language for local results #428

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Right now the home page says "Volunteer activities"

What is the expected output? What do you see instead?
Can we change it to "Activities in your area"?

What version of the product are you using? On what operating system?
All/All

Please provide any additional information below.

Original issue reported on code.google.com by ty%fire-...@gtempaccount.com on 19 Jun 2009 at 7:22

GoogleCodeExporter commented 9 years ago
not sure what you mean... adding "in your area" might not make sense if the
location sniffer worked.  here's the code:

  <div id='home_mini'>
   <div id='mini_without_location' style='display:none;'>
    Find volunteer activities near you
   </div>

   <div id='mini_with_location' style='display:none;'>
    <div id='location_message'>Volunteer activities</div>
    <div id='location_subheader'><span id='location_text_prefixed'>In <span
id='location_text'></span></span>  -
      <a href='javascript:void(0)' onclick='doHomepageChangeLocationClick();return
false;'>
        Change location
      </a>
    </div>
   </div>

Original comment by adam.sah on 28 Jun 2009 at 4:29