From 21c97c6a1376a38a3951c57069317c17c81029f8 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Fri, 14 Sep 2007 11:34:08 +0000 Subject: Added project module concept. A project module (eg. issue tracking, news, wiki,...) is a set of permissions that can enabled/disabled at project level. For each project, modules can be enabled on the project settings view ('Modules' tab). This requires a specific permission: 'Select project modules' (if this permission is turned off, only Redmine administrators can choose which modules a project uses). When applying this migration, all modules are enabled for all existing projects. git-svn-id: http://redmine.rubyforge.org/svn/trunk@725 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/issue_categories/edit.rhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/issue_categories') diff --git a/app/views/issue_categories/edit.rhtml b/app/views/issue_categories/edit.rhtml index 54a1f0c66..bc627797b 100644 --- a/app/views/issue_categories/edit.rhtml +++ b/app/views/issue_categories/edit.rhtml @@ -2,5 +2,5 @@ <% labelled_tabular_form_for :category, @category, :url => { :action => 'edit', :id => @category } do |f| %> <%= render :partial => 'issue_categories/form', :locals => { :f => f } %> -<%= submit_tag l(:button_create) %> +<%= submit_tag l(:button_save) %> <% end %> -- cgit v1.2.3