[gen] When param Ref.select is a Search instance, Search.name can be ommitted; added code that shows a warning: Appy is not compatible with MSIE below 9.
This commit is contained in:
parent
a45dfa8dd0
commit
dda894089a
14 changed files with 54 additions and 4 deletions
|
@ -181,6 +181,10 @@ class AbstractWrapper(object):
|
|||
|
||||
<table class=":(cfg.skin == 'wide') and 'mainWide main' or 'main'"
|
||||
align="center" cellpadding="0">
|
||||
<!-- The browser incompatibility message when relevant -->
|
||||
<tr var="bi=ztool.getBrowserIncompatibility()" if="bi"
|
||||
class="wrongBrowser"><td>:bi</td></tr>
|
||||
|
||||
<tr class="top" if="not inPopup">
|
||||
<!-- Top banner -->
|
||||
<td var="bannerName=(dir == 'ltr') and 'banner' or 'bannerrtl'"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue