[dw-nonfree] add suggestions generator to site map and site footer
[commit: http://hg.dwscoalition.org/dw-nonfree/rev/c3a48761914a]
http://bugs.dwscoalition.org/show_bug.cgi?id=1695
Add "Make a Suggestion" to site footer menu for tropo schemes.
Patch by
yvi.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=1695
Add "Make a Suggestion" to site footer menu for tropo schemes.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- bin/upgrading/en_DW.dat
- cgi-bin/bml/scheme/tropo-purple.look
- cgi-bin/bml/scheme/tropo-red.look
-------------------------------------------------------------------------------- diff -r 68f656194baa -r c3a48761914a bin/upgrading/en_DW.dat --- a/bin/upgrading/en_DW.dat Thu Sep 10 14:47:26 2009 +0000 +++ b/bin/upgrading/en_DW.dat Thu Sep 10 15:23:05 2009 -0500 @@ -59,3 +59,5 @@ tropo.footer.opensource=Open Source tropo.footer.opensource=Open Source tropo.footer.sitemap=Site Map + +tropo.footer.suggestion=Make a Suggestion diff -r 68f656194baa -r c3a48761914a cgi-bin/bml/scheme/tropo-purple.look --- a/cgi-bin/bml/scheme/tropo-purple.look Thu Sep 10 14:47:26 2009 +0000 +++ b/cgi-bin/bml/scheme/tropo-purple.look Thu Sep 10 15:23:05 2009 -0500 @@ -153,6 +153,7 @@ footer<= <li><a href="<?siteroot?>/legal/diversity"><?_ml tropo.footer.legal.diversitystatement _ml?></a> • </li> <li><a href="<?siteroot?>/legal/principles"><?_ml tropo.footer.legal.guidingprinciples _ml?></a> • </li> <li><a href="<?siteroot?>/site/"><?_ml tropo.footer.sitemap _ml?></a> • </li> + <li><a href="<?siteroot?>/site/suggest"><?_ml tropo.footer.suggestion _ml?></a> • </li> <li><a href="<?siteroot?>/site/opensource"?><?_ml tropo.footer.opensource _ml?></a></li> </ul> <p><?_ml tropo.footer.info _ml?></p> diff -r 68f656194baa -r c3a48761914a cgi-bin/bml/scheme/tropo-red.look --- a/cgi-bin/bml/scheme/tropo-red.look Thu Sep 10 14:47:26 2009 +0000 +++ b/cgi-bin/bml/scheme/tropo-red.look Thu Sep 10 15:23:05 2009 -0500 @@ -153,6 +153,7 @@ footer<= <li><a href="<?siteroot?>/legal/diversity"><?_ml tropo.footer.legal.diversitystatement _ml?></a> • </li> <li><a href="<?siteroot?>/legal/principles"><?_ml tropo.footer.legal.guidingprinciples _ml?></a> • </li> <li><a href="<?siteroot?>/site/"><?_ml tropo.footer.sitemap _ml?></a> • </li> + <li><a href="<?siteroot?>/site/suggest"><?_ml tropo.footer.suggestion _ml?></a> • </li> <li><a href="<?siteroot?>/site/opensource"?><?_ml tropo.footer.opensource _ml?></a></li> </ul> <p><?_ml tropo.footer.info _ml?></p> --------------------------------------------------------------------------------