aboutsummaryrefslogtreecommitdiffstats
path: root/themes/default/template/comment_list.tpl
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2013-10-10 04:40:46 +0000
committerrvelices <rv-github@modusoptimus.com>2013-10-10 04:40:46 +0000
commitb75d88bdf06756f87d660ed1e44aff39eeb915b1 (patch)
tree946a4080377468b2d10e9bd2200eaf0ea69ede05 /themes/default/template/comment_list.tpl
parentd1838b99bc8130cc872077f01b97b603358260b0 (diff)
do not load ajax loader on picture page because of comments
added some minor margins to avoid runin on small devices on calendar bars git-svn-id: http://piwigo.org/svn/trunk@24831 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/default/template/comment_list.tpl')
-rw-r--r--themes/default/template/comment_list.tpl10
1 files changed, 5 insertions, 5 deletions
diff --git a/themes/default/template/comment_list.tpl b/themes/default/template/comment_list.tpl
index a04baf27e..5fe4e2f47 100644
--- a/themes/default/template/comment_list.tpl
+++ b/themes/default/template/comment_list.tpl
@@ -1,16 +1,16 @@
{if isset($comment_derivative_params)}
{strip}{html_style}
-.commentElement .illustration{ldelim}
- width: {$comment_derivative_params->max_width()+5}px
+.commentElement .illustration{
+ width:{$comment_derivative_params->max_width()+5}px
}
-.content .commentElement .description{ldelim}
- min-height: {$comment_derivative_params->max_height()+5}px
+.content .commentElement .description{
+ min-height:{$comment_derivative_params->max_height()+5}px
}
{/html_style}{/strip}
-{/if}
{footer_script}var error_icon = "{$ROOT_URL}{$themeconf.icon_dir}/errors_small.png";{/footer_script}
<div class="loader"><img src="{$ROOT_URL}{$themeconf.img_dir}/ajax_loader.gif"></div>
+{/if}
<ul class="commentsList">
{foreach from=$comments item=comment name=comment_loop}
<li class="commentElement {if $smarty.foreach.comment_loop.index is odd}odd{else}even{/if}">