Fix expose view in for thumbnails in resources app

- Remove image_toolbar; image_toolbar is deprecated, and replaced by expose_view feature.
This commit is contained in:
Hadi Nategh 2015-01-20 15:11:45 +00:00
parent 511028f987
commit 8d0857f9bf

View File

@ -38,7 +38,7 @@
<nextmatch-customfields id="customfields"/>
</row>
<row class="$row_cont[class]">
<image id="${row}[picture_thumb]" width="100%" image_tooltip="true" height="auto" extra_link_target="_blank" href="webdav.php/apps/resources/${row_cont[res_id]}/.picture.jpg" src="${row}[picture_thumb]" />
<image id="${row}[picture_thumb]" width="100%" expose_view="true" height="auto" extra_link_target="_blank" href="webdav.php/apps/resources/${row_cont[res_id]}/.picture.jpg" src="${row}[picture_thumb]" />
<vbox>
<description id="${row}[name]" no_lang="1"/>
<description id="${row}[short_description]" no_lang="1"/>