aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormistic100 <mistic@piwigo.org>2011-05-26 11:37:50 +0000
committermistic100 <mistic@piwigo.org>2011-05-26 11:37:50 +0000
commitb06f2a641c5be56bc76122c478b3fdd8ee5aeda6 (patch)
treec895910adcee31bcfbe12074be1bfd7e361c3f32
parent1d3caa2cedc8a5462dd5dd99ddfb0094c28f34c7 (diff)
merge r11062 from trunk
git-svn-id: http://piwigo.org/svn/branches/2.2@11063 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r--themes/default/template/picture.tpl2
-rw-r--r--themes/default/template/picture_content.tpl2
2 files changed, 2 insertions, 2 deletions
diff --git a/themes/default/template/picture.tpl b/themes/default/template/picture.tpl
index f52dc3255..78233f3c2 100644
--- a/themes/default/template/picture.tpl
+++ b/themes/default/template/picture.tpl
@@ -95,7 +95,7 @@ y.callService(
{$ELEMENT_CONTENT}
{if isset($COMMENT_IMG)}
-<p>{$COMMENT_IMG}</p>
+<p class="imageComment">{$COMMENT_IMG}</p>
{/if}
{if isset($U_SLIDESHOW_STOP)}
diff --git a/themes/default/template/picture_content.tpl b/themes/default/template/picture_content.tpl
index c4c6da3bf..53681b585 100644
--- a/themes/default/template/picture_content.tpl
+++ b/themes/default/template/picture_content.tpl
@@ -2,7 +2,7 @@
{combine_script id='core.scripts' load='async' path='themes/default/js/scripts.js'}
<a href="javascript:phpWGOpenWindow('{$high.U_HIGH}','{$high.UUID}','scrollbars=yes,toolbar=no,status=no,resizable=yes')">
{/if}
- <img src="{$SRC_IMG}" style="width:{$WIDTH_IMG}px;height:{$HEIGHT_IMG}px;" alt="{$ALT_IMG}"
+ <img src="{$SRC_IMG}" style="width:{$WIDTH_IMG}px;height:{$HEIGHT_IMG}px;" alt="{$ALT_IMG}" id="theMainImage"
{if isset($COMMENT_IMG)}
title="{$COMMENT_IMG|@strip_tags:false|@replace:'"':' '}" {else} title="{$current.TITLE|@replace:'"':' '} - {$ALT_IMG}"
{/if}>