summaryrefslogtreecommitdiffstats
path: root/templates/bubble_details.tpl
diff options
context:
space:
mode:
authorAndreas Unterkircher <unki@netshadow.at>2007-07-14 06:33:18 +0000
committerAndreas Unterkircher <unki@netshadow.at>2007-07-14 06:33:18 +0000
commita365bbcf0ccc18cc5cee9e5cc697725279b02e53 (patch)
treea4a3006eefdc72bfe6321696f6b8c907f498e106 /templates/bubble_details.tpl
parent99b313d1ae233bc46374a6ba435447b5f7b669af (diff)
issue41, remove any trace of the javascript bubble
git-svn-id: file:///var/lib/svn/phpfspot/trunk@196 fa6a889d-dae6-447d-9e79-4ba9a3039384
Diffstat (limited to 'templates/bubble_details.tpl')
-rw-r--r--templates/bubble_details.tpl13
1 files changed, 0 insertions, 13 deletions
diff --git a/templates/bubble_details.tpl b/templates/bubble_details.tpl
deleted file mode 100644
index 53cd168..0000000
--- a/templates/bubble_details.tpl
+++ /dev/null
@@ -1,13 +0,0 @@
-<table>
- <tr>
- <td>
- <img class="{$image_id}" src="{$image_url}" />
- </td>
- </tr>
- <tr>
- <td style="text-align: center; padding-left: 36px;">
- {$file_name}<br />
- {$file_size}kb, {$width}x{$height}
- </td>
- </tr>
-</table>