浏览代码

standardize

Philippe GRAND 6 年之前
父节点
当前提交
892174cbf8

+ 1 - 2
htdocs/admin/supplier_invoice.php

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

+ 1 - 2
htdocs/admin/supplier_order.php

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

+ 1 - 2
htdocs/admin/supplier_payment.php

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

+ 1 - 0
htdocs/admin/supplier_proposal.php

@@ -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();
 

+ 1 - 1
htdocs/admin/supplierinvoice_extrafields.php

@@ -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();

+ 1 - 1
htdocs/admin/supplierinvoicedet_extrafields.php

@@ -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();

+ 1 - 1
htdocs/admin/supplierorder_extrafields.php

@@ -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();

+ 1 - 1
htdocs/admin/supplierorderdet_extrafields.php

@@ -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();

+ 1 - 1
htdocs/admin/syslog.php

@@ -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();

+ 1 - 1
htdocs/admin/taxes.php

@@ -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();

+ 1 - 1
htdocs/admin/ticket.php

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

+ 1 - 1
htdocs/admin/ticket_extrafields.php

@@ -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();

+ 1 - 1
htdocs/admin/translation.php

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

+ 1 - 1
htdocs/admin/triggers.php

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

+ 1 - 0
htdocs/admin/user.php

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

+ 1 - 0
htdocs/admin/usergroup.php

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

+ 1 - 3
htdocs/admin/website.php

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

+ 1 - 2
htdocs/admin/website_options.php

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

+ 1 - 2
htdocs/admin/workflow.php

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