item description shows as lightbox caption

This commit is contained in:
Ryan Walberg 2012-12-01 20:37:53 +00:00
parent 409929d526
commit fbcae57f3e
2 changed files with 2 additions and 2 deletions

View file

@ -108,7 +108,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
<a href="{$row.url|escape:'htmlall'}" target="_blank"><img src="images/link.png" border="0" alt="URL" title="URL"></a>
{/if}
{if $row.image_filename != '' && $opt.allow_images}
<a rel="lightbox" href="{$opt.image_subdir}/{$row.image_filename}"><img src="images/image.png" border="0" alt="Image" /></a>
<a rel="lightbox" href="{$opt.image_subdir}/{$row.image_filename}" title="{$row.description|escape:'htmlall'}"><img src="images/image.png" border="0" alt="Image" /></a>
{/if}
</td>
<td nowrap>{$row.rendered}</td>

View file

@ -108,7 +108,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
<a href="{$row.url}" target="_blank"><img src="images/link.png" border="0" alt="URL" title="URL"></a>
{/if}
{if $row.image_filename != '' && $opt.allow_images}
<a rel="lightbox" href="{$opt.image_subdir}/{$row.image_filename}"><img src="images/image.png" border="0" alt="Image" /></a>
<a rel="lightbox" href="{$opt.image_subdir}/{$row.image_filename}" title="{$row.description|escape:'htmlall'}"><img src="images/image.png" border="0" alt="Image" /></a>
{/if}
</td>
<td>{$row.category|default:"&nbsp;"}</td>