Author: danydb Date: 2011-12-05 22:39:40 +0100 (Mon, 05 Dec 2011) New Revision: 4564
Modified: phpcompta/trunk/include/template/letter_all.php Log: smaller date in html Modified: phpcompta/trunk/include/template/letter_all.php =================================================================== --- phpcompta/trunk/include/template/letter_all.php 2011-12-05 21:37:14 UTC (rev 4563) +++ phpcompta/trunk/include/template/letter_all.php 2011-12-05 21:39:40 UTC (rev 4564) @@ -45,7 +45,7 @@ if ( ($i % 2) == 0 ) $class="odd"; ?> <tr <? echo "class=\"$class\""; ?> > -<td> +<td> <?php $letter=($this->content[$i]['letter']==-1)?"x":$this->content[$i]['letter']; $js="this.gDossier=".dossier::id(). @@ -53,10 +53,10 @@ ";this.obj_type='".$this->object_type."'". ";dsp_letter(this)"; -?> +?> <A class="detail" href="javascript:<?=$js?>"><?=$letter?></A> </td> -<td> <?=$this->content[$i]['j_date_fmt']?> </td> +<td> <?= smaller_date($this->content[$i]['j_date_fmt'])?> </td> <td> <?=$this->content[$i]['jr_pj_number']?> </td> <?php _______________________________________________ Phpcompta-dev mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/phpcompta-dev
