phpcompta-dev
[Top][All Lists]
Advanced

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

[Phpcompta-dev] r4464 - phpcompta/trunk/include/template


From: phpcompta-dev
Subject: [Phpcompta-dev] r4464 - phpcompta/trunk/include/template
Date: Thu, 24 Nov 2011 10:53:08 +0100 (CET)

Author: danydb
Date: 2011-11-24 10:53:07 +0100 (Thu, 24 Nov 2011)
New Revision: 4464

Modified:
   phpcompta/trunk/include/template/ledger_search.php
Log:
Prob. IE Width search_op

Modified: phpcompta/trunk/include/template/ledger_search.php
===================================================================
--- phpcompta/trunk/include/template/ledger_search.php  2011-11-24 09:50:41 UTC 
(rev 4463)
+++ phpcompta/trunk/include/template/ledger_search.php  2011-11-24 09:53:07 UTC 
(rev 4464)
@@ -1,7 +1,7 @@
 
 <table>
 <tr>
-<td style='text-align:right;width:30em'>
+<td style="text-align:right;width:30em">
 <?=_('Dans le journal')?>
 </td>
 <td>
@@ -10,7 +10,7 @@
 </tr>
 
 <tr>
-<td style='text-align:right;width:30em'>
+<td style="text-align:right;width:30em">
 <?=_('Et Compris entre les date')?>
 </td>
 <td>
@@ -19,7 +19,7 @@
 </tr>
 
 <tr>
-<td style='text-align:right;width:30em'>
+<td style="text-align:right;width:30em">
 <?=_('Et contenant dans le libellé, pièce justificative ou n° interne')?>
 </td>
 
@@ -28,7 +28,7 @@
 </td>
 </tr>
 <tr>
-<td style='text-align:right;width:30em'>
+<td style="text-align:right;width:30em">
 <?=_('Et compris entre les montants')?>
 </td>
 <td >
@@ -36,7 +36,7 @@
 </td>
 </tr>
 <tr>
-<td style='text-align:right;width:30em'>
+<td style="text-align:right;width:30em">
        <?=_('Et utilisant la fiche (quick code)')?>
 </td>
 <td>
@@ -44,7 +44,7 @@
 </td>
 </tr>
 <tr>
-<td style='text-align:right;width:30em'>
+<td style="text-align:right;width:30em">
        <?php echo _('Et utilisant le poste comptable').$info?>
 </td>
 
@@ -54,7 +54,7 @@
 </tr>
 
 <tr>
-<td style='text-align:right';width:30em>
+<td style="text-align:right;width:30em">
        <?=_('Et uniquement non payées')?>
 </td>
 




reply via email to

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