[gen] Various bugfixes: single-temlplate pod fields, ajax master/slaves and IE10, popup management.
This commit is contained in:
parent
a417db2ad9
commit
ac08d2d795
5 changed files with 26 additions and 31 deletions
|
@ -442,7 +442,7 @@ class ToolWrapper(AbstractWrapper):
|
|||
|
||||
<!-- The title of the search -->
|
||||
<p>
|
||||
<x>:uiSearch.translated</x> (<x>:totalNumber</x>)
|
||||
<x>:uiSearch.translated</x> (<span class="discreet">:totalNumber</span>)
|
||||
<x if="showNewSearch and (searchName == 'customSearch')"> —
|
||||
<i><a href=":newSearchUrl">:_('search_new')</a></i>
|
||||
</x>
|
||||
|
|
|
@ -101,9 +101,6 @@ class AbstractWrapper(object):
|
|||
<script var="gaCode=ztool.getGoogleAnalyticsCode()" if="gaCode"
|
||||
type="text/javascript">:gaCode</script>
|
||||
|
||||
<!-- Grey background shown when popups are shown -->
|
||||
<div id="grey" class="grey"></div>
|
||||
|
||||
<!-- Popup for confirming an action -->
|
||||
<div id="confirmActionPopup" class="popup">
|
||||
<form id="confirmActionForm" method="post">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue