diff options
Diffstat (limited to 'demos/dialog')
-rw-r--r-- | demos/dialog/index.html | 6 | ||||
-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 |