standardize

This commit is contained in:
Philippe GRAND
2018-07-29 10:29:12 +02:00
parent 36ea20b7d4
commit 892174cbf8
19 changed files with 19 additions and 23 deletions

View File

@@ -516,7 +516,6 @@ print "</td></tr>\n";
print '</table>';
// End of page
llxFooter();
$db->close();

View File

@@ -589,7 +589,6 @@ print "</td></tr>\n";
print '</table>';
// End of page
llxFooter();
$db->close();

View File

@@ -430,7 +430,6 @@ print '</table>';
dol_fiche_end();
// End of page
llxFooter();
$db->close();

View File

@@ -582,6 +582,7 @@ print "</tr>\n";
print "<tr class=\"oddeven\">\n <td width=\"140\">".$langs->trans("PathDirectory")."</td>\n <td>".$conf->supplier_proposal->dir_output."</td>\n</tr>\n";
print "</table>\n<br>";
// End of page
llxFooter();
$db->close();

View File

@@ -123,6 +123,6 @@ if ($action == 'edit' && ! empty($attrname))
require DOL_DOCUMENT_ROOT.'/core/tpl/admin_extrafields_edit.tpl.php';
}
// End of page
llxFooter();
$db->close();

View File

@@ -119,6 +119,6 @@ if ($action == 'edit' && ! empty($attrname))
require DOL_DOCUMENT_ROOT.'/core/tpl/admin_extrafields_edit.tpl.php';
}
// End of page
llxFooter();
$db->close();

View File

@@ -117,6 +117,6 @@ if ($action == 'edit' && ! empty($attrname))
require DOL_DOCUMENT_ROOT.'/core/tpl/admin_extrafields_edit.tpl.php';
}
// End of page
llxFooter();
$db->close();

View File

@@ -118,6 +118,6 @@ if ($action == 'edit' && ! empty($attrname))
require DOL_DOCUMENT_ROOT.'/core/tpl/admin_extrafields_edit.tpl.php';
}
// End of page
llxFooter();
$db->close();

View File

@@ -302,6 +302,6 @@ if(! empty($conf->loghandlers['mod_syslog_file']) && ! empty($conf->cron->enable
print '</table>';
print "</form>\n";
// End of page
llxFooter();
$db->close();

View File

@@ -273,6 +273,6 @@ if (! empty($conf->accounting->enabled))
print '<br><br><span class="opacitymedium">'.$langs->trans("AccountingAccountForSalesTaxAreDefinedInto", $langs->transnoentitiesnoconv("MenuAccountancy"), $langs->transnoentitiesnoconv("Setup")).'</span>';
}
// End of page
llxFooter();
$db->close();

View File

@@ -641,6 +641,6 @@ print '</tr>';
print '</table><br>';
print '</form>';
// End of page
llxFooter();
$db->close();

View File

@@ -109,6 +109,6 @@ if ($action == 'edit' && !empty($attrname)) {
include DOL_DOCUMENT_ROOT . '/core/tpl/admin_extrafields_edit.tpl.php';
}
// End of page
llxFooter();
$db->close();

View File

@@ -584,6 +584,6 @@ if (! empty($langcode))
dol_set_focus('#transvalue');
}
// End of page
llxFooter();
$db->close();

View File

@@ -84,6 +84,6 @@ foreach ($triggers as $trigger)
print '</table>';
print '</div>';
// End of page
llxFooter();
$db->close();

View File

@@ -337,5 +337,6 @@ print "<br>";
dol_fiche_end();
// End of page
llxFooter();
$db->close();

View File

@@ -282,5 +282,6 @@ print "<br>";
dol_fiche_end();
// End of page
llxFooter();
$db->close();

View File

@@ -646,9 +646,7 @@ if ($id)
dol_fiche_end();
//print '<br>';
// End of page
llxFooter();
$db->close();

View File

@@ -143,9 +143,8 @@ else
dol_fiche_end();
//print '<br>';
// End of page
llxFooter();
$db->close();

View File

@@ -187,7 +187,6 @@ if ($nbqualified == 0)
}
print '</table>';
// End of page
llxFooter();
$db->close();