css
This commit is contained in:
parent
3966eea1e1
commit
df27824249
@ -2025,6 +2025,7 @@ if ($action == 'create') {
|
|||||||
print '<input type="hidden" name="action" value="'.$actiontouse.'">';
|
print '<input type="hidden" name="action" value="'.$actiontouse.'">';
|
||||||
print '<input type="hidden" name="id" value="'.$object->id.'">';
|
print '<input type="hidden" name="id" value="'.$object->id.'">';
|
||||||
print '<input type="hidden" name="fk_expensereport" value="'.$object->id.'" />';
|
print '<input type="hidden" name="fk_expensereport" value="'.$object->id.'" />';
|
||||||
|
print '<input type="hidden" name="page_y" value="">';
|
||||||
|
|
||||||
print '<div class="div-table-responsive-no-min">';
|
print '<div class="div-table-responsive-no-min">';
|
||||||
print '<table id="tablelines" class="noborder centpercent">';
|
print '<table id="tablelines" class="noborder centpercent">';
|
||||||
@ -2043,7 +2044,7 @@ if ($action == 'create') {
|
|||||||
if (!empty($conf->global->MAIN_USE_EXPENSE_IK)) {
|
if (!empty($conf->global->MAIN_USE_EXPENSE_IK)) {
|
||||||
print '<td class="center linecolcarcategory">'.$langs->trans('CarCategory').'</td>';
|
print '<td class="center linecolcarcategory">'.$langs->trans('CarCategory').'</td>';
|
||||||
}
|
}
|
||||||
print '<td class="center linecoldescription">'.$langs->trans('Description').'</td>';
|
print '<td class="linecoldescription">'.$langs->trans('Description').'</td>';
|
||||||
print '<td class="right linecolvat">'.$langs->trans('VAT').'</td>';
|
print '<td class="right linecolvat">'.$langs->trans('VAT').'</td>';
|
||||||
print '<td class="right linecolpriceuht">'.$langs->trans('PriceUHT').'</td>';
|
print '<td class="right linecolpriceuht">'.$langs->trans('PriceUHT').'</td>';
|
||||||
print '<td class="right linecolpriceuttc">'.$langs->trans('PriceUTTC').'</td>';
|
print '<td class="right linecolpriceuttc">'.$langs->trans('PriceUTTC').'</td>';
|
||||||
@ -2082,7 +2083,7 @@ if ($action == 'create') {
|
|||||||
|
|
||||||
// Project
|
// Project
|
||||||
if (isModEnabled('project')) {
|
if (isModEnabled('project')) {
|
||||||
print '<td class="center dateproject">';
|
print '<td class="lineproject">';
|
||||||
if ($line->fk_project > 0) {
|
if ($line->fk_project > 0) {
|
||||||
$projecttmp->id = $line->fk_project;
|
$projecttmp->id = $line->fk_project;
|
||||||
$projecttmp->ref = $line->projet_ref;
|
$projecttmp->ref = $line->projet_ref;
|
||||||
@ -2475,7 +2476,7 @@ if ($action == 'create') {
|
|||||||
if (!empty($conf->global->MAIN_USE_EXPENSE_IK)) {
|
if (!empty($conf->global->MAIN_USE_EXPENSE_IK)) {
|
||||||
print '<td>'.$langs->trans('CarCategory').'</td>';
|
print '<td>'.$langs->trans('CarCategory').'</td>';
|
||||||
}
|
}
|
||||||
print '<td class="right expensereportcreatedescription">'.$langs->trans('Description').'</td>';
|
print '<td class="expensereportcreatedescription">'.$langs->trans('Description').'</td>';
|
||||||
print '<td class="right expensereportcreatevat">'.$langs->trans('VAT').'</td>';
|
print '<td class="right expensereportcreatevat">'.$langs->trans('VAT').'</td>';
|
||||||
print '<td class="right expensereportcreatepriceuth">'.$langs->trans('PriceUHT').'</td>';
|
print '<td class="right expensereportcreatepriceuth">'.$langs->trans('PriceUHT').'</td>';
|
||||||
print '<td class="right expensereportcreatepricettc">'.$langs->trans('PriceUTTC').'</td>';
|
print '<td class="right expensereportcreatepricettc">'.$langs->trans('PriceUTTC').'</td>';
|
||||||
@ -2554,7 +2555,7 @@ if ($action == 'create') {
|
|||||||
}
|
}
|
||||||
|
|
||||||
print '<td class="center inputbuttons">';
|
print '<td class="center inputbuttons">';
|
||||||
print $form->buttonsSaveCancel("Add", '', '', 1);
|
print $form->buttonsSaveCancel("Add", '', '', 1, 'reposition');
|
||||||
print '</td>';
|
print '</td>';
|
||||||
|
|
||||||
print '</tr>';
|
print '</tr>';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user