Commit a1c7afcf authored by Łukasz Nowak's avatar Łukasz Nowak

Show correctly lack of results.

parent 14d7eb93
......@@ -8,7 +8,7 @@
<dictionary>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts22843801.21</string> </value>
<value> <string>ts22844544.4</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
......@@ -227,7 +227,6 @@ function drawSoftwareReleaseList(data) {\n
var li = $(\'<li>\').appendTo(ul);\n
li.addClass(\'software_release_more\');\n
var navigation_div = $(\'<div>\');\n
navigation_div.addClass(\'software_release_more\');\n
navigation_div.html(\'Sorry, no results.\');\n
li.append(navigation_div);\n
}\n
......@@ -373,7 +372,7 @@ function hashController ()\n
</item>
<item>
<key> <string>size</string> </key>
<value> <int>11238</int> </value>
<value> <int>11184</int> </value>
</item>
<item>
<key> <string>title</string> </key>
......
......@@ -220,7 +220,7 @@ a.software_release_navigation {text-decoration: none; color: #fc7c25; white-spac
\n
div.software_release_search {text-align: right;}\n
\n
div.software_release_more {position:relative; width:100%; height: 26px;background-color: #008080;}\n
li.software_release_more {text-decoration: none; list-style: none;}\n
\n
.sr_right_active {float:right; margin: 2px; height:22px; width:24px; background:url(<tal:block tal:replace="images_path"/>sr_right_active.png);cursor: pointer;}\n
.sr_right_inactive {float:right; margin: 2px; height:22px; width:24px; background:url(<tal:block tal:replace="images_path"/>sr_right_inactive.png);}\n
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment