From 98fb8c836220730bb9d7c0d73d6766d2b898d773 Mon Sep 17 00:00:00 2001 From: Scott González Date: Fri, 10 Sep 2010 09:01:54 -0400 Subject: Dialog demos: Coding standards. --- demos/dialog/modal-form.html | 128 ++++++++++++++++++++----------------------- 1 file changed, 59 insertions(+), 69 deletions(-) (limited to 'demos/dialog/modal-form.html') diff --git a/demos/dialog/modal-form.html b/demos/dialog/modal-form.html index 592b4ab3c..9c750be72 100644 --- a/demos/dialog/modal-form.html +++ b/demos/dialog/modal-form.html @@ -1,22 +1,22 @@ - + jQuery UI Dialog - Modal form - - - - - - - - - - - - - - - @@ -142,10 +135,7 @@
- -

Existing Users:

- - +

Existing Users:

@@ -167,10 +157,10 @@ -
-

Use a modal dialog to require that the user enter data during a multi-step process. Embed form markup in the content area, set the modal option to true, and specify primary and secondary user actions with the buttons option.

+
+

Use a modal dialog to require that the user enter data during a multi-step process. Embed form markup in the content area, set the modal option to true, and specify primary and secondary user actions with the buttons option.

-- cgit v1.2.3