diff --git a/view/templates/email_notify_html.tpl b/view/templates/email_notify_html.tpl index 94fac74471..d9eeb841fd 100644 --- a/view/templates/email_notify_html.tpl +++ b/view/templates/email_notify_html.tpl @@ -1,4 +1,3 @@ - @@ -6,28 +5,33 @@ - +
- + + + + - - - - {{if $content_allowed}} +{{if $content_allowed}} {{if $source_photo}} - - - {{/if}} - - - {{/if}} - - - - + + + + + {{/if}} + + +{{/if}} + + + + -
{{$product}}
+ +
{{$product}}
+
+
{{$preamble nofilter}}
{{$preamble}}
{{$source_name}}
{{$title}}
{{$htmlversion}}
{{$hsitelink}}
{{$hitemlink}}
{{$thanks}}
{{$site_admin}}
{{$source_name}}
{{$title}}
{{$htmlversion nofilter}}
{{$hsitelink nofilter}}
{{$hitemlink nofilter}}
{{$thanks}}
{{$site_admin}}
+ - diff --git a/view/templates/photo_view.tpl b/view/templates/photo_view.tpl index d5c3d68269..4f5be40fc5 100644 --- a/view/templates/photo_view.tpl +++ b/view/templates/photo_view.tpl @@ -22,17 +22,17 @@ {{/if}} {{if $tags.2}}
{{$tags.3}}
{{/if}} -{{if $edit}}{{$edit}}{{/if}} +{{if $edit}}{{$edit nofilter}}{{/if}} {{if $likebuttons}}
- {{$likebuttons}} - {{$like}} - {{$dislike}} + {{$likebuttons nofilter}} + {{$like nofilter}} + {{$dislike nofilter}}
{{/if}} -{{$comments}} +{{$comments nofilter}} {{$paginate nofilter}} diff --git a/view/theme/frio/templates/photo_view.tpl b/view/theme/frio/templates/photo_view.tpl index 1d39b16eef..359c426696 100644 --- a/view/theme/frio/templates/photo_view.tpl +++ b/view/theme/frio/templates/photo_view.tpl @@ -68,13 +68,13 @@ {{/if}} {{* The part for editing the photo - only available for the edit subpage *}} - {{if $edit}}{{$edit}}{{/if}} + {{if $edit}}{{$edit nofilter}}{{/if}} {{if $likebuttons}}
- {{$likebuttons}} - {{$like}} - {{$dislike}} + {{$likebuttons nofilter}} + {{$like nofilter}} + {{$dislike nofilter}}
{{/if}}
@@ -82,7 +82,7 @@ {{* Insert the comments *}}
- {{$comments}} + {{$comments nofilter}}
{{$paginate nofilter}} diff --git a/view/theme/quattro/templates/photo_view.tpl b/view/theme/quattro/templates/photo_view.tpl index cd1a7ccc99..0b65c2c535 100644 --- a/view/theme/quattro/templates/photo_view.tpl +++ b/view/theme/quattro/templates/photo_view.tpl @@ -20,18 +20,18 @@ {{/if}} {{if $tags.2}}
{{$tags.3}}
{{/if}} -{{if $edit}}{{$edit}}{{/if}} +{{if $edit}}{{$edit nofilter}}{{/if}} {{if $likebuttons}}
- {{$likebuttons}} - {{$like}} - {{$dislike}} + {{$likebuttons nofilter}} + {{$like nofilter}} + {{$dislike nofilter}}
{{/if}}
- {{$comments}} + {{$comments nofilter}}
{{$paginate nofilter}} diff --git a/view/theme/vier/templates/photo_view.tpl b/view/theme/vier/templates/photo_view.tpl index 21eda89b35..aa3f7aadd5 100644 --- a/view/theme/vier/templates/photo_view.tpl +++ b/view/theme/vier/templates/photo_view.tpl @@ -22,18 +22,18 @@ {{/if}} {{if $tags.2}}
{{$tags.3}}
{{/if}} -{{if $edit}}{{$edit}}{{/if}} +{{if $edit}}{{$edit nofilter}}{{/if}} {{if $likebuttons}}
- {{$likebuttons}} - {{$like}} - {{$dislike}} + {{$likebuttons nofilter}} + {{$like nofilter}} + {{$dislike nofilter}}
{{/if}}
-{{$comments}} + {{$comments nofilter}}
{{$paginate nofilter}}