[TikiWiki-commits] [Git][tikiwiki/tiki][30.x] [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 08:00:17 +0000
| Newsgroups | gmane.comp.cms.tiki.cvs |
|---|---|
| Message-ID | <6a646d119b2fe_3819d30460461@gitlab-sidekiq-low-urgency-cpu-bound-v2-7d8cd68bcd-x5s4j.mail> |
Gary Cunningham-Lee pushed to branch 30.x at Tiki Wiki CMS Groupware / Tiki Commits: 354eb5de by Gary Cunningham-Lee at 2026-07-25T16:55:19+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. --- * [FIX][UI] Mismatch in view-forum-thread div opening and closing tags broke middle columns layout. See merge request tikiwiki/tiki!10783 (cherry picked from commit 23fbc021d1af0b567b23cc7db1ab1a2f427f0cf5) b2a4c6f4 [FIX][UI] Mismatch in view-forum-thread div opening and closing tags broke middle columns layout. Co-authored-by: Gary Cunningham-Lee <gary_c-39LOpZwlz1/[email protected]> See merge request tikiwiki/tiki!10784 - - - - - 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/354eb5deee7eb5fcd982657b507425df975058e9 -- View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/354eb5deee7eb5fcd982657b507425df975058e9 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