Look and feel v10
This commit is contained in:
parent
1189abdef8
commit
73d60e6606
@ -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';
|
||||||
|
|||||||
@ -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';
|
||||||
|
|||||||
@ -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>';
|
||||||
|
|||||||
@ -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>';
|
||||||
|
|||||||
@ -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>';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user