Skip to content

Commit

Permalink
FIX #5512
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Jul 27, 2016
1 parent c242e53 commit 972baa3
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions htdocs/printing/index.php
@@ -1,5 +1,6 @@
<?php
/* Copyright (C) 2014-2015 Frederic France <frederic.france@free.fr>
* Copyright (C) 2016 Laurent Destailleur <eldy@users.sourceforge.net>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand All @@ -24,6 +25,20 @@
require '../main.inc.php';
include_once DOL_DOCUMENT_ROOT.'/core/modules/printing/modules_printing.php';

$langs->load("printing");


/*
* Actions
*/

// None


/*
* View
*/

llxHeader("",$langs->trans("Printing"));

print_barre_liste($langs->trans("Printing"), 0, $_SERVER["PHP_SELF"], '', '', '', '<a class="button" href="'.$_SERVER["PHP_SELF"].'">'.$langs->trans("Refresh").'</a>', 0, 0, 'title_setup.png');
Expand Down

0 comments on commit 972baa3

Please sign in to comment.