Merged revisions 3280-3284 via svnmerge from

svn+ssh://danydb@svn/svn/phpcompta/branches/rel510

........
  r3280 | danydb | 2010-06-11 14:50:28 +0200 (Fri, 11 Jun 2010) | 2 lines
  
  Print the accounting in PDF in the right order
........
  r3281 | danydb | 2010-06-11 17:37:07 +0200 (Fri, 11 Jun 2010) | 2 lines
  
  Improve cosmetic
........
  r3282 | danydb | 2010-06-11 17:38:09 +0200 (Fri, 11 Jun 2010) | 1 line
  
  Add check for restore of folder or template
........
  r3283 | danydb | 2010-06-11 17:46:21 +0200 (Fri, 11 Jun 2010) | 2 lines
  
  truncate table quant_*
........
  r3284 | danydb | 2010-06-11 17:55:18 +0200 (Fri, 11 Jun 2010) | 1 line
  
  Cosmetic : anchorbutton style
........
This commit is contained in:
Dany De Bontridder 2010-06-11 20:01:43 +00:00
parent 110335b08c
commit 002d4ce01a
11 changed files with 198 additions and 28 deletions

View file

@ -206,7 +206,7 @@ echo $string => {'prop':'1','prop2':'2','prop3':'3'};
*\return string with htmlcode
*/
static function button_anchor($p_label,$p_value,$p_name="") {
$r=sprintf('<span id="%s"> <A class="button" href="%s" style="color:black;width:75;display:inline">%s</A></span>',
$r=sprintf('<span id="%s"> <A id="anchorbutton" style="display:inline;" href="%s" >%s</A></span>',
$p_name,
$p_value,
$p_label);