aboutsummaryrefslogtreecommitdiffstats
path: root/demos/dialog
diff options
context:
space:
mode:
authorRichard Worth <rdworth@gmail.com>2009-01-07 02:36:51 +0000
committerRichard Worth <rdworth@gmail.com>2009-01-07 02:36:51 +0000
commitcb5d64c654959edb62b81b7d8e60724e6878df3d (patch)
treed8ad9d6a3842ac9520b372093500d7fc4dee63bb /demos/dialog
parent855a38629fa701a521cd32acc7f846b9625306bc (diff)
downloadjquery-ui-cb5d64c654959edb62b81b7d8e60724e6878df3d.tar.gz
jquery-ui-cb5d64c654959edb62b81b7d8e60724e6878df3d.zip
removed default theme in favor of only one versioned css framework/TR theme - base
Diffstat (limited to 'demos/dialog')
-rw-r--r--demos/dialog/default.html2
-rw-r--r--demos/dialog/modal.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
5 files changed, 5 insertions, 5 deletions
diff --git a/demos/dialog/default.html b/demos/dialog/default.html
index 3bff21b43..d1a0f4712 100644
--- a/demos/dialog/default.html
+++ b/demos/dialog/default.html
@@ -2,7 +2,7 @@
<html lang="en">
<head>
<title>jQuery UI Dialog - Default Demo</title>
- <link type="text/css" href="../../themes/default/ui.all.css" rel="stylesheet" />
+ <link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" />
<script type="text/javascript" src="../../jquery-1.3pre.js"></script>
<script type="text/javascript" src="../../ui/ui.core.js"></script>
<script type="text/javascript" src="../../ui/ui.draggable.js"></script>
diff --git a/demos/dialog/modal.html b/demos/dialog/modal.html
index df3e50ae5..6e66c2a3f 100644
--- a/demos/dialog/modal.html
+++ b/demos/dialog/modal.html
@@ -2,7 +2,7 @@
<html lang="en">
<head>
<title>jQuery UI Dialog - Modal Demo</title>
- <link type="text/css" href="../../themes/default/ui.all.css" rel="stylesheet" />
+ <link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" />
<script type="text/javascript" src="../../jquery-1.3pre.js"></script>
<script type="text/javascript" src="../../ui/ui.core.js"></script>
<script type="text/javascript" src="../../ui/ui.draggable.js"></script>
diff --git a/demos/dialog/modal_confirmation.html b/demos/dialog/modal_confirmation.html
index d4d8fd731..29497a560 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 Demo</title>
- <link type="text/css" href="../../themes/default/ui.all.css" rel="stylesheet" />
+ <link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" />
<script type="text/javascript" src="../../jquery-1.3pre.js"></script>
<script type="text/javascript" src="../../ui/ui.core.js"></script>
<script type="text/javascript" src="../../ui/ui.draggable.js"></script>
diff --git a/demos/dialog/modal_form.html b/demos/dialog/modal_form.html
index 7852f5e17..8e63df44f 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 Demo</title>
- <link type="text/css" href="../../themes/default/ui.all.css" rel="stylesheet" />
+ <link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" />
<script type="text/javascript" src="../../jquery-1.3pre.js"></script>
<script type="text/javascript" src="../../ui/ui.core.js"></script>
<script type="text/javascript" src="../../ui/ui.draggable.js"></script>
diff --git a/demos/dialog/modal_message.html b/demos/dialog/modal_message.html
index 354078068..f838dbdc9 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 Demo</title>
- <link type="text/css" href="../../themes/default/ui.all.css" rel="stylesheet" />
+ <link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" />
<script type="text/javascript" src="../../jquery-1.3pre.js"></script>
<script type="text/javascript" src="../../ui/ui.core.js"></script>
<script type="text/javascript" src="../../ui/ui.draggable.js"></script>