Skip to content

Commit

Permalink
fix derivate-label.xed: classification below derivate #3
Browse files Browse the repository at this point in the history
  • Loading branch information
rsteph-de committed Aug 7, 2023
1 parent 29b18a5 commit 78d5e16
Showing 1 changed file with 15 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,22 +39,22 @@
</xed:validate>
</div>
</xed:bind>
</xed:bind>
<xed:bind xpath="classifications[@class='MCRMetaClassification']/classification[@classid='derivate_types']/@categid">
<div class="form-group {$xed-validation-marker}">
<label class="col-md-4 control-label" for="title">
<xed:output i18n="editor.derivate.label.classification"/>
</label>
<div class="col-md-6">
<select class="form-control">
<option value=""><xed:output i18n="editor.derivate.please.select"/></option>
<xed:include uri="xslStyle:items2options:classification:editor:-1:children:derivate_types" />
</select>
<xed:bind xpath="classifications[@class='MCRMetaClassification']/classification[@classid='derivate_types']/@categid">
<div class="form-group {$xed-validation-marker}">
<label class="col-md-4 control-label" for="title">
<xed:output i18n="editor.derivate.label.classification"/>
</label>
<div class="col-md-6">
<select class="form-control">
<option value=""><xed:output i18n="editor.derivate.please.select"/></option>
<xed:include uri="xslStyle:items2options:classification:editor:-1:children:derivate_types" />
</select>
</div>
<xed:validate display="here" required="true">
<xed:output i18n="editor.derivate.validate.label"/>
</xed:validate>
</div>
<xed:validate display="here" required="true">
<xed:output i18n="editor.derivate.validate.label"/>
</xed:validate>
</div>
</xed:bind>
</xed:bind>

<xed:bind xpath="/mycorederivate/service"/>
Expand Down

0 comments on commit 78d5e16

Please sign in to comment.