Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 171... Línea 171...
171
        }
171
        }
Línea 172... Línea 172...
172
 
172
 
173
        $table = new html_table();
173
        $table = new html_table();
174
        $table->head = array (
174
        $table->head = array (
175
            html_writer::checkbox('selectall', '', false, get_string('selectall'), array('id' => 'comment_select_all',
175
            html_writer::checkbox('selectall', '', false, get_string('selectall'), array('id' => 'comment_select_all',
176
                'class' => 'mr-1')),
176
                'class' => 'me-1')),
177
            get_string('author', 'search'),
177
            get_string('author', 'search'),
178
            get_string('content'),
178
            get_string('content'),
179
            get_string('action')
179
            get_string('action')
180
        );
180
        );