Hello, I want to change the full metadata view of an item. Looking into the files the org.dspace.app.webui.servlet.HandleServlet servlet calls /display-item.jsp file to show an item. Looking this file I think that the command that shows the full metadata view is:
<dspace:item-preview item="<%= item %>" /> <dspace:item item="<%= item %>" collections="<%= collections %>" style="<%= displayStyle %>" /> In the full view there are three columns: the first one is the dc field, the second is the value and the third is the language. I want to remove this third column, but I don't know how remove it. I think it could be related with those previous <dspace> directives, but I don't know how it works. Can anybody help me to remove the language column? Thanks. -- --------------------------------------------------------------------- Héctor Garcia Peris Dpto. Informática Instituto Valenciano de Investigaciones Económicas S.A. (Ivie) C/ Guardia Civil, 22 esc-2 1º 46020 - Valencia (Spain) Tfno.: +34 - 963190050 / +34 - 963930816 Fax.: +34 - 963190055 / +34 - 963930856 e-mail: hector.gar...@ivie.es Web: http://www.ivie.es ---------------------------------------------------------------------- _______________________________________________ Dspace-general mailing list Dspace-general@mit.edu http://mailman.mit.edu/mailman/listinfo/dspace-general