Merge branch 'dev-6919.8'
Conflicts: html/index.php html/js/card.js html/js/infobulle.js include/ajax/ajax_get_profile.php include/lib/class_html_input.php include/lib/icard.class.php include/lib/manage_table_sql.class.php
This commit is contained in:
commit
4d1117823c
5 changed files with 33 additions and 9 deletions
|
|
@ -136,6 +136,18 @@ class ICard extends HtmlInput
|
|||
$this->style=' ';
|
||||
$this->accvis=1; //!< account_visible =1 otherwise 0
|
||||
}
|
||||
/**
|
||||
* @brief in the search box, the accounting will be hidden
|
||||
*/
|
||||
function hide_accounting() {
|
||||
$this->accvis=0;
|
||||
}
|
||||
/**
|
||||
* @brief in the search box, the accounting will be shown it is the default
|
||||
*/
|
||||
function show_accounting() {
|
||||
$this->accvis=1;
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief in the search box, the accounting will be hidden
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue