Skip to content

Commit

Permalink
[2375] Updated search to use new semantic elements
Browse files Browse the repository at this point in the history
  • Loading branch information
aron committed May 16, 2012
1 parent 8cb1b0d commit 9f362df
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ckan/templates/package/search.html
Expand Up @@ -12,7 +12,7 @@
<title>Search for a Dataset</title>
</head>
<body>
<primary>
<div class="primary">
<section class="module">
<div class="content">
<form id="dataset-search" class="dataset-search clearfix" method="GET">
Expand Down Expand Up @@ -62,11 +62,11 @@
<py:if test="config.get('ckan.dumps_url')">or download a <a href="${config.get('ckan.dumps_url')}">full ${config.get('ckan.dumps_format', '')} dump</a></py:if>.
</small>
</section>
</primary>
<secondary>
</div>
<div class="secondary">
${h.snippet('snippets/facet_list.html', title='Tags', name='tags', limit=10)}
${h.snippet('snippets/facet_list.html', title='Formats', name='res_format', limit=10)}
${h.snippet('snippets/facet_list.html', title='Groups', name='groups', limit=10)}
</secondary>
</div>
</body>
</html>

0 comments on commit 9f362df

Please sign in to comment.