noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 07/10: Task #1045 - Amélioration apparence


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 07/10: Task #1045 - Amélioration apparence : Apparence
Date: Thu, 27 Nov 2014 22:55:08 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit aebb466494be5908be18c62764ec1fc97c3f6518
Author: Dany De Bontridder <address@hidden>
Date:   Thu Nov 27 14:04:27 2014 +0100

    Task #1045 - Amélioration apparence  :
    Apparence
---
 include/anc_od.inc.php |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/include/anc_od.inc.php b/include/anc_od.inc.php
index 02f1133..d627bc8 100644
--- a/include/anc_od.inc.php
+++ b/include/anc_od.inc.php
@@ -51,7 +51,7 @@ if ( ! $m )
 //----------------------------------------------------------------------
 echo '
 <div class="content" >
-<div class="lmenu">
+<div class="menu2">
 <table>
 <tr>
 <td  class="mtitle" >
@@ -80,7 +80,7 @@ if ( isset($_GET['see']))
     $a=new Anc_Operation($cn);
 
     echo '
-    <div class="redcontent"  style="margin-left:12%">
+    <div class="content"  >
     <form method= "get">
     ';
 
@@ -105,10 +105,10 @@ if ( isset($_GET['see']))
     
$current=(isset($_GET['p_periode']))?$_GET['p_periode']:$g_user->get_periode();
     $w->value=$periode_start;
     $w->selected=$current;
-    echo $w->input();
-    echo 'P&eacute;riode  '.HtmlInput::submit('gl_submit','Valider').'</form>';
+    echo _('Filter par 
période').":".$w->input().HtmlInput::submit('gl_submit','Valider').'</form>';
+    echo '<hr>';
 
-    echo '<div class="redcontent"  style="margin-left:12%">';
+    echo '<div class="content" >';
     echo $a->html_table($current);
     echo '</div>';
     return;
@@ -118,7 +118,7 @@ if ( isset($_POST['save']))
     // record the operation and exit
     // and exit
     //-----------------------------
-    echo '<div class="redcontent" style="margin-left:12%">'.
+    echo '<div class="redcontent" >'.
     _('Opération sauvée');
     $a=new Anc_Group_Operation($cn);
 
@@ -138,7 +138,7 @@ if ( isset($_GET['new']))
 
     $wSubmit=new IHidden("p_action","ca_od");
     $wSubmit->table=0;
-    echo '<div class="redcontent"  style="margin-left:12%">';
+    echo '<div class="redcontent"  >';
     echo '<form method="post">';
     echo dossier::hidden();
     echo $wSubmit->input();



reply via email to

[Prev in Thread] Current Thread [Next in Thread]