]> source.dussan.org Git - redmine.git/commitdiff
Normalize HTML in settings/_users, and remove broken CSS left over from the old times...
authorGo MAEDA <maeda@farend.jp>
Thu, 28 Jul 2022 03:04:45 +0000 (03:04 +0000)
committerGo MAEDA <maeda@farend.jp>
Thu, 28 Jul 2022 03:04:45 +0000 (03:04 +0000)
Patch by Holger Just.

git-svn-id: https://svn.redmine.org/redmine/trunk@21743 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/settings/_users.html.erb
public/stylesheets/application.css

index 2ae55b1a32727cb1cd239ae13d6aca49cda8c7e3..3482b22d6f280de535ef66e3aaa993173b03868f 100644 (file)
     <p><%= setting_check_box :unsubscribe %></p>
   </div>
 
-  <fieldset class="box tabular settings">
+  <fieldset class="box">
     <legend><%= l(:label_default_values_for_new_users) %></legend>
 
-    <p><%= setting_check_box :default_users_hide_mail, :label => :field_hide_mail %></p>
-
-    <p><%= setting_select(:default_notification_option, User.valid_notification_options.collect {|o| [l(o.last), o.first.to_s]}) %></p>
-
-    <p><%= setting_check_box :default_users_no_self_notified, :label => :label_user_mail_no_self_notified %></p>
-
-    <p><%= setting_select :default_users_time_zone, ActiveSupport::TimeZone.all.collect {|z| [ z.to_s, z.name ]}, :label => :field_time_zone, :blank => :label_none %></p>
+    <div class="tabular settings">
+      <p><%= setting_check_box :default_users_hide_mail, :label => :field_hide_mail %></p>
+      <p><%= setting_select(:default_notification_option, User.valid_notification_options.collect {|o| [l(o.last), o.first.to_s]}) %></p>
+      <p><%= setting_check_box :default_users_no_self_notified, :label => :label_user_mail_no_self_notified %></p>
+      <p><%= setting_select :default_users_time_zone, ActiveSupport::TimeZone.all.collect {|z| [ z.to_s, z.name ]}, :label => :field_time_zone, :blank => :label_none %></p>
+    </div>
   </fieldset>
 
   <%= submit_tag l(:button_save) %>
index 8f676fc806616c00833167e47dde751d49e07e04..7743cf444c6539f4047230676061da5916df1917 100644 (file)
@@ -982,12 +982,6 @@ select.bool_cf {width:auto !important;}
 
 #tab-content-modules fieldset p {margin:3px 0 4px 0;}
 
-#tab-content-users .splitcontentleft {width: 64%;}
-#tab-content-users .splitcontentright {width: 34%;}
-#tab-content-users fieldset {padding:1em; margin-bottom: 1em;}
-#tab-content-users fieldset label {display: block;}
-#tab-content-users #principals {max-height: 400px; overflow: auto;}
-
 #users_for_watcher {height: 200px; overflow:auto;}
 #users_for_watcher label {display: block;}