#196: Change the mini_file panel in "detailed record"
------------------------+---------------------------------------------------
Reporter: mrschw | Owner:
Type: task | Status: new
Priority: major | Milestone:
Component: BibFormat | Version: v0.99.1
Resolution: | Keywords: fulltext pdf
------------------------+---------------------------------------------------
Changes (by skaplun):
* status: infoneeded_new => new
Comment:
Hi!
the mini file panel is using the ''output format'' `HDFILE` which by
default uses the `Default HTML files` ''format template''. Finally this
format template simply call the `BFE_FULLTEXT_mini` ''BibFormat element''.
This element, by default, displays '''all the files''' that are attached
to a record (it does some more things but more or less that's the main
one).
If you don't intend to use .PS.GZ files you can simply avoid to attach
them in the first place to the record. They are by default created during
submission time if your submission workflow uses `Move_Files_to_Storage`
'''WebSubmit function''' and you have set the `documenttype` parameter to
`fulltext`. Simply set such parameter to an empty string to avoid having
.ps.gz files being created.
If you wish instead to have them being created, but just don't want to
display them, then you have to create a BibFormat element similar to
BFE_FULLTEXT_mini and customize it.
Cheers,
Sam
--
Ticket URL: <http://invenio-software.org/ticket/196#comment:2>
Invenio <http://invenio-software.org>