changed markup in fun_thread.html, removed item_options.html (was not used by winix)

WIP: #2
This commit is contained in:
2021-02-16 19:44:57 +01:00
parent 8169cb5a7e
commit cfd8e88e57
2 changed files with 2 additions and 41 deletions

View File

@@ -6,7 +6,7 @@
[end]
[if not [thread_mount_arg_is "sort_desc"]]
<div class="winix_threadbox">
<div class="uk-margin">
[if item_can_write]<a class="uk-button uk-button-default uk-button-small" href="[item_link]/emacs" rel="nofollow">{edit}</a>[end]
[if thread_mount_arg_is "subject"]<h2[if thread_mount_arg_is "info"] class="winix_withinfo"[end]>[item_subject]</h2>[end]
[if thread_mount_arg_is "info"][include "item_info.html"][end]
@@ -36,7 +36,7 @@
[if thread_mount_arg_is "sort_desc"]
<div class="winix_threadbox">
<div class="uk-margin">
[if item_can_write]<a class="uk-button uk-button-default uk-button-small" href="[item_link]/emacs" rel="nofollow">{edit}</a>[end]
[if thread_mount_arg_is "subject"]<h2[if thread_mount_arg_is "info"] class="winix_withinfo"[end]>[item_subject]</h2>[end]
[if thread_mount_arg_is "info"][include "item_info.html"][end]