Author: danydb
Date: 2011-12-28 21:00:40 +0100 (Wed, 28 Dec 2011)
New Revision: 217

Modified:
   trunk/coprop/include/ajax_add_key.php
   trunk/coprop/include/ajax_mod_key.php
Log:

0000496: CLEF Augmenter le champs pour le nom des clef

Modified: trunk/coprop/include/ajax_add_key.php
===================================================================
--- trunk/coprop/include/ajax_add_key.php       2011-12-27 12:22:23 UTC (rev 
216)
+++ trunk/coprop/include/ajax_add_key.php       2011-12-28 20:00:40 UTC (rev 
217)
@@ -33,6 +33,7 @@
 $note->width=80;
 $note->style='style="border:solid blue 1px;vertical-align:text-top;" ';
 $name=new IText('cr_name');
+$name->size=60;
 $str_message="Ajout d'une clef de répartition";
 $alot=$cn->get_array("select f_id,vw_name as name,quick_code as qcode, 0 as 
l_part
        from vw_fiche_attr where 
fd_id=$1",array($g_copro_parameter->categorie_lot));

Modified: trunk/coprop/include/ajax_mod_key.php
===================================================================
--- trunk/coprop/include/ajax_mod_key.php       2011-12-27 12:22:23 UTC (rev 
216)
+++ trunk/coprop/include/ajax_mod_key.php       2011-12-28 20:00:40 UTC (rev 
217)
@@ -46,6 +46,7 @@
 
 $name=new IText('cr_name');
 $name->value=$key[0]['cr_name'];
+$name->size=60;
 
 $alot=$cn->get_array("select lot_fk as f_id,
        (select ad_value from fiche_detail where f_id=lot_fk and ad_id=1) as 
name,


_______________________________________________
Phpcompta-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/phpcompta-dev

Reply via email to