adjusted messaging in demo blocks to be less error-oriented and realistic

This commit is contained in:
Scott Jehl
2008-12-12 17:31:59 +00:00
parent 676cc75fe0
commit ffbd41e86f

View File

@@ -22,13 +22,14 @@
<div class="ui-state-error ui-corner-all" style="width: 420px;">
<p><span class="ui-icon ui-icon-alert"></span>
<strong>Error:</strong> There is a problem in your form submission!</p>
<p><span class="ui-icon ui-icon-alert" style="float: left; margin-right: .5em;"></span>
<strong>Alert:</strong> This is a sample ui-state-error style.</p>
</div>
<div class="ui-state-highlight ui-corner-all" style="width: 420px;">
<p><span class="ui-icon ui-icon-info"></span> <strong>Quick Tip!</strong> Hold ctrl while clicking to get contextual helpers.</p>
<p><span class="ui-icon ui-icon-info" style="float: left; margin-right: .5em;"></span>
<strong>Quick Tip!</strong> This is a sample ui-state-highlight style.</p>
</div>