diff options
author | Richard Worth <rdworth@gmail.com> | 2010-02-16 01:38:23 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2010-02-16 01:38:23 +0000 |
commit | 828bcdd2f0befbf450dcd1d7c387388acd7a191b (patch) | |
tree | c0b4c2cbbf17047a2ba101cd50e2ced4532dbdd8 /demos/dialog | |
parent | d4154562ea663926bbd5bbc3bc345c27250aaeb9 (diff) | |
download | jquery-ui-828bcdd2f0befbf450dcd1d7c387388acd7a191b.tar.gz jquery-ui-828bcdd2f0befbf450dcd1d7c387388acd7a191b.zip |
fixed #5163 - themes: css files need to be renamed to be consistent with js file renames in 1.8a1
Diffstat (limited to 'demos/dialog')
-rw-r--r-- | demos/dialog/animated.html | 2 | ||||
-rw-r--r-- | demos/dialog/default.html | 2 | ||||
-rw-r--r-- | demos/dialog/modal-confirmation.html | 2 | ||||
-rw-r--r-- | demos/dialog/modal-form.html | 2 | ||||
-rw-r--r-- | demos/dialog/modal-message.html | 2 | ||||
-rw-r--r-- | demos/dialog/modal.html | 2 |
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> |