Hola Héctor,

you got to change the method
private void renderFull() throws IOException, SQLException
in
org.dspace.app.webui.jsptag.ItemTag.java

Hope that helps

Claudia Jürgen


Héctor Garcia Peris schrieb:
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.

<<attachment: Claudia_Juergen.vcf>>

_______________________________________________
Dspace-general mailing list
Dspace-general@mit.edu
http://mailman.mit.edu/mailman/listinfo/dspace-general

Reply via email to