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