Merge branch 'bug_9945' into 3.12-master
This commit is contained in:
commit
d79be2962e
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ $(document).ready(function() {
|
|||
[% FOREACH imageset IN imagesets %]
|
||||
<div id="[% imageset.imagesetname %]"><ul>
|
||||
[% FOREACH image IN imageset.images %]
|
||||
<li style="float: none; display: inline; clear : none; width: auto;">
|
||||
<li style="float: none; display: inline-block; clear : none; width: auto;">
|
||||
<label> [% IF ( image.StaffImageUrl ) %]
|
||||
<img src="[% image.StaffImageUrl %]" alt="[% image.StaffImageUrl %]" title="[% image.StaffImageUrl %]" />
|
||||
[% ELSE %]
|
||||
|
|
Loading…
Reference in a new issue