[gen] Bugfixes.

This commit is contained in:
Gaetan Delannay 2013-07-15 16:41:45 +02:00
parent 5d350de491
commit f2b19e4141
2 changed files with 3 additions and 3 deletions

View file

@ -290,7 +290,7 @@ class SearchDescr(Descr):
self.translatedDescr = tool.translate(labelDescr)
else:
self.translatedDescr = ''
self.px = self.pxSearch
self.px = self.pxView
# ------------------------------------------------------------------------------
upperLetter = re.compile('[A-Z]')

View file

@ -445,8 +445,8 @@ class AbstractWrapper(object):
<!-- Connect link if discreet login -->
<a if="isAnon and discreetLogin" id="loginLink" name="loginLink"
onclick="showLoginForm()" class="pageLink"
class="clickable">:_('app_connect')</a>
onclick="showLoginForm()"
class="pageLink clickable">:_('app_connect')</a>
<!-- Language selector -->
<select if="ztool.showLanguageSelector()"