I would like to modify the template ojs/lib/pkp/templates/manager/reviewForms/reviewFormForm.tpl
which is not a top level template, but which is only included in some templates.
I’d like to remove the bloc editor.submissionReview.reviewType
{fbvFormSection list=true title=“editor.submissionReview.reviewType”}
[cut]
{/fbvFormSection}
I would prefer use plugin method, but this seems to be difficult : I thought use a hook on TemplateManager::display and replace template but I have to registry many hooks and write my own top level template… but maybe I’m wrong ?
I think I can use CSS to make this item display:none but I’d prefer totally hide it.
Maybe I can replace this template with my own template with a plugin ?
Can you give me the right method to do this ?
Thank you in advance