FollowUp show list of saved search
This commit is contained in:
parent
6a59d2149e
commit
1c3fb046f0
1 changed files with 12 additions and 0 deletions
|
|
@ -1329,6 +1329,16 @@ class Follow_Up
|
|||
require_once NOALYSS_TEMPLATE.'/action_search.php';
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief display a form with the saved search
|
||||
* @return voidµ
|
||||
*/
|
||||
public static function display_saved_search()
|
||||
{
|
||||
$http=new HttpInput();
|
||||
echo \HtmlInput::button_action("Recherches sauvées",sprintf("list_filter_followup('%s','%s')",Dossier::id(),$http->request("ac")));
|
||||
|
||||
}
|
||||
/**
|
||||
* @brief show a list of documents
|
||||
* @param $cn database connextion
|
||||
|
|
@ -1338,6 +1348,7 @@ class Follow_Up
|
|||
{
|
||||
|
||||
Follow_Up::display_search($cn);
|
||||
Follow_Up::display_saved_search();
|
||||
|
||||
$act=new Follow_Up($cn);
|
||||
/** \brief
|
||||
|
|
@ -1350,6 +1361,7 @@ class Follow_Up
|
|||
require_once NOALYSS_TEMPLATE.'/action_other_action.php';
|
||||
echo $act->myList($p_base, "", $query);
|
||||
echo '</form>';
|
||||
|
||||
}
|
||||
/**
|
||||
* @brief Show a button for adding follow-up action, display the FORM
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue