Skip to content

Commit ccd2ea9

Browse files
author
Simon Sendler
committed
refactor: use correct composites and template
1 parent 3348cb7 commit ccd2ea9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

module-gui/src/main/webapp/resources/uii/plugin_step_transcription.xhtml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
xmlns:f="http://xmlns.jcp.org/jsf/core"
2525
xmlns:o="http://omnifaces.org/ui"
2626
xmlns:of="http://omnifaces.org/functions"
27-
template="/uii/templatePG/templatePG.html"
27+
template="/uii/template/template.html"
2828
xmlns:pt="http://xmlns.jcp.org/jsf/passthrough"
29-
xmlns:intranda="http://xmlns.jcp.org/jsf/composite/compositesPG"
29+
xmlns:intranda="http://xmlns.jcp.org/jsf/composite/composites"
3030
xmlns:section="http://goobi.io/section">
3131

3232
<ui:param

0 commit comments

Comments
 (0)