[TikiWiki-commits] [Git][tikiwiki/tiki][master] [FIX][UI] Mismatch in view-forum-thread div opening and closing tags broke middle columns layout.
"Gary Cunningham-Lee \(--- via TikiWiki-cvs" <[email protected]> Sat, 25 Jul 2026 07:36:44 +0000
| Newsgroups | gmane.comp.cms.tiki.cvs |
|---|---|
| Message-ID | <6a64678c3faa3_385c23806255f@gitlab-sidekiq-low-urgency-cpu-bound-v2-7d8cd68bcd-wls8p.mail> |
Gary Cunningham-Lee pushed to branch master at Tiki Wiki CMS Groupware / Tiki
Commits:
23fbc021 by Gary Cunningham-Lee at 2026-07-25T16:25:05+09:00
[FIX][UI] Mismatch in view-forum-thread div opening and closing tags broke middle columns layout.
---
* [FIX][UI] Mismatch in view-forum-thread div opening and closing tags broke middle columns layout.
See merge request tikiwiki/tiki!10783
- - - - -
1 changed file:
- templates/tiki-view_forum_thread.tpl
Changes:
=====================================
templates/tiki-view_forum_thread.tpl
=====================================
@@ -45,7 +45,7 @@
<div>
{if empty($thread_info.topic.threadId)}
<span>
- {if ($prev_topic and $prev_topic ne $comments_parentId) or $next_topic}{if $prev_topic and $prev_topic ne $comments_parentId}<a href="tiki-view_forum_thread.php?comments_parentId={$prev_topic}&topics_offset={$topics_prev_offset}{$topics_sort_mode_param}{$topics_threshold_param}{$topics_find_param}{$comments_per_page_param}{$thread_style_param}{$thread_sort_mode_param}{$comments_threshold_param}" class="link">{icon name="angle-left"}{tr}Previous topic{/tr}</a>{if $next_topic} | {/if}{/if}
+ {if ($prev_topic and $prev_topic ne $comments_parentId) or $next_topic}{if $prev_topic and $prev_topic ne $comments_parentId}<a href="tiki-view_forum_thread.php?comments_parentId={$prev_topic}&topics_offset={$topics_prev_offset}{$topics_sort_mode_param}{$topics_threshold_param}{$topics_find_param}{$comments_per_page_param}{$thread_style_param}{$thread_sort_mode_param}{$comments_threshold_param}" class="link">{icon name="angle-left"} {tr}Previous topic{/tr}</a>{if $next_topic} | {/if}{/if}
{if $next_topic}<a href="tiki-view_forum_thread.php?comments_parentId={$next_topic}&topics_offset={$topics_next_offset}{$topics_sort_mode_param}{$topics_threshold_param}{$topics_find_param}{$comments_per_page_param}{$thread_style_param}{$thread_sort_mode_param}{$comments_threshold_param}" class="link">{tr}Next topic{/tr} {icon name="angle-right"}</a>{/if}{/if}
</span>
{else}
@@ -54,9 +54,8 @@
</span>
{/if}
</div>
- </div>
- <div class="text-end">
-{block name=thread_actions}
+<div class="text-end">
+ {block name=thread_actions}
<div class="btn-group">
{if ! $js}<ul><li>{/if}
@@ -125,10 +124,8 @@
</div>
{if ! $js}</li></ul>{/if}
</div>
- </div>
- </div>
-{/block}
-
+ {/block}
+</div>
{if $openpost eq 'y'}
{$postclass="forumpostopen"}
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/23fbc021d1af0b567b23cc7db1ab1a2f427f0cf5
--
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/23fbc021d1af0b567b23cc7db1ab1a2f427f0cf5
You're receiving this email because of your account on gitlab.com. Manage all notifications: https://gitlab.com/-/profile/notifications | Help: https://gitlab.com/help
_______________________________________________
TikiWiki-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tikiwiki-cvs