1. Changed styling a bit for error messages on temporal graph vis.
This commit is contained in:
parent
609e5fd763
commit
a952289ed7
1 changed files with 4 additions and 3 deletions
|
@ -211,12 +211,12 @@ var organizationLabel = '${organizationLabel}';
|
||||||
|
|
||||||
if ($(this).next().is(':disabled')) {
|
if ($(this).next().is(':disabled')) {
|
||||||
|
|
||||||
createNotification("error-notification", {
|
createNotification("warning-notification", {
|
||||||
title: 'Error',
|
title: 'Error',
|
||||||
text: 'A Maximum 10 entities can be compared. Please remove some & try again.'
|
text: 'A Maximum 10 entities can be compared. Please remove some & try again.'
|
||||||
}, {
|
}, {
|
||||||
custom: true,
|
custom: true,
|
||||||
expires: 3500
|
expires: false
|
||||||
});
|
});
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -301,8 +301,9 @@ var organizationLabel = '${organizationLabel}';
|
||||||
<p style="text-align:center"><a class="ui-notify-close" href="#">Close Me</a></p>
|
<p style="text-align:center"><a class="ui-notify-close" href="#">Close Me</a></p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="warning-notification">
|
<div id="warning-notification" class="ui-state-highlight ui-corner-all" >
|
||||||
<a class="ui-notify-close ui-notify-cross" href="#">x</a>
|
<a class="ui-notify-close ui-notify-cross" href="#">x</a>
|
||||||
|
<span style="float: left; margin-right: 0.3em;" class="ui-icon ui-icon-info"></span>
|
||||||
<h1>#{title}</h1>
|
<h1>#{title}</h1>
|
||||||
<p>#{text}</p>
|
<p>#{text}</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue