phpcompta-dev
[Top][All Lists]
Advanced

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

[Phpcompta-dev] r4564 - phpcompta/trunk/include/template


From: phpcompta-dev
Subject: [Phpcompta-dev] r4564 - phpcompta/trunk/include/template
Date: Mon, 5 Dec 2011 22:39:41 +0100 (CET)

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




reply via email to

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