diff --git a/htdocs/contrat/class/contrat.class.php b/htdocs/contrat/class/contrat.class.php index c95f972c4ac..2c127cb9efc 100644 --- a/htdocs/contrat/class/contrat.class.php +++ b/htdocs/contrat/class/contrat.class.php @@ -17,15 +17,14 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** * \file htdocs/contrat/class/contrat.class.php * \ingroup contrat * \brief Fichier de la classe des contrats - * \version $Id$ + * \version $Id: contrat.class.php,v 1.23 2011/07/31 23:50:01 eldy Exp $ */ require_once(DOL_DOCUMENT_ROOT."/core/class/commonobject.class.php"); diff --git a/htdocs/contrat/contact.php b/htdocs/contrat/contact.php index 62709273bb4..0ed92ef65cc 100644 --- a/htdocs/contrat/contact.php +++ b/htdocs/contrat/contact.php @@ -13,15 +13,14 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** \file htdocs/contrat/contact.php \ingroup contrat \brief Onglet de gestion des contacts des contrats - \version $Id$ + \version $Id: contact.php,v 1.46 2011/07/31 23:46:55 eldy Exp $ */ require ("../main.inc.php"); @@ -401,5 +400,5 @@ if ($id > 0) $db->close(); -llxFooter('$Date$'); +llxFooter('$Date: 2011/07/31 23:46:55 $'); ?> diff --git a/htdocs/contrat/document.php b/htdocs/contrat/document.php index df48a79cabf..75a31e3f705 100644 --- a/htdocs/contrat/document.php +++ b/htdocs/contrat/document.php @@ -16,15 +16,14 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** * \file htdocs/contrat/document.php * \ingroup contrat * \brief Page des documents joints sur les contrats - * \version $Id: document.php,v 1.24 2011/07/06 20:56:50 eldy Exp $ + * \version $Id: document.php,v 1.25 2011/07/31 23:46:55 eldy Exp $ */ require ("../main.inc.php"); @@ -173,5 +172,5 @@ else $db->close(); -llxFooter('$Date: 2011/07/06 20:56:50 $ - $Revision: 1.24 $'); +llxFooter('$Date: 2011/07/31 23:46:55 $ - $Revision: 1.25 $'); ?> diff --git a/htdocs/contrat/fiche.php b/htdocs/contrat/fiche.php index 7a25b945269..0cf91d64abc 100644 --- a/htdocs/contrat/fiche.php +++ b/htdocs/contrat/fiche.php @@ -16,15 +16,14 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** * \file htdocs/contrat/fiche.php * \ingroup contrat * \brief Page of a contract - * \version $Id$ + * \version $Id: fiche.php,v 1.197 2011/07/31 23:46:54 eldy Exp $ */ require ("../main.inc.php"); @@ -1287,5 +1286,5 @@ else $db->close(); -llxFooter('$Date$ - $Revision$'); +llxFooter('$Date: 2011/07/31 23:46:54 $ - $Revision: 1.197 $'); ?> diff --git a/htdocs/contrat/index.php b/htdocs/contrat/index.php index 61bcea427f3..49fbaddc963 100644 --- a/htdocs/contrat/index.php +++ b/htdocs/contrat/index.php @@ -14,15 +14,14 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** * \file htdocs/contrat/index.php * \ingroup contrat * \brief Page liste des contrats - * \version $Revision$ + * \version $Revision: 1.84 $ */ require ("../main.inc.php"); @@ -493,5 +492,5 @@ print '
'; $db->close(); -llxFooter('$Date$ - $Revision$'); +llxFooter('$Date: 2011/07/31 23:46:55 $ - $Revision: 1.84 $'); ?> \ No newline at end of file diff --git a/htdocs/contrat/info.php b/htdocs/contrat/info.php index 03fe7f38844..a1f4ce047d8 100644 --- a/htdocs/contrat/info.php +++ b/htdocs/contrat/info.php @@ -12,15 +12,14 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** \file htdocs/contrat/info.php \ingroup contrat \brief Page des informations d'un contrat - \version $Id$ + \version $Id: info.php,v 1.25 2011/07/31 23:46:54 eldy Exp $ */ require ("../main.inc.php"); @@ -59,5 +58,5 @@ print ''; $db->close(); -llxFooter('$Date$ - $Revision$'); +llxFooter('$Date: 2011/07/31 23:46:54 $ - $Revision: 1.25 $'); ?> diff --git a/htdocs/contrat/liste.php b/htdocs/contrat/liste.php index e23d4b9206b..86105569116 100644 --- a/htdocs/contrat/liste.php +++ b/htdocs/contrat/liste.php @@ -14,15 +14,14 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** * \file htdocs/contrat/liste.php * \ingroup contrat * \brief Page liste des contrats - * \version $Id$ + * \version $Id: liste.php,v 1.46 2011/07/31 23:46:55 eldy Exp $ */ require ("../main.inc.php"); @@ -163,5 +162,5 @@ else $db->close(); -llxFooter('$Date$ - $Revision$'); +llxFooter('$Date: 2011/07/31 23:46:55 $ - $Revision: 1.46 $'); ?> diff --git a/htdocs/contrat/note.php b/htdocs/contrat/note.php index 51ffab2dbaf..3e7d062ef4c 100644 --- a/htdocs/contrat/note.php +++ b/htdocs/contrat/note.php @@ -13,15 +13,14 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** \file htdocs/contrat/note.php \ingroup contrat \brief Fiche de notes sur un contrat - \version $Id$ + \version $Id: note.php,v 1.28 2011/07/31 23:46:55 eldy Exp $ */ require ("../main.inc.php"); @@ -186,5 +185,5 @@ if ($_GET["id"]) $db->close(); -llxFooter('$Date$ - $Revision$'); +llxFooter('$Date: 2011/07/31 23:46:55 $ - $Revision: 1.28 $'); ?> diff --git a/htdocs/contrat/services.php b/htdocs/contrat/services.php index 8f3ba67991e..de125e85f65 100644 --- a/htdocs/contrat/services.php +++ b/htdocs/contrat/services.php @@ -14,15 +14,14 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** * \file htdocs/contrat/services.php * \ingroup contrat * \brief Page to list services in contracts - * \version $Id$ + * \version $Id: services.php,v 1.57 2011/07/31 23:46:55 eldy Exp $ */ require ("../main.inc.php"); @@ -267,5 +266,5 @@ else $db->close(); -llxFooter('$Date$ - $Revision$'); +llxFooter('$Date: 2011/07/31 23:46:55 $ - $Revision: 1.57 $'); ?> diff --git a/htdocs/contrat/tpl/linkedobjectblock.tpl.php b/htdocs/contrat/tpl/linkedobjectblock.tpl.php index 065fdbe377d..0de5644be77 100644 --- a/htdocs/contrat/tpl/linkedobjectblock.tpl.php +++ b/htdocs/contrat/tpl/linkedobjectblock.tpl.php @@ -12,10 +12,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . * - * $Id$ + * $Id: linkedobjectblock.tpl.php,v 1.12 2011/07/31 23:50:01 eldy Exp $ */ ?> diff --git a/htdocs/core/ajaxbox.php b/htdocs/core/ajaxbox.php index d2eb6e84df5..97c6c7abf85 100644 --- a/htdocs/core/ajaxbox.php +++ b/htdocs/core/ajaxbox.php @@ -13,14 +13,13 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** * \file htdocs/core/ajaxbox.php * \brief File to return Ajax response on Box move - * \version $Id$ + * \version $Id: ajaxbox.php,v 1.3 2011/07/31 23:45:15 eldy Exp $ */ if (! defined('NOTOKENRENEWAL')) define('NOTOKENRENEWAL','1'); // Disables token renewal diff --git a/htdocs/core/ajaxconstantonoff.php b/htdocs/core/ajaxconstantonoff.php index cf41368a940..bb77112f910 100644 --- a/htdocs/core/ajaxconstantonoff.php +++ b/htdocs/core/ajaxconstantonoff.php @@ -12,14 +12,13 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** * \file htdocs/core/ajaxconstantonoff.php * \brief File to set or del an on/off constant - * \version $Id$ + * \version $Id: ajaxconstantonoff.php,v 1.3 2011/07/31 23:45:15 eldy Exp $ */ if (! defined('NOTOKENRENEWAL')) define('NOTOKENRENEWAL','1'); // Disables token renewal diff --git a/htdocs/core/ajaxfileupload.php b/htdocs/core/ajaxfileupload.php index 70babaa6ca3..a727fbf9d5f 100644 --- a/htdocs/core/ajaxfileupload.php +++ b/htdocs/core/ajaxfileupload.php @@ -13,14 +13,13 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** * \file htdocs/core/ajaxfileupload.php * \brief File to return Ajax response on file upload - * \version $Id: ajaxfileupload.php,v 1.10 2011/07/06 10:34:30 hregis Exp $ + * \version $Id: ajaxfileupload.php,v 1.11 2011/07/31 23:45:15 eldy Exp $ */ //if (! defined('NOREQUIREUSER')) define('NOREQUIREUSER','1'); diff --git a/htdocs/core/ajaxrow.php b/htdocs/core/ajaxrow.php index e421e2ee7de..77c77fff2fd 100644 --- a/htdocs/core/ajaxrow.php +++ b/htdocs/core/ajaxrow.php @@ -12,14 +12,13 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** * \file htdocs/core/ajaxrow.php * \brief File to return Ajax response on Row move - * \version $Id$ + * \version $Id: ajaxrow.php,v 1.4 2011/07/31 23:45:15 eldy Exp $ */ if (! defined('NOTOKENRENEWAL')) define('NOTOKENRENEWAL','1'); // Disables token renewal diff --git a/htdocs/core/ajaxsecurity.php b/htdocs/core/ajaxsecurity.php index 896e04bddc4..01ed21144e1 100644 --- a/htdocs/core/ajaxsecurity.php +++ b/htdocs/core/ajaxsecurity.php @@ -12,14 +12,13 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** * \file htdocs/core/ajaxsecurity.php * \brief File for return security data - * \version $Id: ajaxsecurity.php,v 1.1 2011/07/09 08:05:08 hregis Exp $ + * \version $Id: ajaxsecurity.php,v 1.2 2011/07/31 23:45:15 eldy Exp $ */ if (! defined('NOTOKENRENEWAL')) define('NOTOKENRENEWAL','1'); // Disables token renewal diff --git a/htdocs/core/ajaxziptown.php b/htdocs/core/ajaxziptown.php index 5c585292ab7..b742ec3cfa9 100644 --- a/htdocs/core/ajaxziptown.php +++ b/htdocs/core/ajaxziptown.php @@ -13,15 +13,14 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** * \file htdocs/core/ajaxziptown.php * \ingroup core * \brief File to return Ajax response on zipcode or town request - * \version $Id$ + * \version $Id: ajaxziptown.php,v 1.12 2011/07/31 23:45:15 eldy Exp $ */ if (! defined('NOTOKENRENEWAL')) define('NOTOKENRENEWAL',1); // Disables token renewal diff --git a/htdocs/core/class/canvas.class.php b/htdocs/core/class/canvas.class.php index c2aa4c83e84..7113904fd2c 100644 --- a/htdocs/core/class/canvas.class.php +++ b/htdocs/core/class/canvas.class.php @@ -13,15 +13,14 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** * \file htdocs/core/class/canvas.class.php * \ingroup core * \brief File of class to manage canvas - * \version $Id: canvas.class.php,v 1.44 2011/07/02 14:51:26 eldy Exp $ + * \version $Id: canvas.class.php,v 1.45 2011/07/31 23:45:13 eldy Exp $ */ diff --git a/htdocs/core/class/commondocgenerator.class.php b/htdocs/core/class/commondocgenerator.class.php index 3ee0aa6fc50..9a1dddd2899 100755 --- a/htdocs/core/class/commondocgenerator.class.php +++ b/htdocs/core/class/commondocgenerator.class.php @@ -15,8 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . * or see http://www.gnu.org/ */ @@ -24,7 +23,7 @@ * \file htdocs/core/class/commondocgenerator.class.php * \ingroup core * \brief File of parent class for documents generators - * \version $Id: commondocgenerator.class.php,v 1.6 2011/07/03 21:59:53 eldy Exp $ + * \version $Id: commondocgenerator.class.php,v 1.7 2011/07/31 23:45:13 eldy Exp $ */ diff --git a/htdocs/core/class/commonobject.class.php b/htdocs/core/class/commonobject.class.php index 2a513091288..5923ef66815 100644 --- a/htdocs/core/class/commonobject.class.php +++ b/htdocs/core/class/commonobject.class.php @@ -14,15 +14,14 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** * \file htdocs/core/class/commonobject.class.php * \ingroup core * \brief File of parent class of all other business classes (invoices, contracts, proposals, orders, ...) - * \version $Id: commonobject.class.php,v 1.147 2011/07/17 18:33:31 eldy Exp $ + * \version $Id: commonobject.class.php,v 1.148 2011/07/31 23:45:14 eldy Exp $ */ diff --git a/htdocs/core/class/commonobjectline.class.php b/htdocs/core/class/commonobjectline.class.php index 43d83f3a4bc..e61160aac38 100644 --- a/htdocs/core/class/commonobjectline.class.php +++ b/htdocs/core/class/commonobjectline.class.php @@ -12,15 +12,14 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** * \file htdocs/core/class/commonobjectline.class.php * \ingroup core * \brief File of the superclass of classes of lines of business objects (invoice, contract, PROPAL, commands, etc. ...) - * \version $Id$ + * \version $Id: commonobjectline.class.php,v 1.5 2011/07/31 23:45:14 eldy Exp $ */ diff --git a/htdocs/core/class/conf.class.php b/htdocs/core/class/conf.class.php index e6559c2ae2e..acb0b5d9167 100644 --- a/htdocs/core/class/conf.class.php +++ b/htdocs/core/class/conf.class.php @@ -16,8 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** @@ -25,7 +24,7 @@ * \ingroup core * \brief File of class to manage storage of current setup * Config is stored into file conf.php - * \version $Id: conf.class.php,v 1.62 2011/07/30 10:23:26 eldy Exp $ + * \version $Id: conf.class.php,v 1.63 2011/07/31 23:45:13 eldy Exp $ */ diff --git a/htdocs/core/class/cookie.class.php b/htdocs/core/class/cookie.class.php index 07fed567b48..c21450bb8cb 100644 --- a/htdocs/core/class/cookie.class.php +++ b/htdocs/core/class/cookie.class.php @@ -12,14 +12,13 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** * \file htdocs/core/class/cookie.class.php * \ingroup core - * \version $Id: cookie.class.php,v 1.6 2011/07/30 08:56:26 eldy Exp $ + * \version $Id: cookie.class.php,v 1.7 2011/07/31 23:45:13 eldy Exp $ * \brief File of class to manage cookies */ diff --git a/htdocs/core/class/discount.class.php b/htdocs/core/class/discount.class.php index a5ae7413b7f..f6c46e9ed46 100644 --- a/htdocs/core/class/discount.class.php +++ b/htdocs/core/class/discount.class.php @@ -13,15 +13,14 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** * \file htdocs/core/class/discount.class.php * \ingroup core propal facture commande * \brief File of class to manage absolute discounts - * \version $Id$ + * \version $Id: discount.class.php,v 1.7 2011/07/31 23:45:14 eldy Exp $ */ diff --git a/htdocs/core/class/dolexception.class.php b/htdocs/core/class/dolexception.class.php index 69f89a73d5b..97d27b1b1a8 100644 --- a/htdocs/core/class/dolexception.class.php +++ b/htdocs/core/class/dolexception.class.php @@ -12,15 +12,14 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** * \file htdocs/core/class/dolexception.class.php * \ingroup core * \brief File of class for exceptions - * \version $Id$ + * \version $Id: dolexception.class.php,v 1.3 2011/07/31 23:45:14 eldy Exp $ */ diff --git a/htdocs/core/class/dolgraph.class.php b/htdocs/core/class/dolgraph.class.php index 429edfeb09e..ea9165804c6 100644 --- a/htdocs/core/class/dolgraph.class.php +++ b/htdocs/core/class/dolgraph.class.php @@ -13,15 +13,14 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** * \file htdocs/core/class/dolgraph.class.php * \ingroup core * \brief Fichier de la classe mere de gestion des graph - * \version $Id$ + * \version $Id: dolgraph.class.php,v 1.7 2011/07/31 23:45:15 eldy Exp $ * * Usage: * $graph_data = array(array('labelA',yA),array('labelB',yB)); diff --git a/htdocs/core/class/events.class.php b/htdocs/core/class/events.class.php index 918b93de6ad..b201c7665c7 100644 --- a/htdocs/core/class/events.class.php +++ b/htdocs/core/class/events.class.php @@ -13,15 +13,14 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** * \file htdocs/core/class/events.class.php * \ingroup core * \brief File of class to manage security events. - * \version $Id: events.class.php,v 1.7 2011/07/18 23:32:00 eldy Exp $ + * \version $Id: events.class.php,v 1.8 2011/07/31 23:45:14 eldy Exp $ * \author Laurent Destailleur */ diff --git a/htdocs/core/class/extrafields.class.php b/htdocs/core/class/extrafields.class.php index 76d7bd63f7c..5486b57d3d4 100755 --- a/htdocs/core/class/extrafields.class.php +++ b/htdocs/core/class/extrafields.class.php @@ -17,15 +17,14 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** * \file htdocs/core/class/extrafields.class.php * \ingroup core * \brief File of class to manage extra fields - * \version $Id$ + * \version $Id: extrafields.class.php,v 1.6 2011/07/31 23:45:14 eldy Exp $ */ /** diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php index cb4a0f7a5cf..e24b3c7c717 100644 --- a/htdocs/core/class/html.form.class.php +++ b/htdocs/core/class/html.form.class.php @@ -23,15 +23,14 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** * \file htdocs/core/class/html.form.class.php * \ingroup core * \brief File of class with all html predefined components - * \version $Id: html.form.class.php,v 1.192 2011/07/27 23:37:01 eldy Exp $ + * \version $Id: html.form.class.php,v 1.193 2011/07/31 23:45:14 eldy Exp $ */ @@ -161,8 +160,10 @@ class Form $htmltext=str_replace("\n","",$htmltext); $htmltext=str_replace('"',""",$htmltext); - $paramfortooltipimg=' class="classfortooltip'.($extracss?' '.$extracss:'').'" title="'.($noencodehtmltext?$htmltext:dol_escape_htmltag($htmltext,1)).'"'; // Attribut to put on td img tag to store tooltip - $paramfortooltiptd =($extracss?' class="'.$extracss.'"':''); // Attribut to put on td text tag + if ($tooltipon == 2 || $tooltipon == 3) $paramfortooltipimg=' class="classfortooltip'.($extracss?' '.$extracss:'').'" title="'.($noencodehtmltext?$htmltext:dol_escape_htmltag($htmltext,1)).'"'; // Attribut to put on td img tag to store tooltip + else $paramfortooltipimg =($extracss?' class="'.$extracss.'"':''); // Attribut to put on td text tag + if ($tooltipon == 1 || $tooltipon == 3) $paramfortooltiptd=' class="classfortooltip'.($extracss?' '.$extracss:'').'" title="'.($noencodehtmltext?$htmltext:dol_escape_htmltag($htmltext,1)).'"'; // Attribut to put on td tag to store tooltip + else $paramfortooltiptd =($extracss?' class="'.$extracss.'"':''); // Attribut to put on td text tag $s=""; if (empty($notabs)) $s.=''; diff --git a/htdocs/core/class/html.formactions.class.php b/htdocs/core/class/html.formactions.class.php index 3a52c4484c5..1a984d1226e 100644 --- a/htdocs/core/class/html.formactions.class.php +++ b/htdocs/core/class/html.formactions.class.php @@ -14,15 +14,14 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** * \file htdocs/core/class/html.formactions.class.php * \ingroup core * \brief Fichier de la classe des fonctions predefinie de composants html actions - * \version $Id: html.formactions.class.php,v 1.20 2011/07/07 21:56:20 eldy Exp $ + * \version $Id: html.formactions.class.php,v 1.21 2011/07/31 23:45:14 eldy Exp $ */ diff --git a/htdocs/core/class/html.formadmin.class.php b/htdocs/core/class/html.formadmin.class.php index a3181284491..23baf771908 100644 --- a/htdocs/core/class/html.formadmin.class.php +++ b/htdocs/core/class/html.formadmin.class.php @@ -14,15 +14,14 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** * \file htdocs/core/class/html.formadmin.class.php * \ingroup core * \brief File of class for html functions for admin pages - * \version $Id$ + * \version $Id: html.formadmin.class.php,v 1.23 2011/07/31 23:45:14 eldy Exp $ */ diff --git a/htdocs/core/class/html.formcompany.class.php b/htdocs/core/class/html.formcompany.class.php index e21904e4242..2b5ba7e282d 100644 --- a/htdocs/core/class/html.formcompany.class.php +++ b/htdocs/core/class/html.formcompany.class.php @@ -12,15 +12,14 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** * \file htdocs/core/class/html.formcompany.class.php * \ingroup core * \brief File of class to build HTML component for third parties management - * \version $Id: html.formcompany.class.php,v 1.33 2011/06/26 21:51:56 eldy Exp $ + * \version $Id: html.formcompany.class.php,v 1.34 2011/07/31 23:45:14 eldy Exp $ */ diff --git a/htdocs/core/class/html.formfile.class.php b/htdocs/core/class/html.formfile.class.php index 135dec1594f..fc5dbe8206a 100644 --- a/htdocs/core/class/html.formfile.class.php +++ b/htdocs/core/class/html.formfile.class.php @@ -14,15 +14,14 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** * \file htdocs/core/class/html.formfile.class.php * \ingroup core * \brief File of class to offer components to list and upload files - * \version $Id: html.formfile.class.php,v 1.50 2011/07/20 19:03:32 eldy Exp $ + * \version $Id: html.formfile.class.php,v 1.51 2011/07/31 23:45:14 eldy Exp $ */ diff --git a/htdocs/core/class/html.formmail.class.php b/htdocs/core/class/html.formmail.class.php index 4b32e65ea54..5f6b6db8fcb 100644 --- a/htdocs/core/class/html.formmail.class.php +++ b/htdocs/core/class/html.formmail.class.php @@ -14,15 +14,14 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** * \file htdocs/core/class/html.formmail.class.php * \ingroup core * \brief Fichier de la classe permettant la generation du formulaire html d'envoi de mail unitaire - * \version $Id: html.formmail.class.php,v 1.33 2011/07/13 22:18:12 eldy Exp $ + * \version $Id: html.formmail.class.php,v 1.34 2011/07/31 23:45:13 eldy Exp $ */ require_once(DOL_DOCUMENT_ROOT ."/core/class/html.form.class.php"); diff --git a/htdocs/core/class/html.formorder.class.php b/htdocs/core/class/html.formorder.class.php index beebea47366..cfa1dd094ef 100644 --- a/htdocs/core/class/html.formorder.class.php +++ b/htdocs/core/class/html.formorder.class.php @@ -12,15 +12,14 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** * \file htdocs/core/class/html.formorder.class.php * \ingroup core * \brief File of predefined functions for HTML forms for order module - * \version $Id$ + * \version $Id: html.formorder.class.php,v 1.11 2011/07/31 23:45:14 eldy Exp $ */ diff --git a/htdocs/core/class/html.formother.class.php b/htdocs/core/class/html.formother.class.php index cbf91f7ef94..561a6918415 100644 --- a/htdocs/core/class/html.formother.class.php +++ b/htdocs/core/class/html.formother.class.php @@ -21,15 +21,14 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** * \file htdocs/core/class/html.formother.class.php * \ingroup core * \brief Fichier de la classe des fonctions predefinie de composants html autre - * \version $Id: html.formother.class.php,v 1.17 2011/07/04 08:53:01 eldy Exp $ + * \version $Id: html.formother.class.php,v 1.18 2011/07/31 23:45:14 eldy Exp $ */ diff --git a/htdocs/core/class/html.formsms.class.php b/htdocs/core/class/html.formsms.class.php index babc910436e..68dedb7b884 100755 --- a/htdocs/core/class/html.formsms.class.php +++ b/htdocs/core/class/html.formsms.class.php @@ -13,15 +13,14 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** * \file htdocs/core/class/html.formmail.class.php * \ingroup core * \brief Fichier de la classe permettant la generation du formulaire html d'envoi de mail unitaire - * \version $Id: html.formsms.class.php,v 1.12 2011/07/07 21:38:19 eldy Exp $ + * \version $Id: html.formsms.class.php,v 1.13 2011/07/31 23:45:14 eldy Exp $ */ require_once(DOL_DOCUMENT_ROOT ."/core/class/html.form.class.php"); diff --git a/htdocs/core/class/interfaces.class.php b/htdocs/core/class/interfaces.class.php index 8deeda0fb57..2ca2f82789e 100644 --- a/htdocs/core/class/interfaces.class.php +++ b/htdocs/core/class/interfaces.class.php @@ -14,15 +14,14 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** * \file htdocs/core/class/interfaces.class.php * \ingroup core * \brief Fichier de la classe de gestion des triggers - * \version $Id: interfaces.class.php,v 1.8 2011/07/28 10:36:43 eldy Exp $ + * \version $Id: interfaces.class.php,v 1.9 2011/07/31 23:45:13 eldy Exp $ */ diff --git a/htdocs/core/class/menu.class.php b/htdocs/core/class/menu.class.php index 7c90970d411..9637494c982 100644 --- a/htdocs/core/class/menu.class.php +++ b/htdocs/core/class/menu.class.php @@ -13,15 +13,14 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** * \file htdocs/core/class/menu.class.php * \ingroup core * \brief Fichier de la classe de gestion du menu gauche - * \version $Id: menu.class.php,v 1.4 2011/07/04 11:33:22 eldy Exp $ + * \version $Id: menu.class.php,v 1.5 2011/07/31 23:45:13 eldy Exp $ */ diff --git a/htdocs/core/class/menubase.class.php b/htdocs/core/class/menubase.class.php index 8c61ea753c7..05e32a5a48c 100644 --- a/htdocs/core/class/menubase.class.php +++ b/htdocs/core/class/menubase.class.php @@ -13,14 +13,13 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** * \file htdocs/core/class/menubase.class.php * \ingroup core - * \version $Id: menubase.class.php,v 1.27 2011/07/18 20:19:48 eldy Exp $ + * \version $Id: menubase.class.php,v 1.28 2011/07/31 23:45:14 eldy Exp $ * \brief File of class to manage dynamic menu entries * \remarks Initialy built by build_class_from_table on 2008-01-12 14:19 */ diff --git a/htdocs/core/class/notify.class.php b/htdocs/core/class/notify.class.php index b6f087a422b..6ff624b66ab 100644 --- a/htdocs/core/class/notify.class.php +++ b/htdocs/core/class/notify.class.php @@ -13,15 +13,14 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** * \file htdocs/core/class/notify.class.php * \ingroup notification * \brief File of class to manage notifications - * \version $Id$ + * \version $Id: notify.class.php,v 1.13 2011/07/31 23:45:14 eldy Exp $ */ require_once(DOL_DOCUMENT_ROOT ."/lib/CMailFile.class.php"); diff --git a/htdocs/core/class/stats.class.php b/htdocs/core/class/stats.class.php index c42adaf7c17..ef860fea100 100644 --- a/htdocs/core/class/stats.class.php +++ b/htdocs/core/class/stats.class.php @@ -13,15 +13,14 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** * \file htdocs/core/class/stats.class.php * \ingroup core * \brief Common class to manage statistics reports - * \version $Id$ + * \version $Id: stats.class.php,v 1.6 2011/07/31 23:45:14 eldy Exp $ */ /** diff --git a/htdocs/core/class/translate.class.php b/htdocs/core/class/translate.class.php index 7b279be1980..bf30794f153 100644 --- a/htdocs/core/class/translate.class.php +++ b/htdocs/core/class/translate.class.php @@ -14,8 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** @@ -24,7 +23,7 @@ * \brief File for Tanslate class * \author Eric Seigne * \author Laurent Destailleur - * \version $Id$ + * \version $Id: translate.class.php,v 1.48 2011/07/31 23:45:14 eldy Exp $ */ diff --git a/htdocs/core/photos_resize.php b/htdocs/core/photos_resize.php index fdafeafbca2..acce82ee3d7 100644 --- a/htdocs/core/photos_resize.php +++ b/htdocs/core/photos_resize.php @@ -13,8 +13,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ //if (! defined('NOREQUIREUSER')) define('NOREQUIREUSER','1'); @@ -201,5 +200,5 @@ print ''; } -llxFooter('$Date: 2011/07/02 01:26:30 $ - $Revision: 1.13 $'); +llxFooter('$Date: 2011/07/31 23:45:15 $ - $Revision: 1.14 $'); ?> \ No newline at end of file diff --git a/htdocs/core/tools.php b/htdocs/core/tools.php index 83a8904408a..0acf3e834a4 100755 --- a/htdocs/core/tools.php +++ b/htdocs/core/tools.php @@ -14,14 +14,13 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** * \file htdocs/core/tools.php * \brief Home page for top menu tools - * \version $Id$ + * \version $Id: tools.php,v 1.3 2011/07/31 23:45:15 eldy Exp $ */ require("../main.inc.php"); @@ -55,5 +54,5 @@ print $langs->trans("ToolsDesc").'

'; $db->close(); -llxFooter('$Date$ - $Revision$'); +llxFooter('$Date: 2011/07/31 23:45:15 $ - $Revision: 1.3 $'); ?> diff --git a/htdocs/core/tpl/ajaxfileupload.tpl.php b/htdocs/core/tpl/ajaxfileupload.tpl.php index 42ece24a3b8..3c2b5af92e1 100644 --- a/htdocs/core/tpl/ajaxfileupload.tpl.php +++ b/htdocs/core/tpl/ajaxfileupload.tpl.php @@ -12,10 +12,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . * - * $Id: ajaxfileupload.tpl.php,v 1.10 2011/07/10 13:39:34 eldy Exp $ + * $Id: ajaxfileupload.tpl.php,v 1.11 2011/07/31 23:45:11 eldy Exp $ */ ?> diff --git a/htdocs/core/tpl/ajaxrow.tpl.php b/htdocs/core/tpl/ajaxrow.tpl.php index 511538d20ff..5efe99013e7 100644 --- a/htdocs/core/tpl/ajaxrow.tpl.php +++ b/htdocs/core/tpl/ajaxrow.tpl.php @@ -13,10 +13,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . * - * $Id$ + * $Id: ajaxrow.tpl.php,v 1.15 2011/07/31 23:45:12 eldy Exp $ */ ?> diff --git a/htdocs/core/tpl/error.tpl.php b/htdocs/core/tpl/error.tpl.php index 4d16ac87d6f..f86080a0ec2 100644 --- a/htdocs/core/tpl/error.tpl.php +++ b/htdocs/core/tpl/error.tpl.php @@ -12,10 +12,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . * - * $Id$ + * $Id: error.tpl.php,v 1.2 2011/07/31 23:45:12 eldy Exp $ */ ?> diff --git a/htdocs/core/tpl/footer.tpl.php b/htdocs/core/tpl/footer.tpl.php index 4d16ac87d6f..235e2d46599 100644 --- a/htdocs/core/tpl/footer.tpl.php +++ b/htdocs/core/tpl/footer.tpl.php @@ -12,10 +12,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . * - * $Id$ + * $Id: footer.tpl.php,v 1.2 2011/07/31 23:45:12 eldy Exp $ */ ?> diff --git a/htdocs/core/tpl/freeproductline_create.tpl.php b/htdocs/core/tpl/freeproductline_create.tpl.php index 44635256716..2347cf47f92 100644 --- a/htdocs/core/tpl/freeproductline_create.tpl.php +++ b/htdocs/core/tpl/freeproductline_create.tpl.php @@ -13,10 +13,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . * - * $Id: freeproductline_create.tpl.php,v 1.14 2011/06/30 13:27:20 hregis Exp $ + * $Id: freeproductline_create.tpl.php,v 1.15 2011/07/31 23:45:13 eldy Exp $ * * Need to have following variables defined: * $conf diff --git a/htdocs/core/tpl/freeproductline_edit.tpl.php b/htdocs/core/tpl/freeproductline_edit.tpl.php index 01b53f44bc7..4eb6b873070 100644 --- a/htdocs/core/tpl/freeproductline_edit.tpl.php +++ b/htdocs/core/tpl/freeproductline_edit.tpl.php @@ -13,10 +13,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . * - * $Id: freeproductline_edit.tpl.php,v 1.14 2011/06/30 13:27:20 hregis Exp $ + * $Id: freeproductline_edit.tpl.php,v 1.15 2011/07/31 23:45:11 eldy Exp $ * * Need to have following variables defined: * $conf diff --git a/htdocs/core/tpl/freeproductline_view.tpl.php b/htdocs/core/tpl/freeproductline_view.tpl.php index 7beb197f139..a97210bdc1d 100644 --- a/htdocs/core/tpl/freeproductline_view.tpl.php +++ b/htdocs/core/tpl/freeproductline_view.tpl.php @@ -13,10 +13,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . * - * $Id$ + * $Id: freeproductline_view.tpl.php,v 1.13 2011/07/31 23:45:12 eldy Exp $ */ ?> diff --git a/htdocs/core/tpl/header.tpl.php b/htdocs/core/tpl/header.tpl.php index ba542d46424..ad56d01f715 100644 --- a/htdocs/core/tpl/header.tpl.php +++ b/htdocs/core/tpl/header.tpl.php @@ -12,10 +12,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . * - * $Id$ + * $Id: header.tpl.php,v 1.2 2011/07/31 23:45:11 eldy Exp $ */ ?> diff --git a/htdocs/core/tpl/login.tpl.php b/htdocs/core/tpl/login.tpl.php index eb7ae306a1b..1e9f5424224 100644 --- a/htdocs/core/tpl/login.tpl.php +++ b/htdocs/core/tpl/login.tpl.php @@ -12,10 +12,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . * - * $Id$ + * $Id: login.tpl.php,v 1.19 2011/07/31 23:45:11 eldy Exp $ */ header('Cache-Control: Public, must-revalidate'); diff --git a/htdocs/core/tpl/originproductline.tpl.php b/htdocs/core/tpl/originproductline.tpl.php index 38279389197..478d052aede 100644 --- a/htdocs/core/tpl/originproductline.tpl.php +++ b/htdocs/core/tpl/originproductline.tpl.php @@ -12,10 +12,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . * - * $Id$ + * $Id: originproductline.tpl.php,v 1.5 2011/07/31 23:45:11 eldy Exp $ */ ?> diff --git a/htdocs/core/tpl/passwordforgotten.tpl.php b/htdocs/core/tpl/passwordforgotten.tpl.php index 9fc34c51571..29df4670907 100644 --- a/htdocs/core/tpl/passwordforgotten.tpl.php +++ b/htdocs/core/tpl/passwordforgotten.tpl.php @@ -12,10 +12,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . * - * $Id$ + * $Id: passwordforgotten.tpl.php,v 1.4 2011/07/31 23:45:12 eldy Exp $ */ header('Cache-Control: Public, must-revalidate'); header("Content-type: text/html; charset=".$conf->file->character_set_client); diff --git a/htdocs/core/tpl/predefinedproductline_create.tpl.php b/htdocs/core/tpl/predefinedproductline_create.tpl.php index 6c0de741b24..86244251479 100644 --- a/htdocs/core/tpl/predefinedproductline_create.tpl.php +++ b/htdocs/core/tpl/predefinedproductline_create.tpl.php @@ -13,10 +13,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . * - * $Id: predefinedproductline_create.tpl.php,v 1.13 2011/06/30 13:27:20 hregis Exp $ + * $Id: predefinedproductline_create.tpl.php,v 1.14 2011/07/31 23:45:12 eldy Exp $ * * Need to have following variables defined: * $conf diff --git a/htdocs/core/tpl/predefinedproductline_edit.tpl.php b/htdocs/core/tpl/predefinedproductline_edit.tpl.php index 7531b7d6cd8..16f9813339c 100644 --- a/htdocs/core/tpl/predefinedproductline_edit.tpl.php +++ b/htdocs/core/tpl/predefinedproductline_edit.tpl.php @@ -13,10 +13,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . * - * $Id: predefinedproductline_edit.tpl.php,v 1.13 2011/06/30 13:27:20 hregis Exp $ + * $Id: predefinedproductline_edit.tpl.php,v 1.14 2011/07/31 23:45:11 eldy Exp $ * * Need to have following variables defined: * $conf diff --git a/htdocs/core/tpl/predefinedproductline_view.tpl.php b/htdocs/core/tpl/predefinedproductline_view.tpl.php index 7f327864a0a..ac33bfcba54 100644 --- a/htdocs/core/tpl/predefinedproductline_view.tpl.php +++ b/htdocs/core/tpl/predefinedproductline_view.tpl.php @@ -13,10 +13,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . * - * $Id$ + * $Id: predefinedproductline_view.tpl.php,v 1.12 2011/07/31 23:45:12 eldy Exp $ */ ?> diff --git a/htdocs/core/tpl/predefinedproductlinediv_view.tpl.php b/htdocs/core/tpl/predefinedproductlinediv_view.tpl.php index 8a96f84e7ae..c5b53a1d72f 100644 --- a/htdocs/core/tpl/predefinedproductlinediv_view.tpl.php +++ b/htdocs/core/tpl/predefinedproductlinediv_view.tpl.php @@ -13,10 +13,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . * - * $Id$ + * $Id: predefinedproductlinediv_view.tpl.php,v 1.2 2011/07/31 23:45:11 eldy Exp $ */ ?> diff --git a/htdocs/core/tpl/triggers.tpl.php b/htdocs/core/tpl/triggers.tpl.php index 58d91487976..d2d3cbf45b8 100644 --- a/htdocs/core/tpl/triggers.tpl.php +++ b/htdocs/core/tpl/triggers.tpl.php @@ -12,10 +12,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . * - * $Id$ + * $Id: triggers.tpl.php,v 1.2 2011/07/31 23:45:11 eldy Exp $ */ ?> diff --git a/htdocs/cron/functions_cron.lib.php b/htdocs/cron/functions_cron.lib.php index 924c29ceee7..451b029018e 100644 --- a/htdocs/cron/functions_cron.lib.php +++ b/htdocs/cron/functions_cron.lib.php @@ -13,15 +13,14 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** * \file cron/functions_cron.lib.php * \ingroup core * \brief Functions for miscellaneous cron tasks - * \version $Id$ + * \version $Id: functions_cron.lib.php,v 1.7 2011/07/31 23:50:56 eldy Exp $ */ diff --git a/htdocs/ecm/class/ecmdirectory.class.php b/htdocs/ecm/class/ecmdirectory.class.php index 4195d378c3d..8c50ef2a108 100644 --- a/htdocs/ecm/class/ecmdirectory.class.php +++ b/htdocs/ecm/class/ecmdirectory.class.php @@ -13,15 +13,14 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** * \file htdocs/ecm/class/ecmdirectory.class.php * \ingroup ecm * \brief This file is an example for a class file - * \version $Id$ + * \version $Id: ecmdirectory.class.php,v 1.13 2011/07/31 23:50:54 eldy Exp $ * \author Laurent Destailleur * \remarks Initialy built by build_class_from_table on 2008-02-24 19:24 */ diff --git a/htdocs/ecm/class/htmlecm.form.class.php b/htdocs/ecm/class/htmlecm.form.class.php index 736d204e231..9f1fcd83a03 100644 --- a/htdocs/ecm/class/htmlecm.form.class.php +++ b/htdocs/ecm/class/htmlecm.form.class.php @@ -12,14 +12,13 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** * \file htdocs/ecm/class/htmlecm.form.class.php * \brief Fichier de la classe des fonctions predefinie de composants html - * \version $Id$ + * \version $Id: htmlecm.form.class.php,v 1.4 2011/07/31 23:50:55 eldy Exp $ */ require_once(DOL_DOCUMENT_ROOT."/ecm/class/ecmdirectory.class.php"); diff --git a/htdocs/ecm/docdir.php b/htdocs/ecm/docdir.php index de2511b4cac..97eabe7333c 100644 --- a/htdocs/ecm/docdir.php +++ b/htdocs/ecm/docdir.php @@ -13,15 +13,14 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** * \file htdocs/ecm/docdir.php * \ingroup ecm * \brief Main page for ECM section area - * \version $Id$ + * \version $Id: docdir.php,v 1.23 2011/07/31 23:50:55 eldy Exp $ * \author Laurent Destailleur */ @@ -231,5 +230,5 @@ if (! $_GET["action"] || $_GET["action"] == 'delete_section') // End of page $db->close(); -llxFooter('$Date$ - $Revision$'); +llxFooter('$Date: 2011/07/31 23:50:55 $ - $Revision: 1.23 $'); ?> diff --git a/htdocs/ecm/docfile.php b/htdocs/ecm/docfile.php index 7f80ebeb1f1..786090a9fba 100644 --- a/htdocs/ecm/docfile.php +++ b/htdocs/ecm/docfile.php @@ -12,15 +12,14 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** * \file htdocs/ecm/docfile.php * \ingroup ecm * \brief Card of a file for ECM module - * \version $Id$ + * \version $Id: docfile.php,v 1.19 2011/07/31 23:50:55 eldy Exp $ * \author Laurent Destailleur */ @@ -285,5 +284,5 @@ if ($_GET["action"] != 'edit') // End of page $db->close(); -llxFooter('$Date$ - $Revision$'); +llxFooter('$Date: 2011/07/31 23:50:55 $ - $Revision: 1.19 $'); ?> diff --git a/htdocs/ecm/docmine.php b/htdocs/ecm/docmine.php index 7160973422d..295c8d2ec0f 100644 --- a/htdocs/ecm/docmine.php +++ b/htdocs/ecm/docmine.php @@ -12,8 +12,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ @@ -21,7 +20,7 @@ * \file htdocs/ecm/docmine.php * \ingroup ecm * \brief Card of a directory for ECM module - * \version $Id: docmine.php,v 1.46 2011/07/06 20:56:50 eldy Exp $ + * \version $Id: docmine.php,v 1.47 2011/07/31 23:50:56 eldy Exp $ * \author Laurent Destailleur */ @@ -379,5 +378,5 @@ if ($user->rights->ecm->read) // End of page $db->close(); -llxFooter('$Date: 2011/07/06 20:56:50 $ - $Revision: 1.46 $'); +llxFooter('$Date: 2011/07/31 23:50:56 $ - $Revision: 1.47 $'); ?> diff --git a/htdocs/ecm/index.php b/htdocs/ecm/index.php index 25a5c6a0d9f..13b1dad5fe0 100644 --- a/htdocs/ecm/index.php +++ b/htdocs/ecm/index.php @@ -13,15 +13,14 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** * \file htdocs/ecm/index.php * \ingroup ecm * \brief Main page for ECM section area - * \version $Id: index.php,v 1.102 2011/07/18 01:44:15 eldy Exp $ + * \version $Id: index.php,v 1.103 2011/07/31 23:50:55 eldy Exp $ * \author Laurent Destailleur */ @@ -889,5 +888,5 @@ else // End of page $db->close(); -llxFooter('$Date: 2011/07/18 01:44:15 $ - $Revision: 1.102 $'); +llxFooter('$Date: 2011/07/31 23:50:55 $ - $Revision: 1.103 $'); ?> diff --git a/htdocs/ecm/search.php b/htdocs/ecm/search.php index 432b9ad7325..7f28533a77a 100644 --- a/htdocs/ecm/search.php +++ b/htdocs/ecm/search.php @@ -13,15 +13,14 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** * \file htdocs/ecm/index.php * \ingroup ecm * \brief Main page for ECM section area - * \version $Id: search.php,v 1.18 2011/07/06 20:56:50 eldy Exp $ + * \version $Id: search.php,v 1.19 2011/07/31 23:50:55 eldy Exp $ * \author Laurent Destailleur */ @@ -214,5 +213,5 @@ print '
'; // End of page $db->close(); -llxFooter('$Date: 2011/07/06 20:56:50 $ - $Revision: 1.18 $'); +llxFooter('$Date: 2011/07/31 23:50:55 $ - $Revision: 1.19 $'); ?> diff --git a/htdocs/expedition/class/expeditionstats.class.php b/htdocs/expedition/class/expeditionstats.class.php index d7bf1e9dd7a..07b8bdd79e5 100644 --- a/htdocs/expedition/class/expeditionstats.class.php +++ b/htdocs/expedition/class/expeditionstats.class.php @@ -13,15 +13,14 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** * \file htdocs/expedition/class/expeditionstats.class.php * \ingroup expedition * \brief Fichier des classes expedition - * \version $Id: expeditionstats.class.php,v 1.4 2011/07/04 10:30:01 eldy Exp $ + * \version $Id: expeditionstats.class.php,v 1.5 2011/07/31 23:50:54 eldy Exp $ */ /** diff --git a/htdocs/expedition/index.php b/htdocs/expedition/index.php index 7b2e688f114..c0510ca265b 100644 --- a/htdocs/expedition/index.php +++ b/htdocs/expedition/index.php @@ -14,15 +14,14 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** * \file htdocs/expedition/index.php * \ingroup expedition * \brief Home page of shipping area. - * \version $Id$ + * \version $Id: index.php,v 1.52 2011/07/31 23:50:53 eldy Exp $ */ require("../main.inc.php"); @@ -284,6 +283,6 @@ print '
'; $db->close(); -llxFooter('$Date$ - $Revision$'); +llxFooter('$Date: 2011/07/31 23:50:53 $ - $Revision: 1.52 $'); ?> diff --git a/htdocs/expedition/liste.php b/htdocs/expedition/liste.php index b2d8752f534..370174cfdce 100644 --- a/htdocs/expedition/liste.php +++ b/htdocs/expedition/liste.php @@ -14,15 +14,14 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** * \file htdocs/expedition/liste.php * \ingroup expedition * \brief Page to list all shipments - * \version $Id$ + * \version $Id: liste.php,v 1.60 2011/07/31 23:50:53 eldy Exp $ */ require("../main.inc.php"); @@ -158,5 +157,5 @@ else $db->close(); -llxFooter('$Date$ - $Revision$'); +llxFooter('$Date: 2011/07/31 23:50:53 $ - $Revision: 1.60 $'); ?> diff --git a/htdocs/expedition/shipment.php b/htdocs/expedition/shipment.php index dffd2222e98..6cfa547028c 100644 --- a/htdocs/expedition/shipment.php +++ b/htdocs/expedition/shipment.php @@ -14,8 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ // Code identique a /expedition/fiche.php @@ -23,7 +22,7 @@ /** * \file htdocs/expedition/shipment.php * \ingroup expedition - * \version $Id$ + * \version $Id: shipment.php,v 1.30 2011/07/31 23:50:53 eldy Exp $ */ require("../main.inc.php"); @@ -668,5 +667,5 @@ if ($id > 0 || ! empty($ref)) $db->close(); -llxFooter('$Date$ - $Revision$'); +llxFooter('$Date: 2011/07/31 23:50:53 $ - $Revision: 1.30 $'); ?> diff --git a/htdocs/expedition/stats/index.php b/htdocs/expedition/stats/index.php index 314ec314762..a0fe9614ccc 100644 --- a/htdocs/expedition/stats/index.php +++ b/htdocs/expedition/stats/index.php @@ -14,15 +14,14 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** * \file htdocs/expedition/stats/index.php * \ingroup expedition * \brief Page des stats expeditions - * \version $Id$ + * \version $Id: index.php,v 1.13 2011/07/31 23:50:55 eldy Exp $ */ require("../../main.inc.php"); @@ -68,5 +67,5 @@ print ''.$langs->trans("StatsOnShipmentsOnlyValidated").''; $db->close(); -llxFooter('$Date$ - $Revision$'); +llxFooter('$Date: 2011/07/31 23:50:55 $ - $Revision: 1.13 $'); ?> diff --git a/htdocs/expedition/stats/month.php b/htdocs/expedition/stats/month.php index 703865b64d8..0b30aacf3cf 100644 --- a/htdocs/expedition/stats/month.php +++ b/htdocs/expedition/stats/month.php @@ -13,15 +13,14 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** * \file htdocs/expedition/stats/month.php * \ingroup commande * \brief Page des stats expeditions par mois - * \version $Id$ + * \version $Id: month.php,v 1.17 2011/07/31 23:50:55 eldy Exp $ */ require("../../main.inc.php"); @@ -71,5 +70,5 @@ print ''; $db->close(); -llxFooter('$Date$ - $Revision$'); +llxFooter('$Date: 2011/07/31 23:50:55 $ - $Revision: 1.17 $'); ?> diff --git a/htdocs/exports/class/export.class.php b/htdocs/exports/class/export.class.php index f487f9c7ac3..60332674b40 100644 --- a/htdocs/exports/class/export.class.php +++ b/htdocs/exports/class/export.class.php @@ -13,15 +13,14 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** * \file htdocs/exports/class/export.class.php * \ingroup export * \brief File of class to manage exports - * \version $Id: export.class.php,v 1.11 2011/07/20 19:03:34 eldy Exp $ + * \version $Id: export.class.php,v 1.12 2011/07/31 23:50:57 eldy Exp $ */ diff --git a/htdocs/exports/export.php b/htdocs/exports/export.php index 257fd1d2732..3628336c655 100644 --- a/htdocs/exports/export.php +++ b/htdocs/exports/export.php @@ -13,15 +13,14 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** * \file htdocs/exports/export.php * \ingroup export * \brief Pages of export Wizard - * \version $Id$ + * \version $Id: export.php,v 1.83 2011/07/31 23:50:55 eldy Exp $ */ require_once("../main.inc.php"); @@ -808,7 +807,7 @@ print '
'; $db->close(); -llxFooter('$Date$ - $Revision$'); +llxFooter('$Date: 2011/07/31 23:50:55 $ - $Revision: 1.83 $'); /** diff --git a/htdocs/exports/index.php b/htdocs/exports/index.php index 7e56e9f1070..842369e96aa 100644 --- a/htdocs/exports/index.php +++ b/htdocs/exports/index.php @@ -12,15 +12,14 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** * \file htdocs/exports/index.php * \ingroup export * \brief Home page of export tools - * \version $Id$ + * \version $Id: index.php,v 1.31 2011/07/31 23:50:55 eldy Exp $ */ require_once("../main.inc.php"); @@ -149,5 +148,5 @@ print ''; $db->close(); -llxFooter('$Date$ - $Revision$'); +llxFooter('$Date: 2011/07/31 23:50:55 $ - $Revision: 1.31 $'); ?> diff --git a/htdocs/externalsite/admin/externalsite.php b/htdocs/externalsite/admin/externalsite.php index 563584e1db6..5471f64cc1a 100644 --- a/htdocs/externalsite/admin/externalsite.php +++ b/htdocs/externalsite/admin/externalsite.php @@ -16,15 +16,14 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** * \file htdocs/externalsite/admin/externalsite.php * \ingroup externalsite * \brief Page de configuration du module externalsite - * \version $Id$ + * \version $Id: externalsite.php,v 1.4 2011/07/31 23:50:53 eldy Exp $ */ require("../../main.inc.php"); @@ -116,5 +115,5 @@ if ($mesg) print "
$mesg
"; $db->close(); -llxFooter('$Date$ - $Revision$'); +llxFooter('$Date: 2011/07/31 23:50:53 $ - $Revision: 1.4 $'); ?> diff --git a/htdocs/externalsite/frames.php b/htdocs/externalsite/frames.php index a826416cd52..9839079b478 100644 --- a/htdocs/externalsite/frames.php +++ b/htdocs/externalsite/frames.php @@ -12,17 +12,16 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . * - * $Id$ + * $Id: frames.php,v 1.10 2011/07/31 23:50:56 eldy Exp $ */ /** \file htdocs/externalsite/frames.php \ingroup externalsite \brief Page that build two frames: One for menu, the other for the target page to show \author Laurent Destailleur - \version $Revision$ + \version $Revision: 1.10 $ */ require("../main.inc.php"); @@ -33,7 +32,7 @@ if (empty($conf->global->EXTERNALSITE_URL)) { llxHeader(); print '
Module ExternalSite was not configured properly.
'; - llxFooter('$Date$ - $Revision$'); + llxFooter('$Date: 2011/07/31 23:50:56 $ - $Revision: 1.10 $'); } $mainmenu=GETPOST('mainmenu'); diff --git a/htdocs/externalsite/frametop.php b/htdocs/externalsite/frametop.php index 9cd532fde75..bb1c1e371b3 100644 --- a/htdocs/externalsite/frametop.php +++ b/htdocs/externalsite/frametop.php @@ -13,15 +13,14 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** * \file htdocs/externalsite/frametop.php * \ingroup externalsite * \brief Top frame to show external web application - * \version $Id$ + * \version $Id: frametop.php,v 1.5 2011/07/31 23:50:56 eldy Exp $ */ require ("../main.inc.php"); diff --git a/htdocs/fichinter/apercu.php b/htdocs/fichinter/apercu.php index fbef251823d..3f2cd4d4f6c 100644 --- a/htdocs/fichinter/apercu.php +++ b/htdocs/fichinter/apercu.php @@ -14,15 +14,14 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** * \file htdocs/fichinter/apercu.php * \ingroup fichinter * \brief Page de l'onglet apercu d'une fiche d'intervention - * \version $Id$ + * \version $Id: apercu.php,v 1.25 2011/07/31 23:50:54 eldy Exp $ */ require("../main.inc.php"); @@ -187,5 +186,5 @@ print ''; $db->close(); -llxFooter('$Date$ - $Revision$'); +llxFooter('$Date: 2011/07/31 23:50:54 $ - $Revision: 1.25 $'); ?> diff --git a/htdocs/fichinter/class/fichinter.class.php b/htdocs/fichinter/class/fichinter.class.php index 38d6edf913f..a3e521605f6 100644 --- a/htdocs/fichinter/class/fichinter.class.php +++ b/htdocs/fichinter/class/fichinter.class.php @@ -15,14 +15,13 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** \file htdocs/fichinter/class/fichinter.class.php * \ingroup ficheinter * \brief Fichier de la classe des gestion des fiches interventions - * \version $Id: fichinter.class.php,v 1.21 2011/07/10 13:48:25 eldy Exp $ + * \version $Id: fichinter.class.php,v 1.22 2011/07/31 23:50:56 eldy Exp $ */ require_once(DOL_DOCUMENT_ROOT ."/core/class/commonobject.class.php"); diff --git a/htdocs/fichinter/contact.php b/htdocs/fichinter/contact.php index 0ea01a46ee6..70ef5471413 100644 --- a/htdocs/fichinter/contact.php +++ b/htdocs/fichinter/contact.php @@ -13,15 +13,14 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** * \file htdocs/fichinter/contact.php * \ingroup fichinter * \brief Onglet de gestion des contacts de fiche d'intervention - * \version $Id$ + * \version $Id: contact.php,v 1.30 2011/07/31 23:50:54 eldy Exp $ */ require("../main.inc.php"); @@ -385,5 +384,5 @@ if ($id > 0) $db->close(); -llxFooter('$Date$'); +llxFooter('$Date: 2011/07/31 23:50:54 $'); ?> \ No newline at end of file diff --git a/htdocs/fichinter/document.php b/htdocs/fichinter/document.php index 3c5aaa99a6b..be86df09251 100644 --- a/htdocs/fichinter/document.php +++ b/htdocs/fichinter/document.php @@ -17,15 +17,14 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** * \file htdocs/fichinter/document.php * \ingroup fichinter * \brief Page des documents joints sur les contrats - * \version $Id: document.php,v 1.21 2011/07/06 20:56:50 eldy Exp $ + * \version $Id: document.php,v 1.22 2011/07/31 23:50:54 eldy Exp $ */ require("../main.inc.php"); @@ -174,5 +173,5 @@ else $db->close(); -llxFooter('$Date: 2011/07/06 20:56:50 $ - $Revision: 1.21 $'); +llxFooter('$Date: 2011/07/31 23:50:54 $ - $Revision: 1.22 $'); ?> diff --git a/htdocs/fichinter/fiche.php b/htdocs/fichinter/fiche.php index 1035801aa60..53045359d42 100644 --- a/htdocs/fichinter/fiche.php +++ b/htdocs/fichinter/fiche.php @@ -15,15 +15,14 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** * \file htdocs/fichinter/fiche.php * \brief Fichier fiche intervention * \ingroup ficheinter - * \version $Id: fiche.php,v 1.172 2011/07/18 03:04:48 eldy Exp $ + * \version $Id: fiche.php,v 1.173 2011/07/31 23:50:53 eldy Exp $ */ require("../main.inc.php"); @@ -1219,5 +1218,5 @@ elseif ($fichinterid) $db->close(); -llxFooter('$Date: 2011/07/18 03:04:48 $ - $Revision: 1.172 $'); +llxFooter('$Date: 2011/07/31 23:50:53 $ - $Revision: 1.173 $'); ?> diff --git a/htdocs/fichinter/index.php b/htdocs/fichinter/index.php index 9afa9447bb9..b42bb00a22b 100644 --- a/htdocs/fichinter/index.php +++ b/htdocs/fichinter/index.php @@ -15,15 +15,14 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** * \file htdocs/fichinter/index.php * \brief List of all interventions * \ingroup ficheinter - * \version $Id: index.php,v 1.65 2011/07/02 16:48:32 eldy Exp $ + * \version $Id: index.php,v 1.66 2011/07/31 23:50:54 eldy Exp $ */ require("../main.inc.php"); @@ -173,5 +172,5 @@ else $db->close(); -llxFooter('$Date: 2011/07/02 16:48:32 $ - $Revision: 1.65 $'); +llxFooter('$Date: 2011/07/31 23:50:54 $ - $Revision: 1.66 $'); ?> diff --git a/htdocs/fichinter/info.php b/htdocs/fichinter/info.php index 3e63f0c0afc..a831c22c95e 100644 --- a/htdocs/fichinter/info.php +++ b/htdocs/fichinter/info.php @@ -14,15 +14,14 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** * \file htdocs/fichinter/info.php * \ingroup fichinter * \brief Page d'affichage des infos d'une fiche d'intervention - * \version $Id: info.php,v 1.14 2011/07/02 17:33:24 eldy Exp $ + * \version $Id: info.php,v 1.15 2011/07/31 23:50:54 eldy Exp $ */ require("../main.inc.php"); @@ -65,5 +64,5 @@ print ''; $db->close(); -llxFooter('$Date: 2011/07/02 17:33:24 $ - $Revision: 1.14 $'); +llxFooter('$Date: 2011/07/31 23:50:54 $ - $Revision: 1.15 $'); ?> diff --git a/htdocs/fichinter/note.php b/htdocs/fichinter/note.php index c30d20359d9..7304ba6b111 100644 --- a/htdocs/fichinter/note.php +++ b/htdocs/fichinter/note.php @@ -13,15 +13,14 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** * \file htdocs/fichinter/note.php * \ingroup fichinter * \brief Fiche d'information sur une fiche d'intervention - * \version $Id: note.php,v 1.18 2011/07/02 17:33:24 eldy Exp $ + * \version $Id: note.php,v 1.19 2011/07/31 23:50:54 eldy Exp $ */ require("../main.inc.php"); @@ -168,5 +167,5 @@ if ($fichinterid) } } $db->close(); -llxFooter('$Date: 2011/07/02 17:33:24 $ - $Revision: 1.15 '); +llxFooter('$Date: 2011/07/31 23:50:54 $ - $Revision: 1.15 '); ?> diff --git a/htdocs/fichinter/rapport.php b/htdocs/fichinter/rapport.php index 88c3666c40b..d0d4273da6d 100644 --- a/htdocs/fichinter/rapport.php +++ b/htdocs/fichinter/rapport.php @@ -14,10 +14,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . * - * $Id: rapport.php,v 1.25 2011/07/02 17:33:24 eldy Exp $ + * $Id: rapport.php,v 1.26 2011/07/31 23:50:54 eldy Exp $ */ require("../main.inc.php"); @@ -144,5 +143,5 @@ else } $db->close(); -llxFooter("$Date: 2011/07/02 17:33:24 $ - $Revision: 1.25 $"); +llxFooter("$Date: 2011/07/31 23:50:54 $ - $Revision: 1.26 $"); ?> diff --git a/htdocs/fichinter/tpl/linkedobjectblock.tpl.php b/htdocs/fichinter/tpl/linkedobjectblock.tpl.php index 193e9eaf838..71c2a006abb 100755 --- a/htdocs/fichinter/tpl/linkedobjectblock.tpl.php +++ b/htdocs/fichinter/tpl/linkedobjectblock.tpl.php @@ -12,10 +12,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . * - * $Id: linkedobjectblock.tpl.php,v 1.1 2011/07/01 16:24:44 simnandez Exp $ + * $Id: linkedobjectblock.tpl.php,v 1.2 2011/07/31 23:50:56 eldy Exp $ */ ?> diff --git a/htdocs/fourn/class/fournisseur.class.php b/htdocs/fourn/class/fournisseur.class.php index 0a6d25e6674..94330683cba 100644 --- a/htdocs/fourn/class/fournisseur.class.php +++ b/htdocs/fourn/class/fournisseur.class.php @@ -14,15 +14,14 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** * \file htdocs/fourn/class/fournisseur.class.php * \ingroup fournisseur,societe * \brief File of class to manage suppliers - * \version $Id$ + * \version $Id: fournisseur.class.php,v 1.8 2011/07/31 23:57:02 eldy Exp $ */ require_once(DOL_DOCUMENT_ROOT."/societe/class/societe.class.php"); require_once(DOL_DOCUMENT_ROOT."/fourn/class/fournisseur.commande.class.php"); diff --git a/htdocs/fourn/class/fournisseur.commande.class.php b/htdocs/fourn/class/fournisseur.commande.class.php index 5b8405499d7..32688756d8e 100644 --- a/htdocs/fourn/class/fournisseur.commande.class.php +++ b/htdocs/fourn/class/fournisseur.commande.class.php @@ -17,15 +17,14 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** * \file htdocs/fourn/class/fournisseur.commande.class.php * \ingroup fournisseur,commande * \brief File of class to manage suppliers orders - * \version $Id: fournisseur.commande.class.php,v 1.47 2011/07/04 09:36:29 eldy Exp $ + * \version $Id: fournisseur.commande.class.php,v 1.48 2011/07/31 23:57:02 eldy Exp $ */ require_once(DOL_DOCUMENT_ROOT."/product/class/product.class.php"); diff --git a/htdocs/fourn/class/fournisseur.facture.class.php b/htdocs/fourn/class/fournisseur.facture.class.php index 34e8e9d4e26..fe4ead64927 100644 --- a/htdocs/fourn/class/fournisseur.facture.class.php +++ b/htdocs/fourn/class/fournisseur.facture.class.php @@ -17,15 +17,14 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** * \file htdocs/fourn/class/fournisseur.facture.class.php * \ingroup fournisseur,facture * \brief File of class to manage suppliers invoices - * \version $Id$ + * \version $Id: fournisseur.facture.class.php,v 1.35 2011/07/31 23:57:02 eldy Exp $ */ include_once(DOL_DOCUMENT_ROOT."/compta/facture/class/facture.class.php"); diff --git a/htdocs/fourn/class/fournisseur.product.class.php b/htdocs/fourn/class/fournisseur.product.class.php index 58794a7c3f5..ee4cbef9ede 100644 --- a/htdocs/fourn/class/fournisseur.product.class.php +++ b/htdocs/fourn/class/fournisseur.product.class.php @@ -14,15 +14,14 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** * \file htdocs/fourn/class/fournisseur.product.class.php * \ingroup produit * \brief File of class to manage predefined suppliers products - * \version $Id$ + * \version $Id: fournisseur.product.class.php,v 1.7 2011/07/31 23:57:02 eldy Exp $ */ require_once DOL_DOCUMENT_ROOT."/product/class/product.class.php"; diff --git a/htdocs/fourn/class/paiementfourn.class.php b/htdocs/fourn/class/paiementfourn.class.php index 9070c567018..1a5129f2977 100644 --- a/htdocs/fourn/class/paiementfourn.class.php +++ b/htdocs/fourn/class/paiementfourn.class.php @@ -15,15 +15,14 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** * \file htdocs/fourn/class/paiementfourn.class.php * \ingroup fournisseur, facture * \brief File of class to manage payments of suppliers invoices - * \version $Id$ + * \version $Id: paiementfourn.class.php,v 1.7 2011/07/31 23:57:02 eldy Exp $ */ require_once(DOL_DOCUMENT_ROOT.'/compta/bank/class/account.class.php'); require_once(DOL_DOCUMENT_ROOT.'/compta/paiement/class/paiement.class.php'); diff --git a/htdocs/fourn/commande/contact.php b/htdocs/fourn/commande/contact.php index 5caad39fd0b..8acd2588831 100644 --- a/htdocs/fourn/commande/contact.php +++ b/htdocs/fourn/commande/contact.php @@ -14,15 +14,14 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** * \file htdocs/fourn/commande/contact.php * \ingroup commande * \brief Onglet de gestion des contacts de commande - * \version $Id$ + * \version $Id: contact.php,v 1.20 2011/07/31 23:57:02 eldy Exp $ */ require("../../main.inc.php"); @@ -393,5 +392,5 @@ if ($id > 0 || ! empty($ref)) $db->close(); -llxFooter('$Date$'); +llxFooter('$Date: 2011/07/31 23:57:02 $'); ?> \ No newline at end of file diff --git a/htdocs/fourn/commande/document.php b/htdocs/fourn/commande/document.php index e17f9f3684d..45bb379a21a 100644 --- a/htdocs/fourn/commande/document.php +++ b/htdocs/fourn/commande/document.php @@ -15,15 +15,14 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** * \file htdocs/fourn/commande/document.php * \ingroup supplier * \brief Page de gestion des documents attachees a une commande fournisseur - * \version $Id: document.php,v 1.23 2011/07/06 20:56:50 eldy Exp $ + * \version $Id: document.php,v 1.24 2011/07/31 23:57:02 eldy Exp $ */ require("../../main.inc.php"); @@ -217,5 +216,5 @@ else $db->close(); -llxFooter('$Date: 2011/07/06 20:56:50 $ - $Revision: 1.23 $'); +llxFooter('$Date: 2011/07/31 23:57:02 $ - $Revision: 1.24 $'); ?> diff --git a/htdocs/fourn/commande/history.php b/htdocs/fourn/commande/history.php index 066332e726b..705b5ae1d64 100644 --- a/htdocs/fourn/commande/history.php +++ b/htdocs/fourn/commande/history.php @@ -14,15 +14,14 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** * \file htdocs/fourn/commande/history.php * \ingroup commande * \brief Fiche commande - * \version $Id$ + * \version $Id: history.php,v 1.36 2011/07/31 23:57:02 eldy Exp $ */ require("../../main.inc.php"); @@ -188,5 +187,5 @@ if ($id > 0 || ! empty($ref)) $db->close(); -llxFooter('$Date$ - $Revision$'); +llxFooter('$Date: 2011/07/31 23:57:02 $ - $Revision: 1.36 $'); ?> diff --git a/htdocs/fourn/commande/index.php b/htdocs/fourn/commande/index.php index ad02cd337c0..62c5acf67be 100644 --- a/htdocs/fourn/commande/index.php +++ b/htdocs/fourn/commande/index.php @@ -14,15 +14,14 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** * \file htdocs/fourn/commande/index.php * \ingroup commande * \brief Page accueil commandes fournisseurs - * \version $Revision$ + * \version $Revision: 1.43 $ */ require("../../main.inc.php"); @@ -388,5 +387,5 @@ print ''; $db->close(); -llxFooter('$Date$ - $Revision$'); +llxFooter('$Date: 2011/07/31 23:57:02 $ - $Revision: 1.43 $'); ?> diff --git a/htdocs/fourn/commande/liste.php b/htdocs/fourn/commande/liste.php index 3d4b4bacf9f..f85c82ad13a 100644 --- a/htdocs/fourn/commande/liste.php +++ b/htdocs/fourn/commande/liste.php @@ -14,15 +14,14 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** * \file htdocs/fourn/commande/liste.php * \ingroup fournisseur * \brief List of suppliers orders - * \version $Id$ + * \version $Id: liste.php,v 1.42 2011/07/31 23:57:02 eldy Exp $ */ require("../../main.inc.php"); @@ -204,5 +203,5 @@ else $db->close(); -llxFooter('$Date$ - $Revision$'); +llxFooter('$Date: 2011/07/31 23:57:02 $ - $Revision: 1.42 $'); ?> diff --git a/htdocs/fourn/commande/note.php b/htdocs/fourn/commande/note.php index 7f264d4f09b..92904fcc408 100644 --- a/htdocs/fourn/commande/note.php +++ b/htdocs/fourn/commande/note.php @@ -14,15 +14,14 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** * \file htdocs/fourn/commande/note.php * \ingroup commande * \brief Fiche note commande - * \version $Id$ + * \version $Id: note.php,v 1.38 2011/07/31 23:57:01 eldy Exp $ */ require("../../main.inc.php"); @@ -180,5 +179,5 @@ if ($id > 0 || ! empty($ref)) $db->close(); -llxFooter('$Date$ - $Revision$'); +llxFooter('$Date: 2011/07/31 23:57:01 $ - $Revision: 1.38 $'); ?> diff --git a/htdocs/fourn/commande/tpl/linkedobjectblock.tpl.php b/htdocs/fourn/commande/tpl/linkedobjectblock.tpl.php index 88ba9c25132..15e1bd935fd 100755 --- a/htdocs/fourn/commande/tpl/linkedobjectblock.tpl.php +++ b/htdocs/fourn/commande/tpl/linkedobjectblock.tpl.php @@ -12,10 +12,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . * - * $Id$ + * $Id: linkedobjectblock.tpl.php,v 1.4 2011/07/31 23:57:01 eldy Exp $ */ ?> diff --git a/htdocs/fourn/contact.php b/htdocs/fourn/contact.php index 12c2e68941a..85bb31baed9 100644 --- a/htdocs/fourn/contact.php +++ b/htdocs/fourn/contact.php @@ -14,15 +14,14 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** * \file htdocs/fourn/contact.php * \ingroup fournisseur * \brief Liste des contacts fournisseurs - * \version $Id$ + * \version $Id: contact.php,v 1.34 2011/07/31 23:57:03 eldy Exp $ */ require("../main.inc.php"); @@ -131,5 +130,5 @@ else $db->close(); -llxFooter('$Date$ - $Revision$'); +llxFooter('$Date: 2011/07/31 23:57:03 $ - $Revision: 1.34 $'); ?> diff --git a/htdocs/fourn/facture/contact.php b/htdocs/fourn/facture/contact.php index 9fcd533b320..5db344bba6d 100644 --- a/htdocs/fourn/facture/contact.php +++ b/htdocs/fourn/facture/contact.php @@ -14,15 +14,14 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** * \file htdocs/fourn/facture/contact.php * \ingroup facture, fournisseur * \brief Onglet de gestion des contacts des factures - * \version $Id$ + * \version $Id: contact.php,v 1.27 2011/07/31 23:57:01 eldy Exp $ */ require("../../main.inc.php"); @@ -385,5 +384,5 @@ if ($id > 0) $db->close(); -llxFooter('$Date$'); +llxFooter('$Date: 2011/07/31 23:57:01 $'); ?> \ No newline at end of file diff --git a/htdocs/fourn/facture/document.php b/htdocs/fourn/facture/document.php index b74544c401f..176557550bd 100644 --- a/htdocs/fourn/facture/document.php +++ b/htdocs/fourn/facture/document.php @@ -15,15 +15,14 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** * \file htdocs/fourn/facture/document.php * \ingroup facture, fournisseur * \brief Page de gestion des documents attachees a une facture fournisseur - * \version $Id: document.php,v 1.45 2011/07/06 20:56:48 eldy Exp $ + * \version $Id: document.php,v 1.46 2011/07/31 23:57:01 eldy Exp $ */ require("../../main.inc.php"); @@ -196,5 +195,5 @@ else $db->close(); -llxFooter('$Date: 2011/07/06 20:56:48 $ - $Revision: 1.45 $'); +llxFooter('$Date: 2011/07/31 23:57:01 $ - $Revision: 1.46 $'); ?> diff --git a/htdocs/fourn/facture/fiche.php b/htdocs/fourn/facture/fiche.php index e2821a326ab..2997c99350a 100644 --- a/htdocs/fourn/facture/fiche.php +++ b/htdocs/fourn/facture/fiche.php @@ -17,15 +17,14 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** * \file htdocs/fourn/facture/fiche.php * \ingroup facture, fournisseur * \brief Page for supplier invoice card (view, edit, validate) - * \version $Id: fiche.php,v 1.261 2011/07/10 20:03:39 eldy Exp $ + * \version $Id: fiche.php,v 1.262 2011/07/31 23:57:00 eldy Exp $ */ require("../../main.inc.php"); @@ -1916,5 +1915,5 @@ else $db->close(); -llxFooter('$Date: 2011/07/10 20:03:39 $ - $Revision: 1.261 $'); +llxFooter('$Date: 2011/07/31 23:57:00 $ - $Revision: 1.262 $'); ?> diff --git a/htdocs/fourn/facture/impayees.php b/htdocs/fourn/facture/impayees.php index b0a4d8fdba1..422f1b6bddc 100644 --- a/htdocs/fourn/facture/impayees.php +++ b/htdocs/fourn/facture/impayees.php @@ -14,15 +14,14 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** * \file htdocs/fourn/facture/impayees.php * \ingroup facture * \brief Page to list all unpaid invoices - * \version $Id$ + * \version $Id: impayees.php,v 1.25 2011/07/31 23:57:01 eldy Exp $ */ require("../../main.inc.php"); @@ -265,5 +264,5 @@ if ($user->rights->fournisseur->facture->lire) $db->close(); -llxFooter('$Date$ - $Revision$'); +llxFooter('$Date: 2011/07/31 23:57:01 $ - $Revision: 1.25 $'); ?> diff --git a/htdocs/fourn/facture/index.php b/htdocs/fourn/facture/index.php index 5d753e8e01d..67053cd27dd 100644 --- a/htdocs/fourn/facture/index.php +++ b/htdocs/fourn/facture/index.php @@ -14,15 +14,14 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** * \file htdocs/fourn/facture/index.php * \ingroup fournisseur,facture * \brief List of suppliers invoices - * \version $Id: index.php,v 1.84 2011/07/13 13:10:51 eldy Exp $ + * \version $Id: index.php,v 1.85 2011/07/31 23:57:01 eldy Exp $ */ require("../../main.inc.php"); @@ -293,5 +292,5 @@ else $db->close(); -llxFooter('$Date: 2011/07/13 13:10:51 $ - $Revision: 1.84 $'); +llxFooter('$Date: 2011/07/31 23:57:01 $ - $Revision: 1.85 $'); ?> diff --git a/htdocs/fourn/facture/info.php b/htdocs/fourn/facture/info.php index c8a39b7de9a..ec06455a435 100644 --- a/htdocs/fourn/facture/info.php +++ b/htdocs/fourn/facture/info.php @@ -14,15 +14,14 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** * \file htdocs/fourn/facture/info.php * \ingroup facture, fournisseur * \brief Page des informations d'une facture fournisseur - * \version $Id$ + * \version $Id: info.php,v 1.14 2011/07/31 23:57:00 eldy Exp $ */ require("../../main.inc.php"); @@ -65,5 +64,5 @@ print ''; $db->close(); -llxFooter('$Date$ - $Revision$'); +llxFooter('$Date: 2011/07/31 23:57:00 $ - $Revision: 1.14 $'); ?> diff --git a/htdocs/fourn/facture/note.php b/htdocs/fourn/facture/note.php index 172a6ebf01b..56762614293 100644 --- a/htdocs/fourn/facture/note.php +++ b/htdocs/fourn/facture/note.php @@ -14,15 +14,14 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** * \file htdocs/fourn/facture/note.php * \ingroup facture * \brief Fiche de notes sur une facture fournisseur - * \version $Id$ + * \version $Id: note.php,v 1.22 2011/07/31 23:57:01 eldy Exp $ */ require("../../main.inc.php"); @@ -174,5 +173,5 @@ if ($_GET["facid"]) $db->close(); -llxFooter('$Date$ - $Revision$'); +llxFooter('$Date: 2011/07/31 23:57:01 $ - $Revision: 1.22 $'); ?> diff --git a/htdocs/fourn/facture/paiement.php b/htdocs/fourn/facture/paiement.php index 4d702718b8d..e5bd43ac84a 100644 --- a/htdocs/fourn/facture/paiement.php +++ b/htdocs/fourn/facture/paiement.php @@ -16,15 +16,14 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** * \file htdocs/fourn/facture/paiement.php * \ingroup fournisseur,facture * \brief Payment page for suppliers invoices - * \version $Id$ + * \version $Id: paiement.php,v 1.94 2011/07/31 23:57:01 eldy Exp $ */ require("../../main.inc.php"); @@ -488,5 +487,5 @@ if (! $_GET['action'] && ! $_POST['action']) $db->close(); -llxFooter('$Date$ - $Revision$'); +llxFooter('$Date: 2011/07/31 23:57:01 $ - $Revision: 1.94 $'); ?> diff --git a/htdocs/fourn/facture/tpl/linkedobjectblock.tpl.php b/htdocs/fourn/facture/tpl/linkedobjectblock.tpl.php index afa4d150875..7be74b211e0 100755 --- a/htdocs/fourn/facture/tpl/linkedobjectblock.tpl.php +++ b/htdocs/fourn/facture/tpl/linkedobjectblock.tpl.php @@ -12,10 +12,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . * - * $Id$ + * $Id: linkedobjectblock.tpl.php,v 1.4 2011/07/31 23:57:02 eldy Exp $ */ ?> diff --git a/htdocs/fourn/fiche.php b/htdocs/fourn/fiche.php index a8aa38a722e..3aff3a25300 100644 --- a/htdocs/fourn/fiche.php +++ b/htdocs/fourn/fiche.php @@ -16,15 +16,14 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** * \file htdocs/fourn/fiche.php * \ingroup fournisseur, facture * \brief Page for supplier third party card (view, edit) - * \version $Id$ + * \version $Id: fiche.php,v 1.140 2011/07/31 23:57:03 eldy Exp $ */ require("../main.inc.php"); @@ -421,5 +420,5 @@ else } $db->close(); -llxFooter('$Date$ - $Revision$'); +llxFooter('$Date: 2011/07/31 23:57:03 $ - $Revision: 1.140 $'); ?> diff --git a/htdocs/fourn/index.php b/htdocs/fourn/index.php index 648dd52723f..9ca804594aa 100644 --- a/htdocs/fourn/index.php +++ b/htdocs/fourn/index.php @@ -14,15 +14,14 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** * \file htdocs/fourn/index.php * \ingroup fournisseur * \brief Page accueil de la zone fournisseurs - * \version $Id$ + * \version $Id: index.php,v 1.68 2011/07/31 23:57:03 eldy Exp $ */ require("../main.inc.php"); @@ -321,5 +320,5 @@ print "\n"; $db->close(); -llxFooter('$Date$ - $Revision$'); +llxFooter('$Date: 2011/07/31 23:57:03 $ - $Revision: 1.68 $'); ?> diff --git a/htdocs/fourn/liste.php b/htdocs/fourn/liste.php index b8e61738d23..ed3d6fee215 100644 --- a/htdocs/fourn/liste.php +++ b/htdocs/fourn/liste.php @@ -15,15 +15,14 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** * \file htdocs/fourn/liste.php * \ingroup fournisseur * \brief Home page of supplier area - * \version $Id$ + * \version $Id: liste.php,v 1.30 2011/07/31 23:57:03 eldy Exp $ */ require("../main.inc.php"); @@ -201,5 +200,5 @@ else $db->close(); -llxFooter('$Date$ - $Revision$'); +llxFooter('$Date: 2011/07/31 23:57:03 $ - $Revision: 1.30 $'); ?> \ No newline at end of file diff --git a/htdocs/fourn/paiement/fiche.php b/htdocs/fourn/paiement/fiche.php index 9742d610a9c..375f5b73bf1 100644 --- a/htdocs/fourn/paiement/fiche.php +++ b/htdocs/fourn/paiement/fiche.php @@ -14,8 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** @@ -23,7 +22,7 @@ * \ingroup facture, fournisseur * \brief Tab to show a payment of a supplier invoice * \remarks Fichier presque identique a compta/paiement/fiche.php - * \version $Id$ + * \version $Id: fiche.php,v 1.34 2011/07/31 23:57:03 eldy Exp $ */ require("../../main.inc.php"); @@ -360,5 +359,5 @@ dol_fiche_end(); $db->close(); -llxFooter('$Date$ - $Revision$'); +llxFooter('$Date: 2011/07/31 23:57:03 $ - $Revision: 1.34 $'); ?> diff --git a/htdocs/fourn/paiement/info.php b/htdocs/fourn/paiement/info.php index d93d7d05c6d..10a6871c5e4 100644 --- a/htdocs/fourn/paiement/info.php +++ b/htdocs/fourn/paiement/info.php @@ -13,15 +13,14 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** * \file htdocs/fourn/paiement/info.php * \ingroup facture * \brief Onglet info d'un paiement fournisseur - * \version $Id$ + * \version $Id: info.php,v 1.11 2011/07/31 23:57:03 eldy Exp $ */ require("../../main.inc.php"); @@ -64,5 +63,5 @@ print ''; $db->close(); -llxFooter('$Date$ - $Revision$'); +llxFooter('$Date: 2011/07/31 23:57:03 $ - $Revision: 1.11 $'); ?> diff --git a/htdocs/fourn/product/categorie.php b/htdocs/fourn/product/categorie.php index 0bc20a79acc..2766e2ed3d2 100644 --- a/htdocs/fourn/product/categorie.php +++ b/htdocs/fourn/product/categorie.php @@ -14,15 +14,14 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** * \file htdocs/fourn/product/categorie.php * \ingroup product * \brief Page of products categories - * \version $Id$ + * \version $Id: categorie.php,v 1.18 2011/07/31 23:57:03 eldy Exp $ */ require("../../main.inc.php"); @@ -173,6 +172,6 @@ if ($_GET["id"]) $db->close(); -llxFooter("Dernière modification $Date$ révision $Revision$"); +llxFooter("Dernière modification $Date: 2011/07/31 23:57:03 $ révision $Revision: 1.18 $"); ?> diff --git a/htdocs/fourn/product/fourn.php b/htdocs/fourn/product/fourn.php index 1c188834d83..e35c41d7650 100644 --- a/htdocs/fourn/product/fourn.php +++ b/htdocs/fourn/product/fourn.php @@ -12,15 +12,14 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** * \file htdocs/fourn/product/fourn.php * \ingroup product * \brief Page de la fiche produit fournisseur - * \version $Id$ + * \version $Id: fourn.php,v 1.24 2011/07/31 23:57:03 eldy Exp $ */ require("../../main.inc.php"); @@ -216,6 +215,6 @@ else } $db->close(); -llxFooter("Dernière modification $Date$ révision $Revision$"); +llxFooter("Dernière modification $Date: 2011/07/31 23:57:03 $ révision $Revision: 1.24 $"); ?> diff --git a/htdocs/fourn/product/index.php b/htdocs/fourn/product/index.php index a66155d4051..800c43dd1d6 100644 --- a/htdocs/fourn/product/index.php +++ b/htdocs/fourn/product/index.php @@ -13,15 +13,14 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** \file htdocs/product/index.php \ingroup product \brief Page accueil des produits et services - \version $Id$ + \version $Id: index.php,v 1.15 2011/07/31 23:57:03 eldy Exp $ */ require("../../main.inc.php"); @@ -148,5 +147,5 @@ print ''; $db->close(); -llxFooter("Dernière modification $Date$ révision $Revision$"); +llxFooter("Dernière modification $Date: 2011/07/31 23:57:03 $ révision $Revision: 1.15 $"); ?> diff --git a/htdocs/fourn/product/liste.php b/htdocs/fourn/product/liste.php index a77cdcdea03..449cb08da28 100644 --- a/htdocs/fourn/product/liste.php +++ b/htdocs/fourn/product/liste.php @@ -15,15 +15,14 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** * \file htdocs/fourn/product/liste.php * \ingroup produit * \brief Page liste des produits ou services - * \version $Id$ + * \version $Id: liste.php,v 1.42 2011/07/31 23:57:03 eldy Exp $ */ require("../../main.inc.php"); @@ -260,5 +259,5 @@ else $db->close(); -llxFooter('$Date$ - $Revision$'); +llxFooter('$Date: 2011/07/31 23:57:03 $ - $Revision: 1.42 $'); ?> diff --git a/htdocs/fourn/product/photos.php b/htdocs/fourn/product/photos.php index 0fa452a3087..db9202cfbd0 100644 --- a/htdocs/fourn/product/photos.php +++ b/htdocs/fourn/product/photos.php @@ -13,15 +13,14 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** \file htdocs/fourn/product/photos.php \ingroup product \brief Page de la fiche produit - \version $Id$ + \version $Id: photos.php,v 1.28 2011/07/31 23:57:03 eldy Exp $ */ require("../../main.inc.php"); @@ -215,5 +214,5 @@ else $db->close(); -llxFooter('$Date$ - $Revision$'); +llxFooter('$Date: 2011/07/31 23:57:03 $ - $Revision: 1.28 $'); ?> diff --git a/htdocs/fourn/recap-fourn.php b/htdocs/fourn/recap-fourn.php index a18803829f6..89d12d91a44 100644 --- a/htdocs/fourn/recap-fourn.php +++ b/htdocs/fourn/recap-fourn.php @@ -13,15 +13,14 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** * \file htdocs/fourn/recap-fourn.php * \ingroup fournisseur * \brief Page de fiche recap fournisseur - * \version $Id$ + * \version $Id: recap-fourn.php,v 1.15 2011/07/31 23:57:03 eldy Exp $ */ require("../main.inc.php"); @@ -218,5 +217,5 @@ else $db->close(); -llxFooter('$Date$ - $Revision$'); +llxFooter('$Date: 2011/07/31 23:57:03 $ - $Revision: 1.15 $'); ?> diff --git a/htdocs/ftp/admin/ftpclient.php b/htdocs/ftp/admin/ftpclient.php index 4825fc52e5d..4fa6c04ce54 100644 --- a/htdocs/ftp/admin/ftpclient.php +++ b/htdocs/ftp/admin/ftpclient.php @@ -12,15 +12,14 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** * \file htdocs/ftp/admin/ftpclient.php * \ingroup ftp * \brief Admin page to setup FTP client module - * \version $Id$ + * \version $Id: ftpclient.php,v 1.5 2011/08/01 00:01:01 eldy Exp $ */ require("../../main.inc.php"); @@ -287,5 +286,5 @@ else $db->close(); -llxFooter('$Date$ - $Revision$'); +llxFooter('$Date: 2011/08/01 00:01:01 $ - $Revision: 1.5 $'); ?> diff --git a/htdocs/ftp/index.php b/htdocs/ftp/index.php index 31570262d5c..5d90a5f750b 100644 --- a/htdocs/ftp/index.php +++ b/htdocs/ftp/index.php @@ -13,15 +13,14 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** * \file htdocs/ftp/index.php * \ingroup ftp * \brief Main page for FTP section area - * \version $Id: index.php,v 1.23 2011/07/18 00:49:19 eldy Exp $ + * \version $Id: index.php,v 1.24 2011/08/01 00:01:02 eldy Exp $ * \author Laurent Destailleur */ @@ -625,7 +624,7 @@ if ($conn_id) ftp_close($conn_id); // End of page $db->close(); -llxFooter('$Date: 2011/07/18 00:49:19 $ - $Revision: 1.23 $'); +llxFooter('$Date: 2011/08/01 00:01:02 $ - $Revision: 1.24 $'); /** diff --git a/htdocs/ftp/pre.inc.php b/htdocs/ftp/pre.inc.php index 1ac92b9e715..cbee9770180 100644 --- a/htdocs/ftp/pre.inc.php +++ b/htdocs/ftp/pre.inc.php @@ -12,15 +12,14 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** * \file htdocs/ftp/pre.inc.php * \ingroup ftp * \brief File to manage left menu for FTP module - * \version $Id$ + * \version $Id: pre.inc.php,v 1.9 2011/08/01 00:01:02 eldy Exp $ */ require ("../main.inc.php"); diff --git a/htdocs/imports/class/import.class.php b/htdocs/imports/class/import.class.php index f7bcf3f8099..0fd0590351b 100644 --- a/htdocs/imports/class/import.class.php +++ b/htdocs/imports/class/import.class.php @@ -12,15 +12,14 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** * \file htdocs/imports/class/import.class.php * \ingroup import * \brief File of class to manage imports - * \version $Id$ + * \version $Id: import.class.php,v 1.8 2011/07/31 23:46:39 eldy Exp $ */ /** diff --git a/htdocs/imports/emptyexample.php b/htdocs/imports/emptyexample.php index a24f6c6a65e..7a859172a9c 100644 --- a/htdocs/imports/emptyexample.php +++ b/htdocs/imports/emptyexample.php @@ -12,15 +12,14 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** * \file htdocs/imports/emptyexample.php * \ingroup import * \brief Show example of import file - * \version $Id$ + * \version $Id: emptyexample.php,v 1.8 2011/07/31 23:46:39 eldy Exp $ */ // This is to make Dolibarr working with Plesk @@ -47,7 +46,7 @@ if (empty($datatoimport)) llxHeader(); print '
Bad value for datatoimport.
'; - llxFooter('$Date$ - $Revision$'); + llxFooter('$Date: 2011/07/31 23:46:39 $ - $Revision: 1.8 $'); exit; } diff --git a/htdocs/imports/import.php b/htdocs/imports/import.php index c03b55d2347..97d4d8252d3 100644 --- a/htdocs/imports/import.php +++ b/htdocs/imports/import.php @@ -13,15 +13,14 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** * \file htdocs/imports/import.php * \ingroup import * \brief Pages of import Wizard - * \version $Id: import.php,v 1.68 2011/07/29 22:31:37 eldy Exp $ + * \version $Id: import.php,v 1.69 2011/07/31 23:46:39 eldy Exp $ */ require_once("../main.inc.php"); @@ -1669,7 +1668,7 @@ print '
'; $db->close(); -llxFooter('$Date: 2011/07/29 22:31:37 $ - $Revision: 1.68 $'); +llxFooter('$Date: 2011/07/31 23:46:39 $ - $Revision: 1.69 $'); /* diff --git a/htdocs/imports/index.php b/htdocs/imports/index.php index 7913bebaf64..e1f310eea0a 100644 --- a/htdocs/imports/index.php +++ b/htdocs/imports/index.php @@ -12,15 +12,14 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** * \file htdocs/imports/index.php * \ingroup import * \brief Page accueil de la zone import - * \version $Id$ + * \version $Id: index.php,v 1.13 2011/07/31 23:46:39 eldy Exp $ */ require_once("../main.inc.php"); @@ -139,6 +138,6 @@ print ''; $db->close(); -llxFooter('$Date$ - $Revision$'); +llxFooter('$Date: 2011/07/31 23:46:39 $ - $Revision: 1.13 $'); ?> diff --git a/htdocs/includes/menus/smartphone/smartphone.lib.php b/htdocs/includes/menus/smartphone/smartphone.lib.php index b45e9033eaf..c21f142d70e 100755 --- a/htdocs/includes/menus/smartphone/smartphone.lib.php +++ b/htdocs/includes/menus/smartphone/smartphone.lib.php @@ -13,15 +13,14 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . * or see http://www.gnu.org/ */ /** * \file htdocs/includes/menus/smartphone/smartphone.lib.php * \brief Library for file smartphone menus - * \version $Id$ + * \version $Id: smartphone.lib.php,v 1.7 2011/07/31 23:46:08 eldy Exp $ */ diff --git a/htdocs/includes/menus/smartphone/smartphone_backoffice.php b/htdocs/includes/menus/smartphone/smartphone_backoffice.php index fc149718a90..5b763df4db8 100755 --- a/htdocs/includes/menus/smartphone/smartphone_backoffice.php +++ b/htdocs/includes/menus/smartphone/smartphone_backoffice.php @@ -13,14 +13,13 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** * \file htdocs/includes/menus/smartphone/smartphone_backoffice.php * \brief Gestionnaire nomme smartphone du menu smartphone - * \version $Id$ + * \version $Id: smartphone_backoffice.php,v 1.4 2011/07/31 23:46:08 eldy Exp $ */ diff --git a/htdocs/includes/menus/smartphone/smartphone_frontoffice.php b/htdocs/includes/menus/smartphone/smartphone_frontoffice.php index e8b69ad05e8..34f83906747 100755 --- a/htdocs/includes/menus/smartphone/smartphone_frontoffice.php +++ b/htdocs/includes/menus/smartphone/smartphone_frontoffice.php @@ -13,14 +13,13 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** * \file htdocs/includes/menus/smartphone/smartphone_frontoffice.php * \brief Gestionnaire nomme smartphone du menu smartphone - * \version $Id$ + * \version $Id: smartphone_frontoffice.php,v 1.4 2011/07/31 23:46:08 eldy Exp $ */ diff --git a/htdocs/includes/menus/standard/auguria.lib.php b/htdocs/includes/menus/standard/auguria.lib.php index c866bd0a7a9..e7b05a7f95d 100644 --- a/htdocs/includes/menus/standard/auguria.lib.php +++ b/htdocs/includes/menus/standard/auguria.lib.php @@ -13,15 +13,14 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . * or see http://www.gnu.org/ */ /** * \file htdocs/includes/menus/standard/auguria.lib.php * \brief Library for file auguria menus - * \version $Id: auguria.lib.php,v 1.20 2011/07/18 20:19:41 eldy Exp $ + * \version $Id: auguria.lib.php,v 1.21 2011/07/31 23:46:07 eldy Exp $ */ diff --git a/htdocs/includes/menus/standard/auguria_backoffice.php b/htdocs/includes/menus/standard/auguria_backoffice.php index d984931a8c7..d25b96e8353 100644 --- a/htdocs/includes/menus/standard/auguria_backoffice.php +++ b/htdocs/includes/menus/standard/auguria_backoffice.php @@ -14,14 +14,13 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** * \file htdocs/includes/menus/standard/auguria_backoffice.php * \brief Gestionnaire nomme Auguria du menu du haut - * \version $Id$ + * \version $Id: auguria_backoffice.php,v 1.4 2011/07/31 23:46:07 eldy Exp $ * * \remarks La construction d'un gestionnaire pour le menu du haut est simple: * \remarks Toutes les entrees de menu a faire apparaitre dans la barre du haut diff --git a/htdocs/includes/menus/standard/auguria_frontoffice.php b/htdocs/includes/menus/standard/auguria_frontoffice.php index ca4e0c0fb7c..09ffa45ba58 100644 --- a/htdocs/includes/menus/standard/auguria_frontoffice.php +++ b/htdocs/includes/menus/standard/auguria_frontoffice.php @@ -14,14 +14,13 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** * \file htdocs/includes/menus/standard/auguria_frontoffice.php * \brief Gestionnaire nomme Auguria du menu du haut - * \version $Id$ + * \version $Id: auguria_frontoffice.php,v 1.4 2011/07/31 23:46:07 eldy Exp $ * * \remarks La construction d'un gestionnaire pour le menu du haut est simple: * \remarks Toutes les entrees de menu a faire apparaitre dans la barre du haut diff --git a/htdocs/includes/menus/standard/eldy.lib.php b/htdocs/includes/menus/standard/eldy.lib.php index 8c81bf6ea3a..6a2fb21f658 100644 --- a/htdocs/includes/menus/standard/eldy.lib.php +++ b/htdocs/includes/menus/standard/eldy.lib.php @@ -13,15 +13,14 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . * or see http://www.gnu.org/ */ /** * \file htdocs/includes/menus/standard/eldy.lib.php * \brief Library for file eldy menus - * \version $Id: eldy.lib.php,v 1.60 2011/07/18 20:19:41 eldy Exp $ + * \version $Id: eldy.lib.php,v 1.61 2011/07/31 23:46:07 eldy Exp $ */ diff --git a/htdocs/includes/menus/standard/eldy_backoffice.php b/htdocs/includes/menus/standard/eldy_backoffice.php index d8320c49874..f9d6e18c63e 100644 --- a/htdocs/includes/menus/standard/eldy_backoffice.php +++ b/htdocs/includes/menus/standard/eldy_backoffice.php @@ -13,14 +13,13 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** * \file htdocs/includes/menus/standard/eldy_backoffice.php * \brief Gestionnaire nomme eldy du menu du haut - * \version $Id$ + * \version $Id: eldy_backoffice.php,v 1.5 2011/07/31 23:46:07 eldy Exp $ * * \remarks La construction d'un gestionnaire pour le menu du haut est simple: * \remarks Toutes les entrees de menu a faire apparaitre dans la barre du haut diff --git a/htdocs/includes/menus/standard/eldy_frontoffice.php b/htdocs/includes/menus/standard/eldy_frontoffice.php index 431df6c678b..62a7c789d7c 100644 --- a/htdocs/includes/menus/standard/eldy_frontoffice.php +++ b/htdocs/includes/menus/standard/eldy_frontoffice.php @@ -13,14 +13,13 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** * \file htdocs/includes/menus/standard/eldy_frontoffice.php * \brief Gestionnaire nomme eldy du menu du haut - * \version $Id$ + * \version $Id: eldy_frontoffice.php,v 1.4 2011/07/31 23:46:07 eldy Exp $ * * \remarks La construction d'un gestionnaire pour le menu du haut est simple: * \remarks Toutes les entrees de menu a faire apparaitre dans la barre du haut diff --git a/htdocs/includes/menus/standard/empty.php b/htdocs/includes/menus/standard/empty.php index a22032ead2e..81e71707014 100644 --- a/htdocs/includes/menus/standard/empty.php +++ b/htdocs/includes/menus/standard/empty.php @@ -12,14 +12,13 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** * \file htdocs/includes/menus/standard/empty.php * \brief This is an example of an empty top menu handler - * \version $Id$ + * \version $Id: empty.php,v 1.6 2011/07/31 23:46:08 eldy Exp $ */ /** diff --git a/htdocs/includes/modules/barcode/admin/barcode.php b/htdocs/includes/modules/barcode/admin/barcode.php index 9ff1ee8fbfc..d3e5dfef96d 100644 --- a/htdocs/includes/modules/barcode/admin/barcode.php +++ b/htdocs/includes/modules/barcode/admin/barcode.php @@ -14,15 +14,14 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** * \file htdocs/includes/modules/barcode/admin/barcode.php * \ingroup barcode * \brief Page d'administration/configuration du module Code barre - * \version $Id$ + * \version $Id: barcode.php,v 1.6 2011/07/31 23:46:07 eldy Exp $ */ require("../../../../main.inc.php"); @@ -298,5 +297,5 @@ print "
"; $db->close(); -llxFooter('$Date$ - $Revision$'); +llxFooter('$Date: 2011/07/31 23:46:07 $ - $Revision: 1.6 $'); ?> \ No newline at end of file diff --git a/htdocs/externalsite/langs/fr_FR/externalsite.lang b/htdocs/langs/fr_FR/externalsite.lang old mode 100644 new mode 100755 similarity index 100% rename from htdocs/externalsite/langs/fr_FR/externalsite.lang rename to htdocs/langs/fr_FR/externalsite.lang