Use popovers for the product list help/details

This commit is contained in:
Eelco Dolstra
2013-04-26 17:47:30 +02:00
parent ea4c88bda1
commit 80e0e7c84a
5 changed files with 29 additions and 40 deletions

View File

@ -493,7 +493,7 @@ BLOCK makeLazyTab %]
BLOCK makePopover %]
<div class="btn btn-info pull-right hydra-popover" data-toggle="popover" data-placement="left" data-html="true" [% HTML.attributes('data-content' => content) %]>
<div class="btn hydra-popover [% classes %]" data-toggle="popover" data-html="true" [% HTML.attributes('data-content' => content, 'data-placement' => placement || 'bottom') %]>
[% title %]
</div>
[% END;