Browse Source

Look and feel v11

Laurent Destailleur 5 years ago
parent
commit
e79ac7081a
2 changed files with 18 additions and 2 deletions
  1. 16 0
      build/exakat/README.md
  2. 2 2
      htdocs/compta/prelevement/card.php

+ 16 - 0
build/exakat/README.md

@@ -1,4 +1,5 @@
 
 
+== Install exakat ==
 mkdir exakat 
 mkdir exakat 
 cd exakat 
 cd exakat 
 curl -o exakat.phar http://dist.exakat.io/index.php?file=latest 
 curl -o exakat.phar http://dist.exakat.io/index.php?file=latest 
@@ -11,3 +12,18 @@ cd ..
  
  
 php exakat.phar version
 php exakat.phar version
 php exakat.phar doctor
 php exakat.phar doctor
+
+== Init project ==
+php 
+
+
+Edit config.ini file to exclude some dirs:
+ignore_dirs[] = "/htdocs/includes";
+ignore_dirs[] = "/scripts";
+ignore_dirs[] = "/build";
+ignore_dirs[] = "/dev";
+ignore_dirs[] = "/documents";
+
+
+== Analyze project ==
+php

+ 2 - 2
htdocs/compta/prelevement/card.php

@@ -177,7 +177,7 @@ if ($id > 0 || $ref)
 
 
 	print '<div class="fichecenter">';
 	print '<div class="fichecenter">';
 	print '<div class="underbanner clearboth"></div>';
 	print '<div class="underbanner clearboth"></div>';
-	print '<table class="border centpercent">';
+	print '<table class="border centpercent tableforfield">';
 
 
 	//print '<tr><td class="titlefield">'.$langs->trans("Ref").'</td><td>'.$object->getNomUrl(1).'</td></tr>';
 	//print '<tr><td class="titlefield">'.$langs->trans("Ref").'</td><td>'.$object->getNomUrl(1).'</td></tr>';
 	print '<tr><td class="titlefield">'.$langs->trans("Date").'</td><td>'.dol_print_date($object->datec, 'day').'</td></tr>';
 	print '<tr><td class="titlefield">'.$langs->trans("Date").'</td><td>'.dol_print_date($object->datec, 'day').'</td></tr>';
@@ -214,7 +214,7 @@ if ($id > 0 || $ref)
 	print '<br>';
 	print '<br>';
 
 
 	print '<div class="underbanner clearboth"></div>';
 	print '<div class="underbanner clearboth"></div>';
-	print '<table class="border centpercent">';
+	print '<table class="border centpercent tableforfield">';
 
 
 	$acc = new Account($db);
 	$acc = new Account($db);
 	$result = $acc->fetch($conf->global->PRELEVEMENT_ID_BANKACCOUNT);
 	$result = $acc->fetch($conf->global->PRELEVEMENT_ID_BANKACCOUNT);