Add full uncompressed version of jquery ui.

This commit is contained in:
Michal Čihař
2010-04-15 09:34:52 +02:00
parent 979cc56f42
commit c2de4dd8d9
8 changed files with 10895 additions and 48 deletions

View File

@@ -12,7 +12,7 @@
require_once './libraries/common.inc.php'; require_once './libraries/common.inc.php';
require_once './libraries/Table.class.php'; require_once './libraries/Table.class.php';
$GLOBALS['js_include'][] = 'jquery/jquery-ui-1.8.custom.min.js'; $GLOBALS['js_include'][] = 'jquery/jquery-ui-1.8.custom.js';
/** /**
* Prepares the tables list if the user where not redirected to this script * Prepares the tables list if the user where not redirected to this script

10889
js/jquery/jquery-ui-1.8.custom.js vendored Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@@ -35,7 +35,7 @@ require './libraries/header_http.inc.php';
<link href="../favicon.ico" rel="shortcut icon" type="image/x-icon" /> <link href="../favicon.ico" rel="shortcut icon" type="image/x-icon" />
<link href="styles.css" rel="stylesheet" type="text/css" /> <link href="styles.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="../js/jquery/jquery-1.4.2.js"></script> <script type="text/javascript" src="../js/jquery/jquery-1.4.2.js"></script>
<script type="text/javascript" src="../js/jquery/jquery-ui-1.8.custom.min.js"></script> <script type="text/javascript" src="../js/jquery/jquery-ui-1.8.custom.js"></script>
<script type="text/javascript" src="../js/jquery/jquery.json-2.2.js"></script> <script type="text/javascript" src="../js/jquery/jquery.json-2.2.js"></script>
<script type="text/javascript" src="scripts.js"></script> <script type="text/javascript" src="scripts.js"></script>
</head> </head>

View File

@@ -15,7 +15,7 @@ require_once './libraries/Table.class.php';
require_once './libraries/check_user_privileges.lib.php'; require_once './libraries/check_user_privileges.lib.php';
require_once './libraries/bookmark.lib.php'; require_once './libraries/bookmark.lib.php';
$GLOBALS['js_include'][] = 'jquery/jquery-ui-1.8.custom.min.js'; $GLOBALS['js_include'][] = 'jquery/jquery-ui-1.8.custom.js';
/** /**
* Defines the url to return to in case of error in a sql statement * Defines the url to return to in case of error in a sql statement

View File

@@ -431,7 +431,7 @@ if (isset($return_to_sql_query)) {
$GLOBALS['js_include'][] = 'tbl_change.js'; $GLOBALS['js_include'][] = 'tbl_change.js';
$GLOBALS['js_include'][] = 'functions.js'; $GLOBALS['js_include'][] = 'functions.js';
// in case we call sql.php which needs those: // in case we call sql.php which needs those:
$GLOBALS['js_include'][] = 'jquery/jquery-ui-1.8.custom.min.js'; $GLOBALS['js_include'][] = 'jquery/jquery-ui-1.8.custom.js';
$active_page = $goto_include; $active_page = $goto_include;

View File

@@ -19,7 +19,7 @@ require_once './libraries/relation.lib.php'; // foreign keys
require_once './libraries/mysql_charsets.lib.php'; require_once './libraries/mysql_charsets.lib.php';
$GLOBALS['js_include'][] = 'tbl_change.js'; $GLOBALS['js_include'][] = 'tbl_change.js';
$GLOBALS['js_include'][] = 'jquery/jquery-ui-1.8.custom.min.js'; $GLOBALS['js_include'][] = 'jquery/jquery-ui-1.8.custom.js';
if ($GLOBALS['cfg']['PropertiesIconic'] == true) { if ($GLOBALS['cfg']['PropertiesIconic'] == true) {
$titles['Browse'] = $titles['Browse'] =

View File

@@ -14,7 +14,7 @@ require_once './libraries/common.inc.php';
require_once './libraries/mysql_charsets.lib.php'; require_once './libraries/mysql_charsets.lib.php';
require_once './libraries/relation.lib.php'; require_once './libraries/relation.lib.php';
$GLOBALS['js_include'][] = 'jquery/jquery-ui-1.8.custom.min.js'; $GLOBALS['js_include'][] = 'jquery/jquery-ui-1.8.custom.js';
/** /**
* handle multiple field commands if required * handle multiple field commands if required