From cfd8e88e57a762e0b1771e4552030a3befaabe37 Mon Sep 17 00:00:00 2001 From: Tomasz Sowa Date: Tue, 16 Feb 2021 19:44:57 +0100 Subject: [PATCH] changed markup in fun_thread.html, removed item_options.html (was not used by winix) WIP: #2 --- winixd/html/fun_thread.html | 4 ++-- winixd/html/item_options.html | 39 ----------------------------------- 2 files changed, 2 insertions(+), 41 deletions(-) delete mode 100644 winixd/html/item_options.html diff --git a/winixd/html/fun_thread.html b/winixd/html/fun_thread.html index 6ee92ac..2a88bd9 100644 --- a/winixd/html/fun_thread.html +++ b/winixd/html/fun_thread.html @@ -6,7 +6,7 @@ [end] [if not [thread_mount_arg_is "sort_desc"]] -
+
[if item_can_write]{edit}[end] [if thread_mount_arg_is "subject"][item_subject][end] [if thread_mount_arg_is "info"][include "item_info.html"][end] @@ -36,7 +36,7 @@ [if thread_mount_arg_is "sort_desc"] -
+
[if item_can_write]{edit}[end] [if thread_mount_arg_is "subject"][item_subject][end] [if thread_mount_arg_is "info"][include "item_info.html"][end] diff --git a/winixd/html/item_options.html b/winixd/html/item_options.html deleted file mode 100644 index bce4d34..0000000 --- a/winixd/html/item_options.html +++ /dev/null @@ -1,39 +0,0 @@ -[if not [winix_function_param_is "fullscreen"]] -[if dir_can_write item_can_write] -
- - [if dir_can_write] -

{add_page}

- - [end] - - [if item_is item_can_write] -

{edit_page}

- - [end] - -

{admin_options}:

- -
-[end] -[end]