EPrints Technical Mailing List Archive

Message: #08811


< Previous (by date) | Next (by date) > | < Previous (in thread) | Next (in thread) > | Messages - Most Recent First | Threads - Most Recent First

Re: [EP-tech] Branding, the next level -Toolbar - EPrints Documentation


CAUTION: This e-mail originated outside the University of Southampton.

Hi Laurent,

 

Session functions are defined in perl_lib/EPrints/BackCompatibility.pm

 

Actually, the render_toolbar method is now part of the Repository module. Here the code fragment from BackCompatibility.pm 

 

package EPrints::Repository;

 

# phrase-based dynamic_templates.pl

sub render_toolbar {

        EPrints::ScreenProcessor->new(

                        session => shift,

                )->render_toolbar;

}

 

 

Kind regards,

 

Martin

 

--

Dr. Martin Brändle
Zentrale Informatik
Universität Zürich
Stampfenbachstr. 73
CH-8006 Zürich

 

 

 

From: eprints-tech-bounces@ecs.soton.ac.uk <eprints-tech-bounces@ecs.soton.ac.uk> on behalf of Laurent Cloarec via Eprints-tech <eprints-tech@ecs.soton.ac.uk>
Date: Thursday, 9 December 2021 at 14:27
To: eprints-tech@ecs.soton.ac.uk <eprints-tech@ecs.soton.ac.uk>
Subject: [EP-tech] Branding, the next level -Toolbar - EPrints Documentation