Skip to content

Commit

Permalink
Init update for hub list and grid
Browse files Browse the repository at this point in the history
  • Loading branch information
Xpirix committed Oct 10, 2024
1 parent 1395bd8 commit 48320fc
Show file tree
Hide file tree
Showing 6 changed files with 345 additions and 202 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -325,3 +325,4 @@ div
background: white
padding-top: 3rem
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1)
z-index: 1
2 changes: 1 addition & 1 deletion qgis-app/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{% render_bundle 'main' %}

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<html class="has-navbar-fixed-top">
<head>
<title>{% block title %}QGIS {% block extratitle %}Plugins{% endblock %}{% endblock %}</title>
<meta name="AUTHOR" content="QGIS Web Team" />
Expand Down
2 changes: 1 addition & 1 deletion qgis-app/templates/base/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ <h2>{% if title %}{{title}}{% else %}{% trans "All" %} {{ resource_name }}s{% en
{% if queries %}
Keyword: "<strong>{{ queries }}</strong>" <br /> Search result:
{% endif %}
{{ count }} record{{ object_list.count|pluralize:"s" }} found.
{{ count }} record{{ object_list.count|pluralize:"s" }} found. hwllo
</p>
<div class="list-grid">
<a class="btn pull-right is-list" href="#"><i class="icon-th-list"></i></a>
Expand Down
Loading

0 comments on commit 48320fc

Please sign in to comment.