Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 180... Línea 180...
180
                    'id' => 'showinactivitychooser-toggle-' . $row->id,
180
                    'id' => 'showinactivitychooser-toggle-' . $row->id,
181
                    'checked' => $coursevisible,
181
                    'checked' => $coursevisible,
182
                    'disabled' => $disabled,
182
                    'disabled' => $disabled,
183
                    'dataattributes' => $attributes,
183
                    'dataattributes' => $attributes,
184
                    'label' => $label,
184
                    'label' => $label,
185
                    'labelclasses' => 'sr-only'
185
                    'labelclasses' => 'visually-hidden',
186
                ]);
186
                ]);
187
            })
187
            })
188
        );
188
        );
Línea 189... Línea 189...
189
 
189
 
Línea 217... Línea 217...
217
                }
217
                }
Línea 218... Línea 218...
218
 
218
 
219
                // Build and display an action menu.
219
                // Build and display an action menu.
220
                $menu = new \action_menu();
220
                $menu = new \action_menu();
221
                $menu->set_menu_trigger($OUTPUT->pix_icon('i/moremenu', get_string('actions', 'core')),
221
                $menu->set_menu_trigger($OUTPUT->pix_icon('i/moremenu', get_string('actions', 'core')),
Línea 222... Línea 222...
222
                    'btn btn-icon d-flex align-items-center justify-content-center'); // TODO check 'actions' lang string with UX.
222
                    'btn btn-icon d-flex'); // TODO check 'actions' lang string with UX.
223
 
223
 
224
                $menu->add(new \action_menu_link(
224
                $menu->add(new \action_menu_link(
225
                    new \moodle_url('/mod/lti/coursetooledit.php', ['course' => $row->course, 'typeid' => $row->id]),
225
                    new \moodle_url('/mod/lti/coursetooledit.php', ['course' => $row->course, 'typeid' => $row->id]),