Skip to content

Commit

Permalink
Move Image COmpate to menu Media
Browse files Browse the repository at this point in the history
  • Loading branch information
torinfo committed Aug 4, 2024
1 parent 684a468 commit 6b324dc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4533,7 +4533,7 @@
</lightboxGroup><pageHeaderGroup type="group" label="Header Colours" optional="true" tooltip="Change the header background colour and/or the colour of the titles for this page." common="true">
<headerBgColor type="ColourPicker" label="Header Background Colour" defaultValue="" optional="true" tooltip="Change the header background colour for this page only. If necessary, remember to change the colour of the titles too in order to maintain acceptable contrast for accessibility."/>
<headerTextColor type="ColourPicker" label="Header Titles Colour" defaultValue="" optional="true" tooltip="Change the header text colour for this page only. Note this will not overide a colour applied to the titles directly."/>
</pageHeaderGroup></iSpring><imageCompare menu="Interactivity" menuItem="image Compare" hint="An interaction allowing you to compare two image" icon="icHotspot" thumb="thumbs/imageCompare.jpg" remove="true">
</pageHeaderGroup></iSpring><imageCompare menu="Media" menuItem="Image Compare" hint="An interaction allowing you to compare two image" icon="icHotspot" thumb="thumbs/imageCompare.jpg" remove="true">

<name label="Page Title" type="TextInput" wysiwyg="true"/>

Expand Down
2 changes: 1 addition & 1 deletion src/Nottingham/wizards/en-GB/imageCompare.xwd
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<wizard menus="Interactivity"> <pageWizard remove="true" duplicate="false"> <newNodes> <imageCompare><![CDATA[<imageCompare name="Enter Page Title" text="Enter here the instructions for the page" url1="Select Image" tip1="" url2="Select Image" tip2="" interactivity="Show Me" highlight="false" align="Left" nextTxt="Next" priorTxt="Previous" />]]></imageCompare> </newNodes> </pageWizard> <!-- COMPARE IMAGE INTERACTION============================= --> <imageCompare menu="Interactivity" menuItem="image Compare" hint="An interaction allowing you to compare two image" icon="icHotspot" thumb="thumbs/imageCompare.jpg" remove="true"> <name label="Page Title" type="TextInput" wysiwyg="true"/> <image1 type="group" label="Image 1"> <url1 label="File" type="media"/> <tip1 label="Description" type="TextInput" placeholder="Enter a description for accessibility"/> </image1> <image2 type="group" label="Image 2"> <url2 label="File" type="media"/> <tip2 label="Description" type="TextInput" placeholder="Enter a description for accessibility"/> </image2> <vertical label="Drag Vertically" type="CheckBox" defaultValue="true" optional="true" /> </imageCompare></wizard>
<wizard menus="Media"> <pageWizard remove="true" duplicate="false"> <newNodes> <imageCompare><![CDATA[<imageCompare name="Enter Page Title" text="Enter here the instructions for the page" url1="Select Image" tip1="" url2="Select Image" tip2="" interactivity="Show Me" highlight="false" align="Left" nextTxt="Next" priorTxt="Previous" />]]></imageCompare> </newNodes> </pageWizard> <!-- COMPARE IMAGE INTERACTION============================= --> <imageCompare menu="Media" menuItem="Image Compare" hint="An interaction allowing you to compare two image" icon="icHotspot" thumb="thumbs/imageCompare.jpg" remove="true"> <name label="Page Title" type="TextInput" wysiwyg="true"/> <image1 type="group" label="Image 1"> <url1 label="File" type="media"/> <tip1 label="Description" type="TextInput" placeholder="Enter a description for accessibility"/> </image1> <image2 type="group" label="Image 2"> <url2 label="File" type="media"/> <tip2 label="Description" type="TextInput" placeholder="Enter a description for accessibility"/> </image2> <vertical label="Drag Vertically" type="CheckBox" defaultValue="true" optional="true" /> </imageCompare></wizard>
Expand Down
2 changes: 1 addition & 1 deletion src/Nottingham/wizards/en-GB/template.xwd
Original file line number Diff line number Diff line change
Expand Up @@ -4533,7 +4533,7 @@
</lightboxGroup><pageHeaderGroup type="group" label="Header Colours" optional="true" tooltip="Change the header background colour and/or the colour of the titles for this page." common="true">
<headerBgColor type="ColourPicker" label="Header Background Colour" defaultValue="" optional="true" tooltip="Change the header background colour for this page only. If necessary, remember to change the colour of the titles too in order to maintain acceptable contrast for accessibility."/>
<headerTextColor type="ColourPicker" label="Header Titles Colour" defaultValue="" optional="true" tooltip="Change the header text colour for this page only. Note this will not overide a colour applied to the titles directly."/>
</pageHeaderGroup></iSpring><imageCompare menu="Interactivity" menuItem="image Compare" hint="An interaction allowing you to compare two image" icon="icHotspot" thumb="thumbs/imageCompare.jpg" remove="true">
</pageHeaderGroup></iSpring><imageCompare menu="Media" menuItem="Image Compare" hint="An interaction allowing you to compare two image" icon="icHotspot" thumb="thumbs/imageCompare.jpg" remove="true">

<name label="Page Title" type="TextInput" wysiwyg="true"/>

Expand Down

0 comments on commit 6b324dc

Please sign in to comment.