Comment 7 for bug 1271779

Revision history for this message
Jono M (jonom) wrote :

Yes, in Content -> Resume the table is loaded with JavaScript, which is found in htdocs/artefact/resume/lib.php - as far as I can tell the table in the template is (confusingly) only used in the Resume blocktype

Anyway, the table is actually constructed in lines 1029-1078 of that file - it uses the get_tablerenderer_js function in the subclasses (ArtefactTypeEmploymentHistory etc.) to create the actual rows. I guess the advantage of that is that the same function can be used to create new rows ...