wiki-archive/twiki/pub/TWiki/KupuContrib/_kupu/multi/save.kupu

22 lines
694 B
XML

<?xml version="1.0" ?>
<kupu:feature
name="save"
implementation="multi"
xmlns="http://www.w3.org/1999/xhtml"
xmlns:kupu="http://kupu.oscom.org/namespaces/dist"
xmlns:i18n="http://xml.zope.org/namespaces/i18n"
>
<kupu:part name="buttons">
<span class="kupu-tb-buttongroup">
<button type="button" class="kupu-save" id="kupu-save-button"
title="Save" i18n:attributes="title" accesskey="s"
onclick="kupu.prepareForm(this.form, 'kupu'); this.form.submit()">&#160;</button>
</span>
</kupu:part>
<!-- We will have the button tool configuration here, too, once we
do tool definitions in XML config. -->
</kupu:feature>