From: Michael Tremer Date: Sun, 28 Oct 2012 21:04:30 +0000 (+0100) Subject: Make tables hover again. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa522f9a662839caefac3be3954654ddc86a144a;p=pbs.git Make tables hover again. --- diff --git a/data/templates/build-detail.html b/data/templates/build-detail.html index 8692634c..219fbf74 100644 --- a/data/templates/build-detail.html +++ b/data/templates/build-detail.html @@ -283,7 +283,7 @@
- +
diff --git a/data/templates/builder-list.html b/data/templates/builder-list.html index 7d79463c..11a7c3dd 100644 --- a/data/templates/builder-list.html +++ b/data/templates/builder-list.html @@ -28,7 +28,7 @@
-
{{ _("Created") }} {{ format_date(build.created, full_format=True) }}
+
diff --git a/data/templates/distro-source-commit-detail.html b/data/templates/distro-source-commit-detail.html index 2152e206..e411b6d9 100644 --- a/data/templates/distro-source-commit-detail.html +++ b/data/templates/distro-source-commit-detail.html @@ -112,7 +112,7 @@

{{ _("Packages created from this commit") }}

{% if commit.packages %} -
 
+
{% for pkg in commit.packages %}
diff --git a/data/templates/distro-source-commit-reset.html b/data/templates/distro-source-commit-reset.html index e2be478d..f9955189 100644 --- a/data/templates/distro-source-commit-reset.html +++ b/data/templates/distro-source-commit-reset.html @@ -60,7 +60,7 @@

{{ _("These packages will be deleted") }}

- +
{% for pkg in commit.packages %}
diff --git a/data/templates/docs-whatsthis.html b/data/templates/docs-whatsthis.html index 354e33f0..8d565af7 100644 --- a/data/templates/docs-whatsthis.html +++ b/data/templates/docs-whatsthis.html @@ -28,7 +28,7 @@ {{ _("Read carefully.") }}

- +
diff --git a/data/templates/jobs-detail.html b/data/templates/jobs-detail.html index 640d478a..076cf755 100644 --- a/data/templates/jobs-detail.html +++ b/data/templates/jobs-detail.html @@ -87,7 +87,7 @@
-
{{ _("Yeah, that's it!") }}
+
diff --git a/data/templates/mirrors-list.html b/data/templates/mirrors-list.html index 2d882999..2c6121a5 100644 --- a/data/templates/mirrors-list.html +++ b/data/templates/mirrors-list.html @@ -27,7 +27,7 @@

{% if mirrors %} -
{{ _("State") }}
+
diff --git a/data/templates/modules/bugs-table.html b/data/templates/modules/bugs-table.html index e672723f..70e549a0 100644 --- a/data/templates/modules/bugs-table.html +++ b/data/templates/modules/bugs-table.html @@ -1,4 +1,4 @@ -
 
+
{% for bug in bugs %}
diff --git a/data/templates/modules/build-table.html b/data/templates/modules/build-table.html index 3451e7fc..61c37764 100644 --- a/data/templates/modules/build-table.html +++ b/data/templates/modules/build-table.html @@ -1,5 +1,5 @@ {% if builds %} - +
diff --git a/data/templates/modules/commits-table.html b/data/templates/modules/commits-table.html index 9667e131..38f1915b 100644 --- a/data/templates/modules/commits-table.html +++ b/data/templates/modules/commits-table.html @@ -1,4 +1,4 @@ -
{{ _("Build") }}
+
diff --git a/data/templates/modules/jobs-list.html b/data/templates/modules/jobs-list.html index ebeb776c..a7eb01a7 100644 --- a/data/templates/modules/jobs-list.html +++ b/data/templates/modules/jobs-list.html @@ -1,5 +1,5 @@ {% if jobs %} -
{{ _("Commit") }}
+
{% for job in jobs %}
diff --git a/data/templates/modules/jobs-table.html b/data/templates/modules/jobs-table.html index 614a9657..95b9d962 100644 --- a/data/templates/modules/jobs-table.html +++ b/data/templates/modules/jobs-table.html @@ -1,4 +1,4 @@ - +
diff --git a/data/templates/modules/log-files-table.html b/data/templates/modules/log-files-table.html index 92f7be01..518c815a 100644 --- a/data/templates/modules/log-files-table.html +++ b/data/templates/modules/log-files-table.html @@ -1,4 +1,4 @@ -
{{ _("Arch") }}
+
diff --git a/data/templates/modules/packages-files-table.html b/data/templates/modules/packages-files-table.html index 08b66559..3b9cfb0e 100644 --- a/data/templates/modules/packages-files-table.html +++ b/data/templates/modules/packages-files-table.html @@ -1,4 +1,4 @@ -
{{ _("Filename") }}
+
{% for file in filelist %} diff --git a/data/templates/modules/packages-table.html b/data/templates/modules/packages-table.html index 68320bc0..bb2f13f1 100644 --- a/data/templates/modules/packages-table.html +++ b/data/templates/modules/packages-table.html @@ -1,4 +1,4 @@ -
+
diff --git a/data/templates/modules/repository-table.html b/data/templates/modules/repository-table.html index 1f707228..a62d79f2 100644 --- a/data/templates/modules/repository-table.html +++ b/data/templates/modules/repository-table.html @@ -1,4 +1,4 @@ -
{{ _("Name") }}
+
diff --git a/data/templates/modules/source-table.html b/data/templates/modules/source-table.html index 9b5a868a..2fbff25b 100644 --- a/data/templates/modules/source-table.html +++ b/data/templates/modules/source-table.html @@ -1,4 +1,4 @@ -
{{ _("Name") }}
+
diff --git a/data/templates/modules/updates-table.html b/data/templates/modules/updates-table.html index 39c449d4..53733a7b 100644 --- a/data/templates/modules/updates-table.html +++ b/data/templates/modules/updates-table.html @@ -1,4 +1,4 @@ -
{{ _("Name") }}
+
{% for update in updates %} diff --git a/data/templates/package-detail-list.html b/data/templates/package-detail-list.html index 81802b2d..1704f666 100644 --- a/data/templates/package-detail-list.html +++ b/data/templates/package-detail-list.html @@ -105,7 +105,7 @@ {% if build_times %}

{{ _("Build times") }}

-
+
{% for arch, build_time in build_times %} diff --git a/data/templates/packages-list.html b/data/templates/packages-list.html index eb88ecce..1c947d31 100644 --- a/data/templates/packages-list.html +++ b/data/templates/packages-list.html @@ -57,7 +57,7 @@
-
+
{% for letter, pkgs in sorted(packages.items()) %} diff --git a/data/templates/repository-detail.html b/data/templates/repository-detail.html index d759b39d..f4736e82 100644 --- a/data/templates/repository-detail.html +++ b/data/templates/repository-detail.html @@ -84,7 +84,7 @@

{{ _("Total build time") }}

-
+
{% for arch, build_time in build_times %} diff --git a/data/templates/search-results.html b/data/templates/search-results.html index 28b6cec8..ae1a366f 100644 --- a/data/templates/search-results.html +++ b/data/templates/search-results.html @@ -49,7 +49,7 @@ ({{ len(pkgs) }}) -
+
{% for pkg in pkgs %} @@ -79,7 +79,7 @@ {{ _("%s was found in the following package.", "%s was found in the following packages.", len(files)) % pattern }}

-
+
{% for pkg, file in files %} @@ -105,7 +105,7 @@ ({{ len(users) }}) -
+
{% for user in users %} diff --git a/data/templates/uploads-list.html b/data/templates/uploads-list.html index f40207fa..5e760cb5 100644 --- a/data/templates/uploads-list.html +++ b/data/templates/uploads-list.html @@ -31,7 +31,7 @@ {% if uploads %}
-
+
diff --git a/data/templates/user-profile.html b/data/templates/user-profile.html index 6ccf2ea7..2d0537d7 100644 --- a/data/templates/user-profile.html +++ b/data/templates/user-profile.html @@ -118,7 +118,7 @@

{% else %} -
{{ _("Filename") }}
+
{{ _("User is allowed to create scratch builds?") }}