diff options
author | Richard Worth <rdworth@gmail.com> | 2008-11-22 11:17:10 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2008-11-22 11:17:10 +0000 |
commit | bec5c8dbf120609d46aa749ab3d91fc42bdc3033 (patch) | |
tree | 34355917869da400bb0e85f2ac7a6a7e88b4041d /tests | |
parent | 78dfd2607f003640fa707342e6dd8e7f9b63c3bb (diff) | |
download | jquery-ui-bec5c8dbf120609d46aa749ab3d91fc42bdc3033.tar.gz jquery-ui-bec5c8dbf120609d46aa749ab3d91fc42bdc3033.zip |
removed some old references to 'flora'
Diffstat (limited to 'tests')
-rw-r--r-- | tests/all.html | 4 | ||||
-rw-r--r-- | tests/all_2.html | 4 | ||||
-rw-r--r-- | tests/core.html | 1 | ||||
-rw-r--r-- | tests/datepicker.html | 2 | ||||
-rw-r--r-- | tests/dialog.html | 3 | ||||
-rw-r--r-- | tests/selectable.html | 3 | ||||
-rw-r--r-- | tests/ui.html | 2 |
7 files changed, 8 insertions, 11 deletions
diff --git a/tests/all.html b/tests/all.html index 04ea56578..04d494474 100644 --- a/tests/all.html +++ b/tests/all.html @@ -34,14 +34,14 @@ <script type="text/javascript" src="tabs.js"></script> <style type="text/css"> - @import "../themes/flora/flora.datepicker.css"; + @import "../themes/default/ui.datepicker.css"; .xerror, .error, .ui-tabs-hide { display: none; } </style> </head> -<body class="flora"> +<body> <h1>jQuery UI All Tests</h1> <h2 id="banner"></h2> <h2 id="userAgent"></h2> diff --git a/tests/all_2.html b/tests/all_2.html index 4b76b9adf..e751aee80 100644 --- a/tests/all_2.html +++ b/tests/all_2.html @@ -56,14 +56,14 @@ <script type="text/javascript" src="plugins/cookie/jquery.cookie.js"></script> <style type="text/css"> - @import "../themes/flora/flora.datepicker.css"; + @import "../themes/default/ui.datepicker.css"; .xerror, .error, .ui-tabs-hide { display: none; } </style> </head> -<body class="flora"> +<body> <h1>jQuery UI All Tests</h1> <h2 id="banner"></h2> <h2 id="userAgent"></h2> diff --git a/tests/core.html b/tests/core.html index edb61fda1..d9f536e7d 100644 --- a/tests/core.html +++ b/tests/core.html @@ -4,7 +4,6 @@ <title>jQuery UI Core Test Suite</title> <link rel="stylesheet" href="qunit/testsuite.css" type="text/css" media="screen"> - <!--link rel="stylesheet" href="../themes/flora/flora.dialog.css" type="text/css" media="screen"--> <script type="text/javascript" src="../jquery-1.2.6.js"></script> <script type="text/javascript" src="../ui/ui.core.js"></script> diff --git a/tests/datepicker.html b/tests/datepicker.html index 8d927147e..d6c1a1424 100644 --- a/tests/datepicker.html +++ b/tests/datepicker.html @@ -17,7 +17,7 @@ <script type="text/javascript" src="datepicker.js"></script> <style type="text/css"> - @import "../themes/flora/flora.datepicker.css"; + @import "../themes/default/ui.datepicker.css"; .xerror, .error { display: none } </style> </head> diff --git a/tests/dialog.html b/tests/dialog.html index 8d3ac1935..200ed7660 100644 --- a/tests/dialog.html +++ b/tests/dialog.html @@ -4,7 +4,6 @@ <title>jQuery UI Dialog Test Suite</title> <link rel="stylesheet" href="qunit/testsuite.css" type="text/css" media="screen"> - <!--link rel="stylesheet" href="../themes/flora/flora.dialog.css" type="text/css" media="screen"--> <script type="text/javascript" src="../jquery-1.2.6.js"></script> <script type="text/javascript" src="../ui/ui.core.js"></script> @@ -24,7 +23,7 @@ </head> -<body class="flora"> +<body> <h1 id="header">jQuery UI Dialog Test Suite</h1> <h2 id="banner"></h2> diff --git a/tests/selectable.html b/tests/selectable.html index e6efbde7c..834a48e4e 100644 --- a/tests/selectable.html +++ b/tests/selectable.html @@ -4,7 +4,6 @@ <title>jQuery UI Selectable Test Suite</title> <link rel="stylesheet" href="qunit/testsuite.css" type="text/css" media="screen"> - <!--link rel="stylesheet" href="../themes/flora/flora.selectable.css" type="text/css" media="screen"--> <script type="text/javascript" src="../jquery-1.2.6.js"></script> <script type="text/javascript" src="../ui/ui.core.js"></script> @@ -22,7 +21,7 @@ </head> -<body class="flora"> +<body> <h1 id="header">jQuery UI Selectable Test Suite</h1> <h2 id="banner"></h2> diff --git a/tests/ui.html b/tests/ui.html index b59446575..a0de5cb8d 100644 --- a/tests/ui.html +++ b/tests/ui.html @@ -23,7 +23,7 @@ <script type="text/javascript" src="ui.js"></script> </head> -<body class="flora"> +<body> <h1 id="header">jQuery UI Test Suite</h1> <h2 id="banner"></h2> |