alecpl
2010-08-02 8ed0152e5129daef980429cd5f9e56e75dbf2b74
- Don't add threads checkbox in virtual folder record


1 files modified
4 ■■■■ changed files
program/steps/settings/manage_folders.inc 4 ●●●● patch | view | raw | blame | history
program/steps/settings/manage_folders.inc
@@ -295,8 +295,8 @@
    $table->add('subscribed', ($protected || $folder['virtual']) ? ($subscribed ? ' •' : ' ') :
        $checkbox_subscribe->show(($subscribed ? $folder_utf8 : ''), array('value' => $folder_utf8)));
    if ($threading_supported) {
      $table->add('threaded',
                  $checkbox_threaded->show(($threaded ? $folder_utf8 : ''), array('value' => $folder_utf8)));
      $table->add('threaded', $folder['virtual'] ? '' :
            $checkbox_threaded->show(($threaded ? $folder_utf8 : ''), array('value' => $folder_utf8)));
    }
    
    // add rename and delete buttons