aboutsummaryrefslogtreecommitdiffstats
path: root/demos/dialog
diff options
context:
space:
mode:
authorRichard Worth <rdworth@gmail.com>2009-01-27 10:08:19 +0000
committerRichard Worth <rdworth@gmail.com>2009-01-27 10:08:19 +0000
commit0d4d56ae45b6ba3113d2002d4aa16cea8338e8a2 (patch)
treef9e0f556f7e41ae9d123e085bba2f3cb5825e3bb /demos/dialog
parent191c23117fbeefc98184ffcab0e55f21299c1551 (diff)
downloadjquery-ui-0d4d56ae45b6ba3113d2002d4aa16cea8338e8a2.tar.gz
jquery-ui-0d4d56ae45b6ba3113d2002d4aa16cea8338e8a2.zip
demos: fixed file naming inconsistency. Multiple words now separated by hyphen, not underscore
Diffstat (limited to 'demos/dialog')
-rw-r--r--demos/dialog/index.html6
-rw-r--r--demos/dialog/modal-confirmation.html (renamed from demos/dialog/modal_confirmation.html)0
-rw-r--r--demos/dialog/modal-form.html (renamed from demos/dialog/modal_form.html)0
-rw-r--r--demos/dialog/modal-message.html (renamed from demos/dialog/modal_message.html)0
4 files changed, 3 insertions, 3 deletions
diff --git a/demos/dialog/index.html b/demos/dialog/index.html
index 28628a085..bed31aba2 100644
--- a/demos/dialog/index.html
+++ b/demos/dialog/index.html
@@ -11,9 +11,9 @@
<ul>
<li class="demo-config-on"><a href="default.html">Default functionality</a></li>
<li><a href="modal.html">Modal dialog</a></li>
- <li><a href="modal_message.html">Modal message</a></li>
- <li><a href="modal_confirmation.html">Modal confirmation</a></li>
- <li><a href="modal_form.html">Modal form</a></li>
+ <li><a href="modal-message.html">Modal message</a></li>
+ <li><a href="modal-confirmation.html">Modal confirmation</a></li>
+ <li><a href="modal-form.html">Modal form</a></li>
</ul>
</div>
diff --git a/demos/dialog/modal_confirmation.html b/demos/dialog/modal-confirmation.html
index 9bbad8ae1..9bbad8ae1 100644
--- a/demos/dialog/modal_confirmation.html
+++ b/demos/dialog/modal-confirmation.html
diff --git a/demos/dialog/modal_form.html b/demos/dialog/modal-form.html
index 217e8c3c6..217e8c3c6 100644
--- a/demos/dialog/modal_form.html
+++ b/demos/dialog/modal-form.html
diff --git a/demos/dialog/modal_message.html b/demos/dialog/modal-message.html
index 6052ac155..6052ac155 100644
--- a/demos/dialog/modal_message.html
+++ b/demos/dialog/modal-message.html