Qual: Normalize code

This commit is contained in:
Laurent Destailleur
2010-07-21 17:50:06 +00:00
parent f3801d0038
commit a42e0da39d
2 changed files with 5 additions and 5 deletions

View File

@@ -42,7 +42,7 @@
<!-- <test name="noFileCloseTag"/> -->
<!-- Test if a file finish with some inner HTML (OK for some view but could provoque "header already sent" error) -->
<test name="noFileFinishHTML" level="ERROR" />
<!-- <test name="noFileFinishHTML" level="ERROR" /> -->
<!-- **************** -->

View File

@@ -21,7 +21,7 @@
<!-- BEGIN PHP TEMPLATE -->
<?php
<?php
if ($somethingshown) { echo '<br>'; }
print_titre($langs->trans('RelatedCommercialProposals'));
?>
@@ -33,7 +33,7 @@ print_titre($langs->trans('RelatedCommercialProposals'));
<td align="right"><?php echo $langs->trans("AmountHTShort"); ?></td>
<td align="right"><?php echo $langs->trans("Status"); ?></td>
</tr>
<?php
<?php
$var=true;
for ($i = 0 ; $i < $num ; $i++)
{
@@ -41,7 +41,7 @@ for ($i = 0 ; $i < $num ; $i++)
$var=!$var;
?>
<tr <?php echo $bc[$var]; ?> ><td>
<a href="<?php echo DOL_URL_ROOT.'/compta/propal.php?id='.$linkedObjectBlock->id.'">'.img_object($langs->trans("ShowPropal"),"propal").' '.$linkedObjectBlock->ref; ?></a></td>
<a href="<?php echo DOL_URL_ROOT.'/compta/propal.php?id='.$linkedObjectBlock->id.'">'.img_object($langs->trans("ShowPropal"),"propal").' '.$linkedObjectBlock->ref; ?>"></a></td>
<td><?php echo $linkedObjectBlock->ref_client; ?></td>
<td align="center"><?php echo dol_print_date($linkedObjectBlock->date,'day'); ?></td>
<td align="right"><?php echo price($linkedObjectBlock->total_ht); ?></td>
@@ -59,4 +59,4 @@ $total = $total + $linkedObjectBlock->total_ht;
</tr>
</table>
<!-- END PHP TEMPLATE -->
<!-- END PHP TEMPLATE -->