forked from Wavyzz/dolibarr
Fix typo
This commit is contained in:
@@ -1866,7 +1866,7 @@ class Adherent extends CommonObject
|
|||||||
|
|
||||||
$error=0;
|
$error=0;
|
||||||
|
|
||||||
// Check paramaters
|
// Check parameters
|
||||||
if ($this->statut == 0)
|
if ($this->statut == 0)
|
||||||
{
|
{
|
||||||
dol_syslog(get_class($this)."::resiliate statut of member does not allow this", LOG_WARNING);
|
dol_syslog(get_class($this)."::resiliate statut of member does not allow this", LOG_WARNING);
|
||||||
|
|||||||
@@ -3916,7 +3916,7 @@ class Form
|
|||||||
* print '});'."\n";
|
* print '});'."\n";
|
||||||
* print '</script>'."\n";
|
* print '</script>'."\n";
|
||||||
*
|
*
|
||||||
* @param string $page Url of page to call if confirmation is OK. Can contains paramaters (param 'action' and 'confirm' will be reformated)
|
* @param string $page Url of page to call if confirmation is OK. Can contains parameters (param 'action' and 'confirm' will be reformated)
|
||||||
* @param string $title Title
|
* @param string $title Title
|
||||||
* @param string $question Question
|
* @param string $question Question
|
||||||
* @param string $action Action
|
* @param string $action Action
|
||||||
|
|||||||
@@ -437,7 +437,7 @@ function GETPOST($paramname, $check = 'none', $method = 0, $filter = null, $opti
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Substitution variables for GETPOST (used to get final url with variable parameters or final default value with variable paramaters)
|
// Substitution variables for GETPOST (used to get final url with variable parameters or final default value with variable parameters)
|
||||||
// Example of variables: __DAY__, __MONTH__, __YEAR__, __MYCOMPANY_COUNTRY_ID__, __USER_ID__, ...
|
// Example of variables: __DAY__, __MONTH__, __YEAR__, __MYCOMPANY_COUNTRY_ID__, __USER_ID__, ...
|
||||||
// We do this only if var is a GET. If it is a POST, may be we want to post the text with vars as the setup text.
|
// We do this only if var is a GET. If it is a POST, may be we want to post the text with vars as the setup text.
|
||||||
if (! is_array($out) && empty($_POST[$paramname]) && empty($noreplace))
|
if (! is_array($out) && empty($_POST[$paramname]) && empty($noreplace))
|
||||||
@@ -4194,7 +4194,7 @@ function print_barre_liste($titre, $page, $file, $options = '', $sortfield = '',
|
|||||||
*
|
*
|
||||||
* @param int $page Number of page
|
* @param int $page Number of page
|
||||||
* @param string $file Page URL (in most cases provided with $_SERVER["PHP_SELF"])
|
* @param string $file Page URL (in most cases provided with $_SERVER["PHP_SELF"])
|
||||||
* @param string $options Other url paramaters to propagate ("" by default, may include sortfield and sortorder)
|
* @param string $options Other url parameters to propagate ("" by default, may include sortfield and sortorder)
|
||||||
* @param integer $nextpage Do we show a next page button
|
* @param integer $nextpage Do we show a next page button
|
||||||
* @param string $betweenarrows HTML content to show between arrows. MUST contains '<li> </li>' tags or '<li><span> </span></li>'.
|
* @param string $betweenarrows HTML content to show between arrows. MUST contains '<li> </li>' tags or '<li><span> </span></li>'.
|
||||||
* @param string $afterarrows HTML content to show after arrows. Must NOT contains '<li> </li>' tags.
|
* @param string $afterarrows HTML content to show after arrows. Must NOT contains '<li> </li>' tags.
|
||||||
@@ -7172,7 +7172,7 @@ function printCommonFooter($zone = 'private')
|
|||||||
else print "\n".'<!-- Common footer for public page -->'."\n";
|
else print "\n".'<!-- Common footer for public page -->'."\n";
|
||||||
|
|
||||||
// A div to store page_y POST parameter so we can read it using javascript
|
// A div to store page_y POST parameter so we can read it using javascript
|
||||||
print "\n<!-- A div to store page_y POST paramater -->\n";
|
print "\n<!-- A div to store page_y POST parameter -->\n";
|
||||||
print '<div id="page_y" style="display: none;">'.$_POST['page_y'].'</div>'."\n";
|
print '<div id="page_y" style="display: none;">'.$_POST['page_y'].'</div>'."\n";
|
||||||
|
|
||||||
$parameters=array();
|
$parameters=array();
|
||||||
|
|||||||
@@ -81,7 +81,7 @@ div.mainmenu.companies::before {
|
|||||||
}
|
}
|
||||||
|
|
||||||
div.mainmenu.commercial::before {
|
div.mainmenu.commercial::before {
|
||||||
content: "\f508";
|
content: "\f0f2";
|
||||||
}
|
}
|
||||||
|
|
||||||
div.mainmenu.ecm::before {
|
div.mainmenu.ecm::before {
|
||||||
@@ -97,7 +97,7 @@ div.mainmenu.ftp::before {
|
|||||||
}
|
}
|
||||||
|
|
||||||
div.mainmenu.hrm::before {
|
div.mainmenu.hrm::before {
|
||||||
content: "\f5ca";
|
content: "\f508";
|
||||||
}
|
}
|
||||||
|
|
||||||
div.mainmenu.members::before {
|
div.mainmenu.members::before {
|
||||||
@@ -105,11 +105,11 @@ div.mainmenu.members::before {
|
|||||||
}
|
}
|
||||||
|
|
||||||
div.mainmenu.products::before {
|
div.mainmenu.products::before {
|
||||||
content: "\f468";
|
content: "\f1b2";
|
||||||
}
|
}
|
||||||
|
|
||||||
div.mainmenu.mrp::before {
|
div.mainmenu.mrp::before {
|
||||||
content: "\f474";
|
content: "\f1b3";
|
||||||
}
|
}
|
||||||
|
|
||||||
div.mainmenu.project::before {
|
div.mainmenu.project::before {
|
||||||
|
|||||||
Reference in New Issue
Block a user