usefull to correct some display issues with bureau2crea

This commit is contained in:
Philippe Grand 2010-12-29 16:26:17 +00:00
parent 3566889b3a
commit 3b1874446c
2 changed files with 6 additions and 4 deletions

View File

@ -423,9 +423,11 @@ function formCategory($db,$object,$typeid)
print '<input type="hidden" name="type" value="'.$typeid.'">';
print '<input type="hidden" name="id" value="'.$object->id.'">';
print '<table class="noborder" width="100%">';
print '<tr class="liste_titre"><td>';
print $langs->trans("ClassifyInCategory").' ';
print $html->select_all_categories($typeid).' <input type="submit" class="button" value="'.$langs->trans("Classify").'"></td>';
print '<tr class="liste_titre"><td width="40%">';
print $langs->trans("ClassifyInCategory");
print $html->select_all_categories($typeid);
print '</td><td>';
print '<input type="submit" class="button" value="'.$langs->trans("Classify").'"></td>';
if ($user->rights->categorie->creer)
{
print '<td align="right">';

View File

@ -1237,7 +1237,7 @@ tr.liste_titre {
bakground-position: top right;
color: #FFFFFF;
font-family: <?php print $fontlist ?>;
line-height: 18px;
line-height: 8px;
padding-left: 10px;
white-space: nowrap;
}