cosmetique : centre les pages pour la compt. analyt
This commit is contained in:
parent
de5aa678f9
commit
de14d84839
2 changed files with 6 additions and 6 deletions
|
|
@ -38,7 +38,7 @@ $menu=array(array("?p_action=ca_imp&sub=listing&$str_dossier",_("Listing"),_("Li
|
|||
array("?p_action=ca_imp&sub=bc2&$str_dossier",_("Balance croisée"),_("Balance croisée de 2 plans analytiques"),"bc2")
|
||||
);
|
||||
$sub=(isset($_GET['sub']))?$_GET['sub']:'no';
|
||||
echo '<div class="content">';
|
||||
echo '<div class="content" style="margin-left:12%">';
|
||||
echo ShowItem($menu,"H","mtitle","mtitle",$sub);
|
||||
echo '</div>';
|
||||
$hidden=new IHidden();
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@ if ( ! $m )
|
|||
// show the left menu
|
||||
//----------------------------------------------------------------------
|
||||
echo '
|
||||
<div class="content">
|
||||
<div class="content" style="margin-left:12%">
|
||||
<div class="lmenu">
|
||||
<table>
|
||||
<tr>
|
||||
|
|
@ -78,7 +78,7 @@ if ( isset($_GET['see']))
|
|||
$a=new Anc_Operation($cn);
|
||||
|
||||
echo '
|
||||
<div class="u_redcontent">
|
||||
<div class="u_redcontent" style="margin-left:12%">
|
||||
<form method= "get">
|
||||
';
|
||||
|
||||
|
|
@ -106,7 +106,7 @@ if ( isset($_GET['see']))
|
|||
echo $w->input();
|
||||
echo 'Période '.HtmlInput::submit('gl_submit','Valider').'</form>';
|
||||
|
||||
echo '<div class="u_redcontent">';
|
||||
echo '<div class="u_redcontent" style="margin-left:12%">';
|
||||
echo $a->html_table($current);
|
||||
echo '</div>';
|
||||
exit();
|
||||
|
|
@ -116,7 +116,7 @@ if ( isset($_POST['save']))
|
|||
// record the operation and exit
|
||||
// and exit
|
||||
//-----------------------------
|
||||
echo '<div class="u_redcontent">'.
|
||||
echo '<div class="u_redcontent" style="margin-left:12%">'.
|
||||
_('Opération sauvée');
|
||||
$a=new Anc_Group_Operation($cn);
|
||||
|
||||
|
|
@ -136,7 +136,7 @@ if ( isset($_GET['new']))
|
|||
echo JS_CAOD_COMPUTE;
|
||||
$wSubmit=new IHidden("p_action","ca_od");
|
||||
$wSubmit->table=0;
|
||||
echo '<div class="u_redcontent">';
|
||||
echo '<div class="u_redcontent" style="margin-left:12%">';
|
||||
echo '<form method="post">';
|
||||
echo dossier::hidden();
|
||||
echo $wSubmit->input();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue