Author: danydb
Date: 2012-08-27 13:50:40 +0200 (Mon, 27 Aug 2012)
New Revision: 397
Modified:
trunk/coprop/include/template/coprop_lot_list.php
Log:
add title
Modified: trunk/coprop/include/template/coprop_lot_list.php
===================================================================
--- trunk/coprop/include/template/coprop_lot_list.php 2012-08-24 20:28:12 UTC
(rev 396)
+++ trunk/coprop/include/template/coprop_lot_list.php 2012-08-27 11:50:40 UTC
(rev 397)
@@ -30,7 +30,7 @@
?>
<h1>Lots affectés</h1>
<? 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>
+<h2>Immeuble :
<?=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']));
@@ -46,7 +46,7 @@
$r=Database::fetch_array($ret_coprop,$e);
?>
<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'])?>
+Copropriétaire : <?=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']));
@@ -61,7 +61,7 @@
<?for ($l=0;$l<$max_lot;$l++):
$s=Database::fetch_array($ret_lot,$l);
?>
- <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>
+ <li style="list-style-type:
square;margin-top:2px;margin-bottom:2px;">Lot :
<?=HtmlInput::card_detail($s['lot_qcode'],'','
style="display:inline;text-decoration:underline"')." ".h($s['lot_name']."
".$s['lot_desc'])?></li>
<? endfor;?>
</ul>
<? endfor;?>
---
PhpCompta est un logiciel de comptabilité libre en ligne (full web)
Projet opensource http://www.phpcompta.eu
_______________________________________________
Phpcompta est un logiciel libre de comptabilité en ligne
(http://www.phpcompta.eu)
Phpcompta-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/phpcompta-dev