Opened 17 years ago
Closed 17 years ago
#804 closed bug (Invalid)
classic template: missing $base prefix
| Reported by: | touki@jenux.homelinux.org | Owned by: | mvoncken |
|---|---|---|---|
| Priority: | trivial | Milestone: | |
| Component: | Web UI | Version: | 1.1.0 |
| Keywords: | Cc: |
Description
A image url inside part_label_filters.html misses the $base prefix:
--- part_label_filters.html.orig 2009-02-17 10:54:48.000000000 +0100
+++ part_label_filters.html 2009-02-17 10:54:59.000000000 +0100
@@ -20,7 +20,7 @@
>
<a href="$self_url(filter_cat=cat, filter_value=value, sort=get('sort'), order=get('order')) ">
$if cat == "state":
- <img src="/pixmaps/$(value.lower())"></img>
+ <img src="$base/pixmaps/$(value.lower())"></img>
$if cat == "tracker_host":
<img src="$base/tracker/icon/$value" width="16" height="16"></img>
$if not value:
Note:
See TracTickets
for help on using tickets.



webui is a complete rewrite so this is no longer relevant