phpcompta-dev
[Top][All Lists]
Advanced

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

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


From: phpcompta-dev
Subject: [Phpcompta-dev] r231 - trunk/coprop/include/template
Date: Wed, 4 Jan 2012 15:49:30 +0100 (CET)

Author: danydb
Date: 2012-01-04 15:49:30 +0100 (Wed, 04 Jan 2012)
New Revision: 231

Modified:
   trunk/coprop/include/template/coprop_lot_mod.php
Log:
#505 consulter d?\195?\169tail lot lors de la modif

Modified: trunk/coprop/include/template/coprop_lot_mod.php
===================================================================
--- trunk/coprop/include/template/coprop_lot_mod.php    2012-01-04 13:40:16 UTC 
(rev 230)
+++ trunk/coprop/include/template/coprop_lot_mod.php    2012-01-04 14:49:30 UTC 
(rev 231)
@@ -34,7 +34,7 @@
 <h2>Lot affecté à ce copropriétaire</h2>
 <form method="post" onsubmit="return confirm('Vous confirmez ?')">
                <?=HtmlInput::hidden("copro_id",$copro->id)?>
-<table>
+<table class="result">
        <tr>
                <th>
                        Lot
@@ -46,7 +46,7 @@
 <? for ($i=0;$i<count($acurrent);$i++): ?>
        <tr id="row<?=$acurrent[$i]['l_id']?>">
                <td>
-                       <?=$acurrent[$i]['fiche_name']?>
+                       
<?=HtmlInput::card_detail($acurrent[$i]['fiche_qcode'],$acurrent[$i]['fiche_name'],'
 class="line"')?>
                </td>
                <td>
                     <?=$acurrent[$i]['fiche_desc']?>
@@ -66,7 +66,7 @@
 <h2>Autre lots</h2>
 <form method="post" onsubmit="return confirm('Vous confirmez ?')">
        <?=HtmlInput::hidden("copro_id",$copro->id)?>
-<table>
+<table class="result">
        <tr>
                <th>
                        Lot
@@ -78,7 +78,7 @@
 <? for ($i=0;$i<count($not_assigned);$i++): ?>
        <tr >
                <td>
-                       <?=$not_assigned[$i]['fiche_name']?>
+                               
<?=HtmlInput::card_detail($not_assigned[$i]['fiche_qcode'],$not_assigned[$i]['fiche_name'],'
 class="line"')?>
                </td>
                <td>
                     <?=$not_assigned[$i]['fiche_desc']?>




reply via email to

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