r1117 - trunk/tests/static

r1117 - trunk/tests/static


Author: scottjehl
Date: Fri Dec 12 09:21:25 2008
New Revision: 1117
Modified:
trunk/tests/static/highlight_error.html
Log:
removed h2s and form
Modified: trunk/tests/static/highlight_error.html
==============================================================================
--- trunk/tests/static/highlight_error.html    (original)
+++ trunk/tests/static/highlight_error.html    Fri Dec 12 09:21:25 2008
@@ -20,60 +20,17 @@
</head>
<body>
-<h2>Error State</h2>
+
<div class="ui-state-error ui-corner-all" style="width: 420px;">
    

<span class="ui-icon ui-icon-alert"></span>
    <strong>Error:</strong> There is a problem in your form submission!


</div>
-<h2>Highlight State</h2>
+
<div class="ui-state-highlight ui-corner-all" style="width: 420px;">
    

<span class="ui-icon ui-icon-info"></span> <strong>Quick Tip!</strong>
Hold ctrl while clicking to get contextual helpers.


</div>
-<form>
-<fieldset>
-    <div>
-        <label>Text</label>
-        <input type="text" value="dafs" />
-    </div>
-    
-    <div>
-        <label>Text</label>
-        <input type="text" value="dafs" class="ui-state-error" />
-    </div>
-    
-    <div>
-        <input type="radio" />
-        <label>Text</label>
-    </div>
-    
-    <div class="ui-state-error-text">
-        <input type="radio" />
-        <label>Text</label>
-    </div>
-
-    <div>
-        <input type="checkbox" class="ui-state-error" />
-        <label>Text</label>
-    </div>
-    
-    <div>
-        <label>Text</label>
-        <select class="ui-state-error">
-        <option val="dasf">dsaf</option>
-        <option val="dasf">dsaf</option>
-        <option val="dasf">dsaf</option>
-        <option val="dasf">dsaf</option>
-        </select>
-    </div>
-    
-    <button class="ui-state-default ui-priority-primary
ui-corner-all">Primary</button>
-    <button class="ui-state-default ui-priority-secondary
ui-corner-all">Secondary</button>
-    <button class="ui-state-default ui-state-disabled
ui-corner-all">Disabled</button>
-
-</fieldset>
-</form>
</body>
</html>