2
0
forked from Wavyzz/dolibarr

fix sticker ci

This commit is contained in:
Sekan, Tobias
2020-09-10 11:26:17 +02:00
parent 0cc9cc9bb7
commit 2292f83258

View File

@@ -8674,9 +8674,9 @@ function currentToken()
/** /**
* Start a table with headers and a optinal clickable number * Start a table with headers and a optinal clickable number
* (don't forget to use "finishSimpleTable()" after the last table row) * (don't forget to use "finishSimpleTable()" after the last table row)
* *
* @see finishSimpleTable * @see finishSimpleTable
* *
* @param string $header The first left header of the table (automatic translated) * @param string $header The first left header of the table (automatic translated)
* @param string $link (optional) The link to a internal dolibarr page, when click on the number (without the first "/") * @param string $link (optional) The link to a internal dolibarr page, when click on the number (without the first "/")
* @param string $arguments (optional) Additional arguments for the link (e.g. "search_status=0") * @param string $arguments (optional) Additional arguments for the link (e.g. "search_status=0")
@@ -8739,11 +8739,11 @@ function startSimpleTable($header, $link = "", $arguments = "", $emptyRows = 0,
/** /**
* Add the correct HTML close tags for "startSimpleTable(...)" * Add the correct HTML close tags for "startSimpleTable(...)"
* (use after the last table line) * (use after the last table line)
* *
* @see startSimpleTable * @see startSimpleTable
* *
* @param bool $addLineBreak (optional) Add a extra line break after the complete table (\<br\>) * @param bool $addLineBreak (optional) Add a extra line break after the complete table (\<br\>)
* *
* @return void * @return void
*/ */
function finishSimpleTable($addLineBreak = false) function finishSimpleTable($addLineBreak = false)