Skip to content

Commit

Permalink
Added tooltip to hide/show date fields re. format used in date (YYYY-…
Browse files Browse the repository at this point in the history
…MM-DD)
  • Loading branch information
FayCross authored and torinfo committed May 12, 2020
1 parent 2744ac6 commit 7967ced
Show file tree
Hide file tree
Showing 7 changed files with 537 additions and 537 deletions.
8 changes: 4 additions & 4 deletions modules/site/parent_templates/site/wizards/en-GB/data.xwd
Expand Up @@ -92,9 +92,9 @@
<headerTextColour type="ColourPicker" optional="true" label="Text Colour"/>
</headerGroup><hideShow type="group" label="Hide/Show Page" optional="true" tooltip="Hide the page completely or hide/show the page between specified dates" info="Hide this page from view at all times or use the 'From' &amp; 'Until' fields to specify when it should be available" common="true">
<hidePage label="Hide Page" type="CheckBox" defaultValue="false" optional="true"/>
<hideOnDate label="From" type="DateField" defaultValue="" optional="true" allowBlank="true" preventPrev="true"/>
<hideOnDate label="From" type="DateField" defaultValue="" optional="true" allowBlank="true" preventPrev="true" tooltip="Use the calendar to select a date (format YYYY-MM-DD)"/>
<hideOnTime label="From (hh:mm)" type="TextInput" defaultValue="00:00" optional="true"/>
<hideUntilDate label="Until" type="DateField" defaultValue="" optional="true" allowBlank="true" preventPrev="true"/>
<hideUntilDate label="Until" type="DateField" defaultValue="" optional="true" allowBlank="true" preventPrev="true" tooltip="Use the calendar to select a date (format YYYY-MM-DD)"/>
<hideUntilTime label="Until (hh:mm)" type="TextInput" defaultValue="00:00" optional="true"/>
</hideShow><linkGroup type="group" label="Stand-Alone Page" optional="true" tooltip="Remove page from page menu so it can only be accessed via Xerte page links" common="true">
<linkPage label="Remove From Page Menu" type="CheckBox" defaultValue="true" optional="true"/>
Expand All @@ -109,9 +109,9 @@

<hideShow type="group" label="Hide/Show Section" optional="true" tooltip="Hide the section completely or hide/show the section between specified dates" info="Hide this section from view at all times or use the 'From' &amp; 'Until' fields to specify when it should be available">
<hidePage label="Hide Section" type="CheckBox" defaultValue="false" optional="true"/>
<hideOnDate label="From" type="DateField" defaultValue="" optional="true" allowBlank="true" preventPrev="true"/>
<hideOnDate label="From" type="DateField" defaultValue="" optional="true" allowBlank="true" preventPrev="true" tooltip="Use the calendar to select a date (format YYYY-MM-DD)"/>
<hideOnTime label="From (hh:mm)" type="TextInput" defaultValue="00:00" optional="true"/>
<hideUntilDate label="Until" type="DateField" defaultValue="" optional="true" allowBlank="true" preventPrev="true"/>
<hideUntilDate label="Until" type="DateField" defaultValue="" optional="true" allowBlank="true" preventPrev="true" tooltip="Use the calendar to select a date (format YYYY-MM-DD)"/>
<hideUntilTime label="Until (hh:mm)" type="TextInput" defaultValue="00:00" optional="true"/>
</hideShow>

Expand Down
522 changes: 261 additions & 261 deletions modules/xerte/parent_templates/Nottingham/wizards/en-GB/data.xwd

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions src/Nottingham/wizards/en-GB/basicPages.xwd
Expand Up @@ -13,11 +13,11 @@
<next label="Next Button" type="CheckBox" defaultValue="true" optional="true"/>
</navBtns>

<hideShow type="group" label="Hide/Show Page" optional="true" tooltip="Hide the page completely or hide/show the page between specified dates">
<hideShow type="group" label="Hide/Show Page" optional="true" tooltip="Hide the page completely or hide/show the page between specified dates" info="Hide this page from view at all times or use the 'From' &amp; 'Until' fields to specify when it should be available">
<hidePage label="Hide Page" type="CheckBox" defaultValue="false" optional="true"/>
<hideOnDate label="From" type="DateField" defaultValue="" optional="true" allowBlank="true" preventPrev="true"/>
<hideOnDate label="From" type="DateField" defaultValue="" optional="true" allowBlank="true" preventPrev="true" tooltip="Use the calendar to select a date (format YYYY-MM-DD)"/>
<hideOnTime label="From (hh:mm)" type="TextInput" defaultValue="00:00" optional="true"/>
<hideUntilDate label="Until" type="DateField" defaultValue="" optional="true" allowBlank="true" preventPrev="true"/>
<hideUntilDate label="Until" type="DateField" defaultValue="" optional="true" allowBlank="true" preventPrev="true" tooltip="Use the calendar to select a date (format YYYY-MM-DD)"/>
<hideUntilTime label="Until (hh:mm)" type="TextInput" defaultValue="00:00" optional="true"/>
</hideShow>

Expand Down

0 comments on commit 7967ced

Please sign in to comment.