From 5b9248f45f0ce93f9ffe2252f5fb955032ecd529 Mon Sep 17 00:00:00 2001 From: maTh <1645099+math-GH@users.noreply.github.com> Date: Fri, 15 Nov 2024 09:14:23 +0100 Subject: New: Label menu in article row (#6984) * configs * add the icon in the entry header line * rename comment * Update main.js * CSS * comment typo fix * fix gloabl view my labels menu * improved: my labels dropdown with triangle now. yay! --- app/views/configure/display.phtml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'app/views/configure/display.phtml') diff --git a/app/views/configure/display.phtml b/app/views/configure/display.phtml index 9584f37ea..de07f1ab2 100644 --- a/app/views/configure/display.phtml +++ b/app/views/configure/display.phtml @@ -210,7 +210,9 @@ topline_favorite ? ' checked="checked"' : '' ?> data-leave-validation="topline_favorite ?>" /> - + topline_myLabels ? ' checked="checked"' : '' ?> + data-leave-validation="topline_myLabels ?>" /> topline_sharing ? ' checked="checked"' : '' ?> -- cgit v1.2.3