mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-06 09:38:23 +01:00
Removed odd tabs from some modules
This commit is contained in:
@@ -88,15 +88,6 @@ $linkback='<a href="'.DOL_URL_ROOT.'/admin/modules.php">'.$langs->trans("BackToM
|
|||||||
print_fiche_titre($langs->trans("BankSetupModule"),$linkback,'setup');
|
print_fiche_titre($langs->trans("BankSetupModule"),$linkback,'setup');
|
||||||
print '<br>';
|
print '<br>';
|
||||||
|
|
||||||
$h = 0;
|
|
||||||
|
|
||||||
$head[$h][0] = DOL_URL_ROOT."/admin/bank.php";
|
|
||||||
$head[$h][1] = $langs->trans("Miscellaneous");
|
|
||||||
$head[$h][2] = 'general';
|
|
||||||
$hselected=$h;
|
|
||||||
$h++;
|
|
||||||
|
|
||||||
dol_fiche_head($head, $hselected, $langs->trans("ModuleSetup"));
|
|
||||||
|
|
||||||
print '<table class="noborder" width="100%">';
|
print '<table class="noborder" width="100%">';
|
||||||
print '<tr class="liste_titre">';
|
print '<tr class="liste_titre">';
|
||||||
|
|||||||
@@ -104,16 +104,6 @@ print_fiche_titre($langs->trans('ComptaSetup'),$linkback,'setup');
|
|||||||
|
|
||||||
print '<br>';
|
print '<br>';
|
||||||
|
|
||||||
$h = 0;
|
|
||||||
|
|
||||||
$head[$h][0] = DOL_URL_ROOT."/admin/compta.php";
|
|
||||||
$head[$h][1] = $langs->trans("Accountancy");
|
|
||||||
$head[$h][2] = 'Compta';
|
|
||||||
$hselected=$h;
|
|
||||||
$h++;
|
|
||||||
|
|
||||||
dol_fiche_head($head, $hselected, $langs->trans("ModuleSetup"));
|
|
||||||
|
|
||||||
print '<table class="noborder" width="100%">';
|
print '<table class="noborder" width="100%">';
|
||||||
|
|
||||||
// Cas du parametre COMPTA_MODE
|
// Cas du parametre COMPTA_MODE
|
||||||
|
|||||||
@@ -120,18 +120,6 @@ llxHeader('',$langs->trans("DonationsSetup"),'DonConfiguration');
|
|||||||
|
|
||||||
$linkback='<a href="'.DOL_URL_ROOT.'/admin/modules.php">'.$langs->trans("BackToModuleList").'</a>';
|
$linkback='<a href="'.DOL_URL_ROOT.'/admin/modules.php">'.$langs->trans("BackToModuleList").'</a>';
|
||||||
print_fiche_titre($langs->trans("DonationsSetup"),$linkback,'setup');
|
print_fiche_titre($langs->trans("DonationsSetup"),$linkback,'setup');
|
||||||
print '<br>';
|
|
||||||
|
|
||||||
$h = 0;
|
|
||||||
|
|
||||||
$head[$h][0] = DOL_URL_ROOT."/admin/dons.php";
|
|
||||||
$head[$h][1] = $langs->trans("Donations");
|
|
||||||
$head[$h][2] = 'Donation';
|
|
||||||
$hselected=$h;
|
|
||||||
$h++;
|
|
||||||
|
|
||||||
dol_fiche_head($head, $hselected, $langs->trans("ModuleSetup"));
|
|
||||||
|
|
||||||
|
|
||||||
// Document templates
|
// Document templates
|
||||||
print '<br>';
|
print '<br>';
|
||||||
|
|||||||
@@ -72,16 +72,6 @@ $linkback='<a href="'.DOL_URL_ROOT.'/admin/modules.php">'.$langs->trans("BackToM
|
|||||||
print_fiche_titre($langs->trans("ECMSetup"),$linkback,'setup');
|
print_fiche_titre($langs->trans("ECMSetup"),$linkback,'setup');
|
||||||
print '<br>';
|
print '<br>';
|
||||||
|
|
||||||
$h = 0;
|
|
||||||
|
|
||||||
$head[$h][0] = DOL_URL_ROOT."/admin/ecm.php";
|
|
||||||
$head[$h][1] = $langs->trans("Miscellaneous");
|
|
||||||
$head[$h][2] = 'general';
|
|
||||||
$hselected=$h;
|
|
||||||
$h++;
|
|
||||||
|
|
||||||
dol_fiche_head($head, $hselected, $langs->trans("ModuleSetup"));
|
|
||||||
|
|
||||||
print '<table class="noborder" width="100%">';
|
print '<table class="noborder" width="100%">';
|
||||||
print '<tr class="liste_titre">';
|
print '<tr class="liste_titre">';
|
||||||
print '<td>'.$langs->trans("Description").'</td>';
|
print '<td>'.$langs->trans("Description").'</td>';
|
||||||
|
|||||||
@@ -80,16 +80,6 @@ llxHeader('',$langs->trans("MailingSetup"));
|
|||||||
$linkback='<a href="'.DOL_URL_ROOT.'/admin/modules.php">'.$langs->trans("BackToModuleList").'</a>';
|
$linkback='<a href="'.DOL_URL_ROOT.'/admin/modules.php">'.$langs->trans("BackToModuleList").'</a>';
|
||||||
print_fiche_titre($langs->trans("MailingSetup"),$linkback,'setup');
|
print_fiche_titre($langs->trans("MailingSetup"),$linkback,'setup');
|
||||||
|
|
||||||
$h = 0;
|
|
||||||
|
|
||||||
$head[$h][0] = DOL_URL_ROOT."/admin/mailing.php";
|
|
||||||
$head[$h][1] = $langs->trans("Miscellaneous");
|
|
||||||
$head[$h][2] = 'general';
|
|
||||||
$hselected=$h;
|
|
||||||
$h++;
|
|
||||||
|
|
||||||
dol_fiche_head($head, $hselected, $langs->trans("ModuleSetup"));
|
|
||||||
|
|
||||||
if (! empty($conf->use_javascript_ajax))
|
if (! empty($conf->use_javascript_ajax))
|
||||||
{
|
{
|
||||||
print "\n".'<script type="text/javascript">';
|
print "\n".'<script type="text/javascript">';
|
||||||
|
|||||||
@@ -119,16 +119,6 @@ $linkback='<a href="'.DOL_URL_ROOT.'/admin/modules.php">'.$langs->trans("BackToM
|
|||||||
print_fiche_titre($langs->trans("WithdrawalsSetup"),$linkback,'setup');
|
print_fiche_titre($langs->trans("WithdrawalsSetup"),$linkback,'setup');
|
||||||
print '<br>';
|
print '<br>';
|
||||||
|
|
||||||
$h = 0;
|
|
||||||
|
|
||||||
$head[$h][0] = DOL_URL_ROOT."/admin/prelevement.php";
|
|
||||||
$head[$h][1] = $langs->trans("Withdrawals");
|
|
||||||
$head[$h][2] = 'Withdrawal';
|
|
||||||
$hselected=$h;
|
|
||||||
$h++;
|
|
||||||
|
|
||||||
dol_fiche_head($head, $hselected, $langs->trans("ModuleSetup"));
|
|
||||||
|
|
||||||
print '<form method="post" action="prelevement.php?action=set">';
|
print '<form method="post" action="prelevement.php?action=set">';
|
||||||
print '<input type="hidden" name="token" value="'.$_SESSION['newtoken'].'">';
|
print '<input type="hidden" name="token" value="'.$_SESSION['newtoken'].'">';
|
||||||
|
|
||||||
|
|||||||
@@ -103,17 +103,6 @@ llxHeader('',$langs->trans("StockSetup"));
|
|||||||
|
|
||||||
$linkback='<a href="'.DOL_URL_ROOT.'/admin/modules.php">'.$langs->trans("BackToModuleList").'</a>';
|
$linkback='<a href="'.DOL_URL_ROOT.'/admin/modules.php">'.$langs->trans("BackToModuleList").'</a>';
|
||||||
print_fiche_titre($langs->trans("StockSetup"),$linkback,'setup');
|
print_fiche_titre($langs->trans("StockSetup"),$linkback,'setup');
|
||||||
print '<br>';
|
|
||||||
|
|
||||||
$h = 0;
|
|
||||||
|
|
||||||
$head[$h][0] = DOL_URL_ROOT."/admin/stock.php";
|
|
||||||
$head[$h][1] = $langs->trans("Miscellaneous");
|
|
||||||
$head[$h][2] = 'general';
|
|
||||||
$hselected=$h;
|
|
||||||
$h++;
|
|
||||||
|
|
||||||
dol_fiche_head($head, $hselected, $langs->trans("ModuleSetup"));
|
|
||||||
|
|
||||||
$form=new Form($db);
|
$form=new Form($db);
|
||||||
$var=true;
|
$var=true;
|
||||||
|
|||||||
@@ -121,18 +121,6 @@ $form=new Form($db);
|
|||||||
|
|
||||||
$linkback='<a href="'.DOL_URL_ROOT.'/admin/modules.php">'.$langs->trans("BackToModuleList").'</a>';
|
$linkback='<a href="'.DOL_URL_ROOT.'/admin/modules.php">'.$langs->trans("BackToModuleList").'</a>';
|
||||||
print_fiche_titre($langs->trans('TaxSetup'),$linkback,'setup');
|
print_fiche_titre($langs->trans('TaxSetup'),$linkback,'setup');
|
||||||
print '<br>';
|
|
||||||
|
|
||||||
$h = 0;
|
|
||||||
|
|
||||||
$head[$h][0] = DOL_URL_ROOT."/admin/taxes.php";
|
|
||||||
$head[$h][1] = $langs->trans("Miscellaneous");
|
|
||||||
$head[$h][2] = 'general';
|
|
||||||
$hselected=$h;
|
|
||||||
$h++;
|
|
||||||
|
|
||||||
dol_fiche_head($head, $hselected, $langs->trans("ModuleSetup"));
|
|
||||||
|
|
||||||
|
|
||||||
print '<br>';
|
print '<br>';
|
||||||
if (empty($mysoc->tva_assuj))
|
if (empty($mysoc->tva_assuj))
|
||||||
|
|||||||
@@ -79,16 +79,6 @@ $linkback='<a href="'.DOL_URL_ROOT.'/admin/modules.php">'.$langs->trans("BackToM
|
|||||||
print_fiche_titre($langs->trans("ExternalSiteSetup"),$linkback,'setup');
|
print_fiche_titre($langs->trans("ExternalSiteSetup"),$linkback,'setup');
|
||||||
print '<br>';
|
print '<br>';
|
||||||
|
|
||||||
$h = 0;
|
|
||||||
|
|
||||||
$head[$h][0] = DOL_URL_ROOT."/admin/externalsite.php";
|
|
||||||
$head[$h][1] = $langs->trans("Miscellaneous");
|
|
||||||
$head[$h][2] = 'externalsite';
|
|
||||||
$hselected=$h;
|
|
||||||
$h++;
|
|
||||||
|
|
||||||
dol_fiche_head($head, $hselected, $langs->trans("Module100Name"));
|
|
||||||
|
|
||||||
print $langs->trans("Module100Desc")."<br>\n";
|
print $langs->trans("Module100Desc")."<br>\n";
|
||||||
print '<br>';
|
print '<br>';
|
||||||
|
|
||||||
|
|||||||
@@ -93,16 +93,6 @@ llxHeader();
|
|||||||
$linkback='<a href="'.DOL_URL_ROOT.'/admin/modules.php">'.$langs->trans("BackToModuleList").'</a>';
|
$linkback='<a href="'.DOL_URL_ROOT.'/admin/modules.php">'.$langs->trans("BackToModuleList").'</a>';
|
||||||
print_fiche_titre($langs->trans("PayBoxSetup"),$linkback,'setup');
|
print_fiche_titre($langs->trans("PayBoxSetup"),$linkback,'setup');
|
||||||
|
|
||||||
$h = 0;
|
|
||||||
$head = array();
|
|
||||||
|
|
||||||
$head[$h][0] = DOL_URL_ROOT."/paybox/admin/paybox.php";
|
|
||||||
$head[$h][1] = $langs->trans("Account");
|
|
||||||
$head[$h][2] = 'payboxaccount';
|
|
||||||
$h++;
|
|
||||||
|
|
||||||
dol_fiche_head($head, 'payboxaccount', '');
|
|
||||||
|
|
||||||
print $langs->trans("PayBoxDesc")."<br>\n";
|
print $langs->trans("PayBoxDesc")."<br>\n";
|
||||||
|
|
||||||
print '<br>';
|
print '<br>';
|
||||||
|
|||||||
Reference in New Issue
Block a user