phpcompta-dev
[Top][All Lists]
Advanced

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

[Phpcompta-dev] r279 - trunk/coprop/include/template


From: phpcompta-dev
Subject: [Phpcompta-dev] r279 - trunk/coprop/include/template
Date: Wed, 11 Jan 2012 21:25:38 +0100 (CET)

Author: danydb
Date: 2012-01-11 21:25:38 +0100 (Wed, 11 Jan 2012)
New Revision: 279

Modified:
   trunk/coprop/include/template/coprop_lot_list.php
Log:

cosmetic : immeuble / coprop / lot


Modified: trunk/coprop/include/template/coprop_lot_list.php
===================================================================
--- trunk/coprop/include/template/coprop_lot_list.php   2012-01-11 20:15:45 UTC 
(rev 278)
+++ trunk/coprop/include/template/coprop_lot_list.php   2012-01-11 20:25:38 UTC 
(rev 279)
@@ -32,7 +32,7 @@
 <? for ( $i=0;$i<count($a_immeuble);$i++):?>
 
<h2><?=HtmlInput::card_detail($a_immeuble[$i]['quick_code'],$a_immeuble[$i]['vw_name'],'
 style="display:inline;text-decoration:underline"')?></h2>
 
-<? 
+<?
 $ret_coprop=$cn->execute("coprop",array($a_immeuble[$i]['f_id']));
 $max_coprop=Database::num_row($ret_coprop);
 if ($max_coprop==0)
@@ -41,11 +41,13 @@
     continue;
 }
 ?>
-<ul>
-<?for ($e=0;$e<$max_coprop;$e++): 
+<ul style="list-style-type: none;margin-top:10px;margin-bottom:10px;">
+<?for ($e=0;$e<$max_coprop;$e++):
     $r=Database::fetch_array($ret_coprop,$e);
     ?>
-<li><?=HtmlInput::card_detail($r['copro_qcode'],'',' 
style="display:inline;text-decoration:underline"').' '.h($r['copro_name']." 
".$r['copro_first_name'])?></li>
+<li style="margin-top:4px;margin-bottom:4px;">
+<?=HtmlInput::card_detail($r['copro_qcode'],'',' 
style="display:inline;text-decoration:underline"').' '.h($r['copro_name']." 
".$r['copro_first_name'])?>
+</li>
     <?
     
$ret_lot=$cn->execute("lot",array($a_immeuble[$i]['f_id'],$r['coprop_id']));
    $max_lot=Database::num_row($ret_lot);
@@ -56,10 +58,10 @@
     }
     ?>
     <ul>
-    <?for ($l=0;$l<$max_lot;$l++): 
+    <?for ($l=0;$l<$max_lot;$l++):
     $s=Database::fetch_array($ret_lot,$l);
     ?>
-       <li><?=HtmlInput::card_detail($s['lot_qcode'],'',' 
style="display:inline;text-decoration:underline"')." ".h($s['lot_name']." 
".$s['lot_desc'])?></li>
+       <li style="list-style-type: 
square;margin-top:2px;margin-bottom:2px;"><?=HtmlInput::card_detail($s['lot_qcode'],'','
 style="display:inline;text-decoration:underline"')." ".h($s['lot_name']." 
".$s['lot_desc'])?></li>
     <? endfor;?>
     </ul>
     <? endfor;?>




reply via email to

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