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]