Merge commit 'upstream/master'

This commit is contained in:
Beckett Madden-Woods
2011-01-09 04:03:31 +00:00
3 changed files with 22 additions and 2 deletions
@@ -243,10 +243,18 @@
selectedClass: "selected",
tpl: new Ext.XTemplate(
'<tpl for=".">',
'<tpl if="thumb_url">',
'<div class="thumb thumb-{type}" id="thumb-{id}" rel="{id}">',
'<img src="{thumb_url}" width="{width}" height="{height}" title="{title}">',
'<div class="icon"></div>',
'</div>',
'</tpl>',
'<tpl if="!thumb_url">',
'<div class="thumb thumb-missing thumb-{type}" id="thumb-{id}" rel="{id}">',
'<span>' + <?= t("No thumbnail")->for_js() ?> + '</span>',
'<div class="icon"></div>',
'</div>',
'</tpl>',
'</tpl>')
});