Ticket #716: prefs.inc.patch
File prefs.inc.patch, 1.6 KB (added by , 16 years ago) |
---|
-
prefs.inc
860 860 if ($columns) { 861 861 row1("Combined preferences".$switch_link, 2, "heading"); 862 862 echo "<tr><td colspan=2>"; 863 start_table("width=100% border=4");863 start_table("width=100%"); 864 864 prefs_show_privacy($user); 865 865 venue_show($user); 866 866 row_top("Project specific settings"); … … 875 875 row1("Primary (default) preferences".$switch_link, 2, "heading"); 876 876 } 877 877 echo "<tr><td colspan=2>"; 878 start_table("width=100% border=4");878 start_table("width=100%"); 879 879 prefs_show_resource($project_prefs, false); 880 880 if ($project_has_beta) prefs_show_beta($project_prefs, false); 881 881 prefs_show_privacy($user); … … 916 916 if ($columns) { 917 917 row1("Combined preferences".$switch_link, 2, "heading"); 918 918 echo "<tr><td colspan=2>"; 919 start_table("width=100% border=4");919 start_table("width=100%"); 920 920 prefs_show_columns_global($global_prefs); 921 921 end_table(); 922 922 echo "</td></tr>\n"; … … 926 926 row1("Primary (default) preferences".$switch_link, 2, "heading"); 927 927 } 928 928 echo "<tr><td colspan=2>"; 929 start_table("width=100% border=4");929 start_table("width=100%"); 930 930 prefs_show_global($global_prefs); 931 931 $tokens = url_tokens($user->authenticator); 932 932 row2("<br>", "<a href=prefs_edit.php?subset=global$tokens>Edit preferences</a>");