Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 713... Línea 713...
713
                0,
713
                0,
714
                $filemanageroptions
714
                $filemanageroptions
715
            );
715
            );
Línea 716... Línea 716...
716
 
716
 
-
 
717
            $preuploadsettings->add($filemanager);
-
 
718
            $item = new admin_setting_configcheckbox(
-
 
719
                'mod_bigbluebuttonbn/showpresentation_default',
-
 
720
                get_string('config_showpresentation_default', 'bigbluebuttonbn'),
-
 
721
                get_string('config_showpresentation_default_description', 'bigbluebuttonbn'),
-
 
722
                1
-
 
723
            );
-
 
724
            $this->add_conditional_element(
-
 
725
                'showpresentation_default',
-
 
726
                $item,
-
 
727
                $preuploadsettings
-
 
728
            );
-
 
729
            $item = new admin_setting_configcheckbox(
-
 
730
                'mod_bigbluebuttonbn/showpresentation_editable',
-
 
731
                get_string('config_showpresentation_editable', 'bigbluebuttonbn'),
-
 
732
                get_string('config_showpresentation_editable_description', 'bigbluebuttonbn'),
-
 
733
                0
-
 
734
            );
-
 
735
            $this->add_conditional_element(
-
 
736
                'showpresentation_editable',
-
 
737
                $item,
-
 
738
                $preuploadsettings
717
            $preuploadsettings->add($filemanager);
739
            );
718
        }
740
        }
719
        $this->admin->add($this->parent, $preuploadsettings);
741
        $this->admin->add($this->parent, $preuploadsettings);
Línea 720... Línea 742...
720
    }
742
    }