Ticket #716: prefs.inc.patch

File prefs.inc.patch, 1.6 KB (added by Simek, 16 years ago)
  • prefs.inc

     
    860860    if ($columns) {
    861861        row1("Combined preferences".$switch_link, 2, "heading");
    862862        echo "<tr><td colspan=2>";
    863         start_table("width=100% border=4");
     863        start_table("width=100%");
    864864        prefs_show_privacy($user);
    865865        venue_show($user);
    866866        row_top("Project specific settings");
     
    875875            row1("Primary (default) preferences".$switch_link, 2, "heading");
    876876        }
    877877        echo "<tr><td colspan=2>";
    878         start_table("width=100% border=4");
     878        start_table("width=100%");
    879879        prefs_show_resource($project_prefs, false);
    880880        if ($project_has_beta) prefs_show_beta($project_prefs, false);
    881881        prefs_show_privacy($user);
     
    916916    if ($columns) {
    917917        row1("Combined preferences".$switch_link, 2, "heading");
    918918        echo "<tr><td colspan=2>";
    919         start_table("width=100% border=4");
     919        start_table("width=100%");
    920920        prefs_show_columns_global($global_prefs);
    921921        end_table();
    922922        echo "</td></tr>\n";
     
    926926            row1("Primary (default) preferences".$switch_link, 2, "heading");
    927927        }
    928928        echo "<tr><td colspan=2>";
    929         start_table("width=100% border=4");
     929        start_table("width=100%");
    930930        prefs_show_global($global_prefs);
    931931        $tokens = url_tokens($user->authenticator);
    932932        row2("<br>", "<a href=prefs_edit.php?subset=global$tokens>Edit preferences</a>");