|
|
@ -315,7 +315,6 @@ class Display |
|
|
|
* 'page_nr' = The page to display |
|
|
|
* 'page_nr' = The page to display |
|
|
|
* 'hide_navigation' = true to hide the navigation |
|
|
|
* 'hide_navigation' = true to hide the navigation |
|
|
|
* @param array $query_vars Additional variables to add in the query-string |
|
|
|
* @param array $query_vars Additional variables to add in the query-string |
|
|
|
* @param array $form actions Additional variables to add in the query-string |
|
|
|
|
|
|
|
* @param mixed An array with bool values to know which columns show. |
|
|
|
* @param mixed An array with bool values to know which columns show. |
|
|
|
* i.e: $visibility_options= array(true, false) we will only show the first column |
|
|
|
* i.e: $visibility_options= array(true, false) we will only show the first column |
|
|
|
* Can be also only a bool value. TRUE: show all columns, FALSE: show nothing |
|
|
|
* Can be also only a bool value. TRUE: show all columns, FALSE: show nothing |
|
|
@ -357,7 +356,6 @@ class Display |
|
|
|
* 'page_nr' = The page to display |
|
|
|
* 'page_nr' = The page to display |
|
|
|
* 'hide_navigation' = true to hide the navigation |
|
|
|
* 'hide_navigation' = true to hide the navigation |
|
|
|
* @param array $query_vars Additional variables to add in the query-string |
|
|
|
* @param array $query_vars Additional variables to add in the query-string |
|
|
|
* @param array $form actions Additional variables to add in the query-string |
|
|
|
|
|
|
|
* @param mixed An array with bool values to know which columns show. i.e: |
|
|
|
* @param mixed An array with bool values to know which columns show. i.e: |
|
|
|
* $visibility_options= array(true, false) we will only show the first column |
|
|
|
* $visibility_options= array(true, false) we will only show the first column |
|
|
|
* Can be also only a bool value. TRUE: show all columns, FALSE: show nothing |
|
|
|
* Can be also only a bool value. TRUE: show all columns, FALSE: show nothing |
|
|
@ -637,8 +635,6 @@ class Display |
|
|
|
/** |
|
|
|
/** |
|
|
|
* Prints an <option>-list with all letters (A-Z). |
|
|
|
* Prints an <option>-list with all letters (A-Z). |
|
|
|
* |
|
|
|
* |
|
|
|
* @param string $selected_letter The letter that should be selected |
|
|
|
|
|
|
|
* |
|
|
|
|
|
|
|
* @todo This is English language specific implementation. |
|
|
|
* @todo This is English language specific implementation. |
|
|
|
* It should be adapted for the other languages. |
|
|
|
* It should be adapted for the other languages. |
|
|
|
* |
|
|
|
* |
|
|
|