diff options
author | Chris Mytton <self@hecticjeff.net> | 2013-09-12 11:29:37 +0100 |
---|---|---|
committer | Chris Mytton <self@hecticjeff.net> | 2013-09-12 11:29:37 +0100 |
commit | 327407222c53c78e87ad4bcad26c16a00d971a11 (patch) | |
tree | 960c16068e1409e2a24ad3bc4f09aba9333dbd43 | |
parent | 411019877f9e48687f3e295dc5883b64ed53ba92 (diff) |
[Zurich] Always render fancybox css/js
This is so the admin can still display photos in a fancybox when the
photo has not yet been published.
-rw-r--r-- | templates/web/zurich/report/photo-js.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/web/zurich/report/photo-js.html b/templates/web/zurich/report/photo-js.html new file mode 100644 index 000000000..05588d085 --- /dev/null +++ b/templates/web/zurich/report/photo-js.html @@ -0,0 +1,6 @@ +[% extra_css = BLOCK %] + <link rel="stylesheet" href="[% version('/js/fancybox/jquery.fancybox-1.3.4.css') %]"> +[% END %] +[% extra_js = BLOCK %] + <script src="[% version('/js/fancybox/jquery.fancybox-1.3.4.pack.js') %]" charset="utf-8"></script> +[% END %] |