-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Improve the use of variable (#131) * Improve the use of variable * Update global.inc.php * Update global.inc.php * Improve work in progress * Update global.inc.php * Infos * notifications * fixes * Update global.inc.php * Calendar + Tab * Update global.inc.php * Compatibility Quicklist * Add option MAIN_CHECKBOX_LEFT_COLUMN & language * Reverse PR131 * Publish 2.2.9 - Remove PR131 & fix some CSS (#132) * Version * 2022.5.3 2.2.10 (#134) * Publish version 2.2.10 * New Logo --------- Co-authored-by: Sylvain Legrand <[email protected]>
- Loading branch information
1 parent
fbaa54a
commit ff73871
Showing
11 changed files
with
107 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2.2.8 | ||
2.2.10 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<?php | ||
if (! defined('ISLOADEDBYSTEELSHEET')) die('Must be call by steelsheet'); | ||
?> | ||
/* <style type="text/css" > */ | ||
|
||
<?php | ||
/* | ||
* Module: Quicklist | ||
* Editor: Easya Solutions (Open-Dsi) | ||
* ------------------- | ||
*/ | ||
include dol_buildpath($path.'/theme/'.$theme.'/modules/quicklist/quicklist.inc.php', 0); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?php if (! defined('ISLOADEDBYSTEELSHEET')) die('Must be call by steelsheet'); ?> | ||
/* <style type="text/css" > */ | ||
|
||
<?php if (!empty($conf->global->FIX_AREAREF_TABACTION)) { ?> | ||
.quicklist-dropdown-content { | ||
z-index: 2 !important; | ||
} | ||
<?php } ?> |