Personal tools
You are here: Home Documentation Error References Back to editing from the thumbnail management page
Document Actions

Back to editing from the thumbnail management page

This Error Reference applies to: 2.0.2

"Back to editing" button doesn't show in the thumbnail management page.
I don't know why but it works: just modify web/xsl/metadata-thumbnail.xsl adding the line highlighted in bold below:

...
<xsl:with-param name="buttons">

    <xsl:text> </xsl:text>
    <form name="backToEdit" accept-charset="UTF-8" action="{/root/gui/locService}/metadata.edit" method="post">
        <input type="hidden" name="id" value="{/root/thumbnail/id}"/>
        <input class="content" type="submit" value="{/root/gui/thumbnail/button}" name="btn"/>
    </form>
</xsl:with-param>
...

by Admin last modified 2007-03-14 02:03 Creative Commons - http://creativecommons.org/licenses/by/2.5/

Creative Commons License
This work is licensed under a Creative Commons Attribution-No Derivative Works 3.0 Unported License.

Powered by Plone CMS, the Open Source Content Management System