EPrints Technical Mailing List Archive
Message: #01539
< Previous (by date) | Next (by date) > | < Previous (in thread) | Next (in thread) > | Messages - Most Recent First | Threads - Most Recent First
[EP-tech] Local version of screen plugin (v.3.3.10)
- To: "eprints-tech@ecs.soton.ac.uk" <eprints-tech@ecs.soton.ac.uk>
- Subject: [EP-tech] Local version of screen plugin (v.3.3.10)
- From: John Salter <J.Salter@leeds.ac.uk>
- Date: Fri, 8 Feb 2013 10:54:09 +0000
I’m trying to render the workflow stages as a UL, and I’m trying to do it the *right* way (as a local plugin). This is what I have: ~/archives/ARCHIVEID/cfg/plugins/EPrints/Plugin/Screen/LocalWorkflow.pm ###################################### package EPrints::Plugin::Screen::LocalWorkflow; @ISA = ( 'EPrints::Plugin::Screen::Workflow' ); use strict; sub render_blister { #Stuff, returning a div with ul/li instead of a table } 1; ###################################### ~/archives/ARCHIVEID/cfg/cfg.d/plugins.pl $c->{plugin_alias_map}->{"Screen::Workflow"} = "Screen::LocalWorkflow"; $c->{plugin_alias_map}->{"Screen::LocalWorkflow"} = undef; This isn’t working – but I *think* it should be OK. What am I missing? Cheers, John |
- Follow-Ups:
- [EP-tech] Re: Local version of screen plugin (v.3.3.10)
- From: Sebastien Francois <sf2@ecs.soton.ac.uk>
- [EP-tech] Re: Local version of screen plugin (v.3.3.10)
- Prev by Date: [EP-tech] Re: Sword2 Packager for eprints 3.3.11
- Next by Date: [EP-tech] EPrints 3.3.10 problem - unable to edit metadata fields
- Previous by thread: [EP-tech] Eprints and ebook readers
- Next by thread: [EP-tech] Re: Local version of screen plugin (v.3.3.10)
- Index(es):