aboutsummaryrefslogtreecommitdiffstats
path: root/demos/dialog
diff options
context:
space:
mode:
Diffstat (limited to 'demos/dialog')
-rw-r--r--demos/dialog/animated.html2
-rw-r--r--demos/dialog/default.html2
-rw-r--r--demos/dialog/modal-confirmation.html2
-rw-r--r--demos/dialog/modal-form.html2
-rw-r--r--demos/dialog/modal-message.html2
-rw-r--r--demos/dialog/modal.html2
6 files changed, 6 insertions, 6 deletions
diff --git a/demos/dialog/animated.html b/demos/dialog/animated.html
index ad79de1ef..ff7df35ab 100644
--- a/demos/dialog/animated.html
+++ b/demos/dialog/animated.html
@@ -2,7 +2,7 @@
<html lang="en">
<head>
<title>jQuery UI Dialog - Animation</title>
- <link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" />
+ <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" />
<script type="text/javascript" src="../../jquery-1.4.1.js"></script>
<script type="text/javascript" src="../../external/jquery.bgiframe-2.1.1.js"></script>
<script type="text/javascript" src="../../ui/jquery.ui.core.js"></script>
diff --git a/demos/dialog/default.html b/demos/dialog/default.html
index 0cc204184..30649beaa 100644
--- a/demos/dialog/default.html
+++ b/demos/dialog/default.html
@@ -2,7 +2,7 @@
<html lang="en">
<head>
<title>jQuery UI Dialog - Default functionality</title>
- <link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" />
+ <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" />
<script type="text/javascript" src="../../jquery-1.4.1.js"></script>
<script type="text/javascript" src="../../external/jquery.bgiframe-2.1.1.js.js"></script>
<script type="text/javascript" src="../../ui/jquery.ui.core.js"></script>
diff --git a/demos/dialog/modal-confirmation.html b/demos/dialog/modal-confirmation.html
index ce0b681dd..2e83e72af 100644
--- a/demos/dialog/modal-confirmation.html
+++ b/demos/dialog/modal-confirmation.html
@@ -2,7 +2,7 @@
<html lang="en">
<head>
<title>jQuery UI Dialog - Modal confirmation</title>
- <link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" />
+ <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" />
<script type="text/javascript" src="../../jquery-1.4.1.js"></script>
<script type="text/javascript" src="../../external/jquery.bgiframe-2.1.1.js"></script>
<script type="text/javascript" src="../../ui/jquery.ui.core.js"></script>
diff --git a/demos/dialog/modal-form.html b/demos/dialog/modal-form.html
index 1724281cf..687efd9dc 100644
--- a/demos/dialog/modal-form.html
+++ b/demos/dialog/modal-form.html
@@ -2,7 +2,7 @@
<html lang="en">
<head>
<title>jQuery UI Dialog - Modal form</title>
- <link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" />
+ <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" />
<script type="text/javascript" src="../../jquery-1.4.1.js"></script>
<script type="text/javascript" src="../../external/jquery.bgiframe-2.1.1.js"></script>
<script type="text/javascript" src="../../ui/jquery.ui.core.js"></script>
diff --git a/demos/dialog/modal-message.html b/demos/dialog/modal-message.html
index aa8a794cd..1df61d861 100644
--- a/demos/dialog/modal-message.html
+++ b/demos/dialog/modal-message.html
@@ -2,7 +2,7 @@
<html lang="en">
<head>
<title>jQuery UI Dialog - Modal message</title>
- <link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" />
+ <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" />
<script type="text/javascript" src="../../jquery-1.4.1.js"></script>
<script type="text/javascript" src="../../external/jquery.bgiframe-2.1.1.js"></script>
<script type="text/javascript" src="../../ui/jquery.ui.core.js"></script>
diff --git a/demos/dialog/modal.html b/demos/dialog/modal.html
index d4b47a311..c15f5b099 100644
--- a/demos/dialog/modal.html
+++ b/demos/dialog/modal.html
@@ -2,7 +2,7 @@
<html lang="en">
<head>
<title>jQuery UI Dialog - Basic modal</title>
- <link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" />
+ <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" />
<script type="text/javascript" src="../../jquery-1.4.1.js"></script>
<script type="text/javascript" src="../../external/jquery.bgiframe-2.1.1.js"></script>
<script type="text/javascript" src="../../ui/jquery.ui.core.js"></script>