';
-echo $f->get_gestion_title();
$exercice=new Exercice($cn);
$old='';
$fiche=new Fiche($cn,$_GET['f_id']);
diff --git a/include/category_card.inc.php b/include/category_card.inc.php
index 252b9153e..ec24e9601 100644
--- a/include/category_card.inc.php
+++ b/include/category_card.inc.php
@@ -60,6 +60,7 @@ default:
$f=new Fiche($cn,$_REQUEST['f_id']);
echo '
';
+echo $f->get_gestion_title();
echo ShowItem(array(
array($root."&sc=dc",_('Fiche'),_('Détail de la fiche'),1),
array($root.'&sc=sv',_('Suivi'),_('Suivi Fournisseur, client, banque, devis, bon de commande, courrier'),2),
@@ -112,7 +113,6 @@ if ( $ss_action == 'cn')
echo dossier::hidden();
$f = new Fiche($cn, $_REQUEST['f_id']);
- echo $f->get_gestion_title();
$contact=new Contact($cn);
$contact->company=$f->get_quick_code();
echo $contact->summary("");
diff --git a/include/category_followup.inc.php b/include/category_followup.inc.php
index b3f17bc2e..069c52be3 100644
--- a/include/category_followup.inc.php
+++ b/include/category_followup.inc.php
@@ -47,6 +47,5 @@ $_GET['qcode']=$fiche->get_quick_code();
$_REQUEST['qcode'] = $fiche->get_quick_code();
echo '
';
-echo $fiche->get_gestion_title();
require_once('action.common.inc.php');
echo '
';
diff --git a/include/category_operation.inc.php b/include/category_operation.inc.php
index 607cffb1c..7f492c3a7 100644
--- a/include/category_operation.inc.php
+++ b/include/category_operation.inc.php
@@ -36,7 +36,6 @@ $_GET['qcode']=$qcode;
$_REQUEST['qcode']=$qcode;
$var_array=compute_variable('ledger_type=ALL');
put_global($var_array);
-echo $f->get_gestion_title();
require_once ('history_operation.inc.php');
diff --git a/include/class_acc_ledger.php b/include/class_acc_ledger.php
index bf1ed4e0b..cbc781dea 100644
--- a/include/class_acc_ledger.php
+++ b/include/class_acc_ledger.php
@@ -2836,7 +2836,7 @@ class Acc_Ledger extends jrn_def_sql
$type = 'ALL';
$r.='
';
$r.=HtmlInput::anchor_hide('Fermer', '$(\'search_form\').style.display=\'none\';');
- $r.=h2info('Recherche');
+ $r.=h2('Recherche','class="title"');
$r.='
';
diff --git a/include/class_html_input.php b/include/class_html_input.php
index ab1cf319d..a31949a2c 100755
--- a/include/class_html_input.php
+++ b/include/class_html_input.php
@@ -174,12 +174,12 @@ class HtmlInput
$readonly=($this->readonly==false)?"false":"true";
echo "read only".$readonly."
";
}
- static function submit ($p_name,$p_value,$p_javascript="",$p_class="button")
+ static function submit ($p_name,$p_value,$p_javascript="",$p_class="smallbutton")
{
return '
';
}
- static function button ($p_name,$p_value,$p_javascript="",$p_class="button")
+ static function button ($p_name,$p_value,$p_javascript="",$p_class="smallbutton")
{
return '
';
@@ -187,7 +187,7 @@ class HtmlInput
static function reset ($p_value)
{
- return '
';
+ return '
';
}
static function hidden($p_name,$p_value,$p_id="")
{
diff --git a/include/class_ibutton.php b/include/class_ibutton.php
index a716f077d..8cd667098 100644
--- a/include/class_ibutton.php
+++ b/include/class_ibutton.php
@@ -32,7 +32,7 @@ class IButton extends HtmlInput
$this->name=($p_name==null)?$this->name:$p_name;
$this->value=($p_value==null)?$this->value:$p_value;
$this->label=(trim($this->label) != '')?$this->label:$this->value;
- $class=($p_class=="")?" button ":$this->class;
+ $class=($p_class=="")?"smallbutton ":$this->class;
if ( $this->readOnly==true) return $this->display();
$extra= ( isset($this->extra))?$this->extra:"";
$this->id=($this->id=="")?$this->name:$this->id;
diff --git a/include/lettering.gestion.inc.php b/include/lettering.gestion.inc.php
index b9bc59bb3..0da3fc750 100644
--- a/include/lettering.gestion.inc.php
+++ b/include/lettering.gestion.inc.php
@@ -6,7 +6,6 @@ if ( ! defined ('ALLOWED') ) die('Appel direct ne sont pas permis');
require_once('class_lettering.php');
global $g_user;
echo '
';
-echo $f->get_gestion_title();
echo '