mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-09 15:00:07 +01:00
Changes from updating jQuery & jQuery UI to latest versions
This commit is contained in:
parent
ba0fd9fa22
commit
14ebff54c9
@ -39,7 +39,7 @@ class etemplate_et2_widgets
|
|||||||
|
|
||||||
// Include the jQuery-UI CSS - many more complex widgets use it
|
// Include the jQuery-UI CSS - many more complex widgets use it
|
||||||
$theme = 'redmond';
|
$theme = 'redmond';
|
||||||
egw_framework::includeCSS("/phpgwapi/js/jquery/jquery-ui/$theme/jquery-ui-1.8.21.custom.css");
|
egw_framework::includeCSS("/phpgwapi/js/jquery/jquery-ui/$theme/jquery-ui-1.10.3.custom.css");
|
||||||
|
|
||||||
egw_framework::includeCSS('/etemplate/templates/default/etemplate2.css');
|
egw_framework::includeCSS('/etemplate/templates/default/etemplate2.css');
|
||||||
|
|
||||||
|
@ -303,6 +303,7 @@ var et2_dataview = Class.extend({
|
|||||||
// right (collapsed) border of the row differently
|
// right (collapsed) border of the row differently
|
||||||
var subBorder = 0;
|
var subBorder = 0;
|
||||||
var subHBorder = 0;
|
var subHBorder = 0;
|
||||||
|
/*
|
||||||
if ($j.browser.mozilla)
|
if ($j.browser.mozilla)
|
||||||
{
|
{
|
||||||
var maj = $j.browser.version.split(".")[0];
|
var maj = $j.browser.version.split(".")[0];
|
||||||
@ -322,6 +323,7 @@ var et2_dataview = Class.extend({
|
|||||||
{
|
{
|
||||||
subBorder = -1;
|
subBorder = -1;
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
// Make the last columns one pixel smaller, to prevent a horizontal
|
// Make the last columns one pixel smaller, to prevent a horizontal
|
||||||
// scrollbar from showing up
|
// scrollbar from showing up
|
||||||
|
Loading…
Reference in New Issue
Block a user