From 79fcbc82dc9c8d9d7023823e6e44e56e4970ff9d Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sat, 11 Jun 2016 07:26:23 +0000 Subject: Adds a setting for choosing the new object menu item style (#15880). Set to use the new "+" drop-down by default, but let users revert to the "New issue" tab, or no menu item at all. git-svn-id: http://svn.redmine.org/redmine/trunk@15508 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/settings/_display.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/settings') diff --git a/app/views/settings/_display.html.erb b/app/views/settings/_display.html.erb index 1185a7cae..be3e70e34 100644 --- a/app/views/settings/_display.html.erb +++ b/app/views/settings/_display.html.erb @@ -25,7 +25,7 @@

<%= setting_text_field :thumbnails_size, :size => 6 %>

-

<%= setting_check_box :new_project_issue_tab_enabled %>

+

<%= setting_select :new_item_menu_tab, [[l(:label_none), '0'], [l(:label_new_project_issue_tab_enabled), '1'], [l(:label_new_object_tab_enabled), '2']] %>

<%= submit_tag l(:button_save) %> -- cgit v1.2.3