Skip to content

Commit

Permalink
changed buttons for //works/title[not(type) or type='main' or type='']
Browse files Browse the repository at this point in the history
  • Loading branch information
gucl-mu committed May 11, 2023
1 parent 9fe5258 commit 871d1e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions forms/main_form_work.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
class="input_group">
<h:div>
<xi:include href="includes/input_with_xmllang.xml" parse="xml"/>&#160;
<dcm:element-buttons-typed triggers="all"
nodeset="m:title[@type='main' or not(@type) or @type='']" index="main_titles"
<dcm:element-buttons-typed triggers="up down move copy"
nodeset="m:title[not(@type) or @type='main' or @type='']" index="main_titles"
origin="instance('empty-instance')/m:meiHead/m:workList/m:work/m:title[not(@type)]"/>
<dcm:attribute-editor ref="."/>
</h:div>
Expand Down

0 comments on commit 871d1e7

Please sign in to comment.