projects
/
booh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
277dd2b
)
the return to thumbnails actual link is set by javascript
author
Guillaume Cottenceau
<gcottenc@gmail.com>
Mon, 1 Mar 2010 11:10:47 +0000
(12:10 +0100)
committer
Guillaume Cottenceau
<gcottenc@gmail.com>
Mon, 1 Mar 2010 11:10:47 +0000
(12:10 +0100)
bin/booh-backend
patch
|
blob
|
history
diff --git
a/bin/booh-backend
b/bin/booh-backend
index
4c9dac8
..
40bed8f
100644
(file)
--- a/
bin/booh-backend
+++ b/
bin/booh-backend
@@
-1425,7
+1425,7
@@
def walk_source_dir
i.sub!(/~~flowplayer_active~~/, 'false')
end
- i.gsub!(/~~thumbnails~~/, '<a
href="thumbnails-' + size2js(sizeobj['name']) + $htmlsuffix + '"
id="thumbnails">' + defer_translation(N_('return to thumbnails')) + '</a>')
+ i.gsub!(/~~thumbnails~~/, '<a id="thumbnails">' + defer_translation(N_('return to thumbnails')) + '</a>')
i.gsub!(/~~theme~~/, $theme)
i.gsub!(/~~current_size~~/, size2js(sizeobj['name']))
i.gsub!(/~~htmlsuffix~~/, $htmlsuffix)