Skip to content

Commit

Permalink
Weekly and Monthly Calendar widgets display issue on WebOS
Browse files Browse the repository at this point in the history
  • Loading branch information
maurofmferrao committed Jul 24, 2024
1 parent 730cf23 commit 0c39a13
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions modules/templates/event-static.xml
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,8 @@ $(target).xiboLayoutAnimate(properties);
<startWidth>800</startWidth>
<startHeight>500</startHeight>
<properties>
<property type="message">
<title>This is an advanced template which may not work on devices with an older browser.</title>
<property type="message" variant="warning">
<title>This template uses features which will not work on devices with a browser older than Chrome 57, including webOS older than 6 and Tizen older than 5.</title>
</property>
<property id="startTime" type="date" variant="time">
<title>First hour slot</title>
Expand Down Expand Up @@ -593,8 +593,8 @@ $(target).find('img').xiboImageRender(properties);
<startWidth>800</startWidth>
<startHeight>500</startHeight>
<properties>
<property type="message">
<title>This is an advanced template which may not work on devices with an older browser.</title>
<property type="message" variant="warning">
<title>This template uses features which will not work on devices with a browser older than Chrome 57, including webOS older than 6 and Tizen older than 5.</title>
</property>
<property id="startTime" type="date" variant="time">
<title>First hour slot</title>
Expand Down Expand Up @@ -1044,8 +1044,8 @@ $(target).find('img').xiboImageRender(properties);
<startWidth>800</startWidth>
<startHeight>500</startHeight>
<properties>
<property type="message">
<title>This is an advanced template which may not work on devices with an older browser.</title>
<property type="message" variant="warning">
<title>This template uses features which will not work on devices with a browser older than Chrome 57, including webOS older than 6 and Tizen older than 5.</title>
</property>
<property id="startTime" type="date" variant="time">
<title>First hour slot</title>
Expand Down Expand Up @@ -1511,8 +1511,8 @@ $(target).find('img').xiboImageRender(properties);
<startWidth>800</startWidth>
<startHeight>500</startHeight>
<properties>
<property type="message">
<title>This is an advanced template which may not work on devices with an older browser.</title>
<property type="message" variant="warning">
<title>This template uses features which will not work on devices with a browser older than Chrome 57, including webOS older than 6 and Tizen older than 5.</title>
</property>
<property id="startTime" type="date" variant="time">
<title>First hour slot</title>
Expand Down Expand Up @@ -1982,8 +1982,8 @@ $(target).find('img').xiboImageRender(properties);
<startWidth>800</startWidth>
<startHeight>500</startHeight>
<properties>
<property type="message">
<title>This is an advanced template which may not work on devices with an older browser.</title>
<property type="message" variant="warning">
<title>This template uses features which will not work on devices with a browser older than Chrome 57, including webOS older than 6 and Tizen older than 5.</title>
</property>
<property id="excludeWeekendDays" type="checkbox">
<title>Exclude weekend days?</title>
Expand Down Expand Up @@ -2375,8 +2375,8 @@ $(target).find('img').xiboImageRender(properties);
<startWidth>800</startWidth>
<startHeight>500</startHeight>
<properties>
<property type="message">
<title>This is an advanced template which may not work on devices with an older browser.</title>
<property type="message" variant="warning">
<title>This template uses features which will not work on devices with a browser older than Chrome 57, including webOS older than 6 and Tizen older than 5.</title>
</property>
<property id="excludeWeekendDays" type="checkbox">
<title>Exclude weekend days?</title>
Expand Down Expand Up @@ -2771,8 +2771,8 @@ $(target).find('img').xiboImageRender(properties);
<startWidth>400</startWidth>
<startHeight>800</startHeight>
<properties>
<property type="message">
<title>This is an advanced template which may not work on devices with an older browser.</title>
<property type="message" variant="warning">
<title>This template uses features which will not work on devices with a browser older than Chrome 57, including webOS older than 6 and Tizen older than 5.</title>
</property>
<property id="noEventsMessage" type="text">
<title>No events message</title>
Expand Down Expand Up @@ -3072,8 +3072,8 @@ $(target).find('img').xiboImageRender(properties);
<startWidth>400</startWidth>
<startHeight>800</startHeight>
<properties>
<property type="message">
<title>This is an advanced template which may not work on devices with an older browser.</title>
<property type="message" variant="warning">
<title>This template uses features which will not work on devices with a browser older than Chrome 57, including webOS older than 6 and Tizen older than 5.</title>
</property>
<property id="noEventsMessage" type="text">
<title>No events message</title>
Expand Down

0 comments on commit 0c39a13

Please sign in to comment.