+ add the feature of toggle help link.

This commit is contained in:
wangchunsheng
2010-09-13 11:02:40 +00:00
parent cd7a847fc4
commit 296a73a842
6 changed files with 17 additions and 9 deletions
+1
View File
@@ -150,6 +150,7 @@ EOT;
{
echo html::a(helper::createLink('user', 'login'), $lang->login);
}
echo html::a('#', $lang->switchHelp, '', "onclick='toggleHelpLink();'");
echo html::a(helper::createLink('misc', 'about'), $lang->aboutZenTao, '', "class='about'");
echo html::select('', $app->config->langs, $app->getClientLang(), 'class=switcher onchange="selectLang(this.value)"');
}