diff --git a/include/ajax/ajax_view_action.php b/include/ajax/ajax_view_action.php
index fa68d473a..2af8c37d5 100644
--- a/include/ajax/ajax_view_action.php
+++ b/include/ajax/ajax_view_action.php
@@ -38,8 +38,8 @@ if ( ($g_user->can_write_action($ag_id) == true || $g_user->can_read_action($ag_
{
$menu=new Default_Menu();
echo $act->Display('READ', false, "ajax", "");
- //$action=HtmlInput::array_to_string(array("gDossier","ag_id"), $_GET)."&ac=FOLLOW&sa=detail";
- $action= "do.php?".http_build_query(array("gDossier"=>Dossier::id(),"ag_id"=>$ag_id,"ac"=>$menu->get('code_follow'),"sa"=>"detail"));
+
+ $action= NOALYSS_URL."/do.php?".http_build_query(array("gDossier"=>Dossier::id(),"ag_id"=>$ag_id,"ac"=>$menu->get('code_follow'),"sa"=>"detail"));
$code='ok';
?>
diff --git a/include/class/fiche.class.php b/include/class/fiche.class.php
index 3729e33a8..8ea43a022 100644
--- a/include/class/fiche.class.php
+++ b/include/class/fiche.class.php
@@ -1503,7 +1503,7 @@ class Fiche
$solde=abs(bcsub($deb,$cred));
$side=($deb > $cred)?'Débit':'Crédit';
$r.='
';
- $r.=td("").td("").td("").td("").td("Totaux").td(nbm($deb),'class="num"').td(nbm($cred),'class="num"').td(" $side ".nbm($solde),'class="num"');
+ $r.=td("").td("").td("").td("").td("").td("Totaux").td(nbm($deb),'class="num"').td(nbm($cred),'class="num"').td(" $side ".nbm($solde),'class="num"');
$r.='
';
$r.="";
$r.="";
diff --git a/include/class/follow_up.class.php b/include/class/follow_up.class.php
index 4cd537e27..bf4a978ed 100644
--- a/include/class/follow_up.class.php
+++ b/include/class/follow_up.class.php
@@ -283,7 +283,8 @@ class Follow_Up
$title->name="ag_title";
$title->value=$this->ag_title;
$title->size=60;
- $title->style='style="font-size:2rem;font-weight:bold"';
+ $title->style='style="font-size:2rem;font-weight:bold"';
+ $title->css_size="45rem";
// Priority of the ag_priority
diff --git a/include/template/follow_up-display.php b/include/template/follow_up-display.php
index 3c69974dc..5685138ff 100644
--- a/include/template/follow_up-display.php
+++ b/include/template/follow_up-display.php
@@ -38,11 +38,11 @@ $dossier_id=Dossier::id();
*
*/
?>
-
+
-
+
diff --git a/include/template/follow_up_detail_display.php b/include/template/follow_up_detail_display.php
index 25852f565..cee2a6cdb 100644
--- a/include/template/follow_up_detail_display.php
+++ b/include/template/follow_up_detail_display.php
@@ -40,7 +40,7 @@ $option_detail= Document_Option::option_operation_detail($document_type);
// default menu for invoice
$menu=new Default_Menu();
?>
-
+
@@ -249,4 +249,5 @@ $menu=new Default_Menu();
+