Explorar o código

Look and feel v14

Laurent Destailleur %!s(int64=4) %!d(string=hai) anos
pai
achega
b863b2a3f3

+ 2 - 0
htdocs/core/modules/modCashDesk.class.php

@@ -98,6 +98,8 @@ class modCashDesk extends DolibarrModules
 									'type'=>'top', // This is a Top menu entry
 									'titre'=>'PointOfSaleShort',
 									'mainmenu'=>'cashdesk',
+									'leftmenu'=>'',
+									'prefix' => img_picto('', $this->picto, 'class="paddingright pictofixedwidth"'),
 									'url'=>'/cashdesk/index.php?user=__USER_LOGIN__',
 									'langs'=>'cashdesk', // Lang file to use (without .lang) by module. File must be in langs/code_CODE/ directory.
 									'position'=>900,

+ 1 - 1
htdocs/core/modules/modRecruitment.class.php

@@ -62,7 +62,7 @@ class modRecruitment extends DolibarrModules
 		// Used only if file README.md and README-LL.md not found.
 		$this->descriptionlong = "Manage and follow recruitment campaign for new job positions";
 		// Possible values for version are: 'development', 'experimental', 'dolibarr', 'dolibarr_deprecated' or a version string like 'x.y.z'
-		$this->version = 'experimental';
+		$this->version = 'dolibarr';
 		// Url to the file with your last numberversion of this module
 		//$this->url_last_version = 'http://www.example.com/versionmodule.txt';
 

+ 3 - 0
htdocs/theme/eldy/global.inc.php

@@ -719,6 +719,9 @@ textarea.centpercent {
 .paddingright2 {
 	padding-<?php print $right; ?>: 2px;
 }
+.paddingright2imp {
+	padding-<?php print $right; ?>: 2px !important;
+}
 .paddingtop {
 	padding-top: 4px;
 }