Browse Source

standardize

Philippe GRAND 6 years ago
parent
commit
36ea20b7d4
49 changed files with 52 additions and 60 deletions
  1. 1 1
      htdocs/admin/external_rss.php
  2. 1 2
      htdocs/admin/facture.php
  3. 1 1
      htdocs/admin/fckeditor.php
  4. 2 5
      htdocs/admin/fichinter.php
  5. 1 1
      htdocs/admin/geoipmaxmind.php
  6. 1 0
      htdocs/admin/holiday.php
  7. 1 1
      htdocs/admin/ihm.php
  8. 1 2
      htdocs/admin/index.php
  9. 1 0
      htdocs/admin/ldap.php
  10. 1 0
      htdocs/admin/ldap_contacts.php
  11. 1 0
      htdocs/admin/ldap_groups.php
  12. 1 2
      htdocs/admin/ldap_members.php
  13. 1 0
      htdocs/admin/ldap_members_types.php
  14. 1 0
      htdocs/admin/ldap_users.php
  15. 1 2
      htdocs/admin/limits.php
  16. 1 0
      htdocs/admin/livraison.php
  17. 1 1
      htdocs/admin/livraison_extrafields.php
  18. 1 1
      htdocs/admin/livraisondet_extrafields.php
  19. 1 0
      htdocs/admin/loan.php
  20. 1 1
      htdocs/admin/mailing.php
  21. 1 2
      htdocs/admin/mailman.php
  22. 1 2
      htdocs/admin/mails.php
  23. 1 2
      htdocs/admin/mails_emailing.php
  24. 1 0
      htdocs/admin/mails_templates.php
  25. 1 2
      htdocs/admin/menus.php
  26. 1 2
      htdocs/admin/modulehelp.php
  27. 1 3
      htdocs/admin/modules.php
  28. 1 1
      htdocs/admin/multicurrency.php
  29. 1 2
      htdocs/admin/notification.php
  30. 1 1
      htdocs/admin/oauth.php
  31. 1 1
      htdocs/admin/oauthlogintokens.php
  32. 1 1
      htdocs/admin/order_extrafields.php
  33. 1 1
      htdocs/admin/orderdet_extrafields.php
  34. 1 2
      htdocs/admin/payment.php
  35. 1 2
      htdocs/admin/pdf.php
  36. 2 1
      htdocs/admin/perms.php
  37. 1 0
      htdocs/admin/prelevement.php
  38. 1 2
      htdocs/admin/propal.php
  39. 1 0
      htdocs/admin/proxy.php
  40. 1 1
      htdocs/admin/receiptprinter.php
  41. 1 1
      htdocs/admin/resource.php
  42. 1 1
      htdocs/admin/resource_extrafields.php
  43. 2 1
      htdocs/admin/salaries.php
  44. 1 2
      htdocs/admin/security.php
  45. 1 1
      htdocs/admin/security_file.php
  46. 1 1
      htdocs/admin/security_other.php
  47. 1 2
      htdocs/admin/sms.php
  48. 1 1
      htdocs/admin/spip.php
  49. 1 2
      htdocs/admin/stock.php

+ 1 - 1
htdocs/admin/external_rss.php

@@ -325,6 +325,6 @@ else
 	dol_print_error($db);
 }
 
-
+// End of page
 llxFooter();
 $db->close();

+ 1 - 2
htdocs/admin/facture.php

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

+ 1 - 1
htdocs/admin/fckeditor.php

@@ -234,6 +234,6 @@ else
      */
 }
 
-
+// End of page
 llxFooter();
 $db->close();

+ 2 - 5
htdocs/admin/fichinter.php

@@ -6,7 +6,7 @@
  * Copyright (C) 2005-2014 Regis Houssin                <regis.houssin@capnetworks.com>
  * Copyright (C) 2008      Raphael Bertrand (Resultic)  <raphael.bertrand@resultic.fr>
  * Copyright (C) 2011-2013 Juanjo Menent			    <jmenent@2byte.es>
- * Copyright (C) 2011-2017 Philippe Grand			    <philippe.grand@atoo-net.com>
+ * Copyright (C) 2011-2018 Philippe Grand			    <philippe.grand@atoo-net.com>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -560,7 +560,6 @@ print "</td></tr>\n";
 print '</form>';
 
 //Use draft Watermark
-
 print "<form method=\"post\" action=\"".$_SERVER["PHP_SELF"]."\">";
 print '<input type="hidden" name="token" value="'.$_SESSION['newtoken'].'">';
 print "<input type=\"hidden\" name=\"action\" value=\"set_FICHINTER_DRAFT_WATERMARK\">";
@@ -635,12 +634,10 @@ print '</td>';
 print '</tr>';
 print '</form>';
 
-
-
-
 print '</table>';
 
 print '<br>';
 
+// End of page
 llxFooter();
 $db->close();

+ 1 - 1
htdocs/admin/geoipmaxmind.php

@@ -153,6 +153,6 @@ if ($geoip)
 	$geoip->close();
 }
 
+// End of page
 llxFooter();
-
 $db->close();

+ 1 - 0
htdocs/admin/holiday.php

@@ -517,5 +517,6 @@ print '</form>';
 
 dol_fiche_end();
 
+// End of page
 llxFooter();
 $db->close();

+ 1 - 1
htdocs/admin/ihm.php

@@ -578,6 +578,6 @@ else	// Show
 	print '</div>';
 }
 
-
+// End of page
 llxFooter();
 $db->close();

+ 1 - 2
htdocs/admin/index.php

@@ -114,7 +114,6 @@ if (empty($reshook))
 	print '<div class="center"><div class="logo_setup"></div></div>';
 }
 
-
+// End of page
 llxFooter();
-
 $db->close();

+ 1 - 0
htdocs/admin/ldap.php

@@ -340,5 +340,6 @@ if (function_exists("ldap_connect"))
 	}
 }
 
+// End of page
 llxFooter();
 $db->close();

+ 1 - 0
htdocs/admin/ldap_contacts.php

@@ -318,6 +318,7 @@ if (function_exists("ldap_connect"))
 	}
 }
 
+// End of page
 llxFooter();
 $db->close();
 

+ 1 - 0
htdocs/admin/ldap_groups.php

@@ -251,5 +251,6 @@ if (function_exists("ldap_connect"))
 	}
 }
 
+// End of page
 llxFooter();
 $db->close();

+ 1 - 2
htdocs/admin/ldap_members.php

@@ -442,7 +442,6 @@ if (function_exists("ldap_connect"))
 
 }
 
-
+// End of page
 llxFooter();
-
 $db->close();

+ 1 - 0
htdocs/admin/ldap_members_types.php

@@ -241,5 +241,6 @@ if (function_exists("ldap_connect"))
 	}
 }
 
+// End of page
 llxFooter();
 $db->close();

+ 1 - 0
htdocs/admin/ldap_users.php

@@ -470,5 +470,6 @@ if (function_exists("ldap_connect"))
 	}
 }
 
+// End of page
 llxFooter();
 $db->close();

+ 1 - 2
htdocs/admin/limits.php

@@ -306,7 +306,6 @@ else
 	*/
 }
 
-
+// End of page
 llxFooter();
-
 $db->close();

+ 1 - 0
htdocs/admin/livraison.php

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

+ 1 - 1
htdocs/admin/livraison_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/livraisondet_extrafields.php

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

+ 1 - 0
htdocs/admin/loan.php

@@ -122,5 +122,6 @@ print "</table>\n";
 
 print '<br><div style="text-align:center"><input type="submit" class="button" value="'.$langs->trans('Modify').'" name="button"></div>';
 
+// End of page
 llxFooter();
 $db->close();

+ 1 - 1
htdocs/admin/mailing.php

@@ -152,6 +152,6 @@ print '<div align="center"><input type="submit" class="button" value="'.$langs->
 
 print '</form>';
 
+// End of page
 llxFooter();
-
 $db->close();

+ 1 - 2
htdocs/admin/mailman.php

@@ -238,7 +238,6 @@ if (! empty($conf->global->ADHERENT_USE_MAILMAN))
     print '</form>';
 }
 
-
+// End of page
 llxFooter();
-
 $db->close();

+ 1 - 2
htdocs/admin/mails.php

@@ -854,7 +854,6 @@ else
 	}
 }
 
-
+// End of page
 llxFooter();
-
 $db->close();

+ 1 - 2
htdocs/admin/mails_emailing.php

@@ -601,7 +601,6 @@ else
 	}
 }
 
-
+// End of page
 llxFooter();
-
 $db->close();

+ 1 - 0
htdocs/admin/mails_templates.php

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

+ 1 - 2
htdocs/admin/menus.php

@@ -269,7 +269,6 @@ if ($action != 'edit')
 	print '</div>';
 }
 
-
+// End of page
 llxFooter();
-
 $db->close();

+ 1 - 2
htdocs/admin/modulehelp.php

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

+ 1 - 3
htdocs/admin/modules.php

@@ -1080,8 +1080,6 @@ if ($mode == 'develop')
 	dol_fiche_end();
 }
 
-
-
+// End of page
 llxFooter();
-
 $db->close();

+ 1 - 1
htdocs/admin/multicurrency.php

@@ -375,6 +375,6 @@ print '
 	</script>
 ';
 
+// End of page
 llxFooter();
-
 $db->close();

+ 1 - 2
htdocs/admin/notification.php

@@ -272,7 +272,6 @@ print '<div class="center"><input type="submit" class="button" value="'.$langs->
 
 print '</form>';
 
-
+// End of page
 llxFooter();
-
 $db->close();

+ 1 - 1
htdocs/admin/oauth.php

@@ -150,6 +150,6 @@ print '<div class="center"><input type="submit" class="button" value="'.$langs->
 
 print '</form>';
 
-
+// End of page
 llxFooter();
 $db->close();

+ 1 - 1
htdocs/admin/oauthlogintokens.php

@@ -394,6 +394,6 @@ if ($mode == 'userconf' && $user->admin)
 
 dol_fiche_end();
 
+// End of page
 llxFooter();
-
 $db->close();

+ 1 - 1
htdocs/admin/order_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/orderdet_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 - 2
htdocs/admin/payment.php

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

+ 1 - 2
htdocs/admin/pdf.php

@@ -668,7 +668,6 @@ else	// Show
 	print '<br>';
 }
 
-
+// End of page
 llxFooter();
-
 $db->close();

+ 2 - 1
htdocs/admin/perms.php

@@ -218,5 +218,6 @@ print '</div>';
 
 dol_fiche_end();
 
+// End of page
 llxFooter();
-$db->close();
+$db->close();

+ 1 - 0
htdocs/admin/prelevement.php

@@ -533,5 +533,6 @@ if (! empty($conf->global->MAIN_MODULE_NOTIFICATION))
 }
 */
 
+// End of page
 llxFooter();
 $db->close();

+ 1 - 2
htdocs/admin/propal.php

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

+ 1 - 0
htdocs/admin/proxy.php

@@ -205,5 +205,6 @@ print '</div>';
 
 print '</form>';
 
+// End of page
 llxFooter();
 $db->close();

+ 1 - 1
htdocs/admin/receiptprinter.php

@@ -447,7 +447,7 @@ $object->barcode = '3700123862396';
 //$printer->sendToPrinter($object, 1, 16);
 //setEventMessages($printer->error, $printer->errors, 'errors');
 
+// End of page
 llxFooter();
-
 $db->close();
 

+ 1 - 1
htdocs/admin/resource.php

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

+ 1 - 1
htdocs/admin/resource_extrafields.php

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

+ 2 - 1
htdocs/admin/salaries.php

@@ -127,5 +127,6 @@ print '<div class="center"><input type="submit" class="button" value="'.$langs->
 
 print '</form>';
 
+// End of page
 llxFooter();
-$db->close();
+$db->close();;

+ 1 - 2
htdocs/admin/security.php

@@ -500,7 +500,6 @@ print '</form>';
 
 print '</div>';
 
-
+// End of page
 llxFooter();
-
 $db->close();

+ 1 - 1
htdocs/admin/security_file.php

@@ -178,7 +178,6 @@ print '<div class="center"><input type="submit" class="button" name="button" val
 print '</form>';
 
 
-
 // Form to test upload
 print '<br>';
 $formfile=new FormFile($db);
@@ -188,5 +187,6 @@ $formfile->form_attach_new_file($_SERVER['PHP_SELF'], $langs->trans("FormToTestF
 $filearray=dol_dir_list($upload_dir, "files", 0, '', '', 'name', SORT_ASC, 1);
 $formfile->list_of_documents($filearray, null, 'admin_temp', '');
 
+// End of page
 llxFooter();
 $db->close();

+ 1 - 1
htdocs/admin/security_other.php

@@ -206,6 +206,6 @@ print '<div class="center"><input type="submit" class="button" name="button" val
 
 print '</form>';
 
-
+// End of page
 llxFooter();
 $db->close();

+ 1 - 2
htdocs/admin/sms.php

@@ -331,7 +331,6 @@ else
 	}
 }
 
-
+// End of page
 llxFooter();
-
 $db->close();

+ 1 - 1
htdocs/admin/spip.php

@@ -163,6 +163,6 @@ else
     dol_fiche_end();
 }
 
+// End of page
 llxFooter();
-
 $db->close();

+ 1 - 2
htdocs/admin/stock.php

@@ -566,7 +566,6 @@ if ($conf->global->PRODUIT_SOUSPRODUITS)
 }
 */
 
-
+// End of page
 llxFooter();
-
 $db->close();