Look and feel v10

This commit is contained in:
Laurent Destailleur 2019-06-05 12:16:55 +02:00
parent 1189abdef8
commit 73d60e6606
5 changed files with 5 additions and 5 deletions

View File

@ -226,7 +226,7 @@ dol_banner_tab($object, 'id', $linkback, 1, 'id_sondage', 'id_sondage', $morehtm
print '<div class="fichecenter">'; print '<div class="fichecenter">';
print '<div class="underbanner clearboth"></div>'; print '<div class="underbanner clearboth"></div>';
print '<table class="border" width="100%">'; print '<table class="border tableforfield centpercent">';
// Type // Type
$type=($object->format=="A")?'classic':'date'; $type=($object->format=="A")?'classic':'date';

View File

@ -438,7 +438,7 @@ dol_banner_tab($object, 'id', $linkback, 1, 'id_sondage', 'id_sondage', $morehtm
print '<div class="fichecenter">'; print '<div class="fichecenter">';
print '<div class="underbanner clearboth"></div>'; print '<div class="underbanner clearboth"></div>';
print '<table class="border" width="100%">'; print '<table class="border tableforfield centpercent">';
// Type // Type
$type=($object->format=="A")?'classic':'date'; $type=($object->format=="A")?'classic':'date';

View File

@ -323,7 +323,7 @@ if ($action == 'create' || $object->fetch($id) > 0)
/*--------------------------------------- /*---------------------------------------
* View object * View object
*/ */
print '<table width="100%" class="border">'; print '<table class="border tableforfield centpercent">';
// Resource type // Resource type
print '<tr>'; print '<tr>';

View File

@ -137,7 +137,7 @@ if ($id > 0 || ! empty($ref))
// Object // Object
print '<table width="100%" class="border">'; print '<table class="border tableforfield centpercent">';
// Resource type // Resource type
print '<tr>'; print '<tr>';

View File

@ -79,7 +79,7 @@ if ($id > 0 || ! empty($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" width="100%">'; print '<table class="border tableforfield centpercent">';
// Resource type // Resource type
print '<tr>'; print '<tr>';