Dear Serhiy Polyakov,

If you have no experience with xsl it might indeed be best to just edit the
Contact.java and just commenting out the lines that you do not wish to see
as shown below. )
/*
        List list = contact.addList("contact");

        list.addLabel(T_feedback_label);
        list.addItem().addXref(contextPath+"/feedback",T_feedback_link);

        list.addLabel(T_email);
        String email = ConfigurationManager.getProperty("mail.admin");
        list.addItem().addXref("mailto:"+email,email);
*/

best regards,
-- 
-- 
Kevin Van de Velde
@mire NV
B-3001 Leuven, Belgium
http://atmire.com/consultancy.php - DSpace maintenance, support and custom
development

2008/11/7 Serhiy Polyakov <[EMAIL PROTECTED]>

> Hi,
>
> How to remove two lines:
>
> On-line form: Feedback
> Email:
>
> from Contact Us page?
>
> Should I edit Aspect (Contact.java) and rebuild DSpace?
>
> Could not make it with xsl.
>
> Thanks
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge
> Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> DSpace-tech mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/dspace-tech
>
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to