Fixing style errors.
This commit is contained in:
parent
dfbcc2a045
commit
fadd77ef47
@ -620,7 +620,7 @@ print '<input type="submit" class="button button-edit" value="'.$langs->trans("M
|
|||||||
print '</td>';
|
print '</td>';
|
||||||
print '</tr>';
|
print '</tr>';
|
||||||
print '</form>';
|
print '</form>';
|
||||||
// Allow online signing
|
// Allow online signing
|
||||||
print '<form action="'.$_SERVER["PHP_SELF"].'" method="post">';
|
print '<form action="'.$_SERVER["PHP_SELF"].'" method="post">';
|
||||||
print '<input type="hidden" name="token" value="'.newToken().'">';
|
print '<input type="hidden" name="token" value="'.newToken().'">';
|
||||||
print '<input type="hidden" name="action" value="set_FICHINTER_ALLOW_ONLINE_SIGN">';
|
print '<input type="hidden" name="action" value="set_FICHINTER_ALLOW_ONLINE_SIGN">';
|
||||||
@ -635,7 +635,7 @@ print '<td class="right">';
|
|||||||
print '<input type="submit" class="button button-edit" value="'.$langs->trans("Modify").'">';
|
print '<input type="submit" class="button button-edit" value="'.$langs->trans("Modify").'">';
|
||||||
print '</td>';
|
print '</td>';
|
||||||
print '</tr>';
|
print '</tr>';
|
||||||
print '</form>';
|
print '</form>';
|
||||||
// Allow external download
|
// Allow external download
|
||||||
print '<form action="'.$_SERVER["PHP_SELF"].'" method="post">';
|
print '<form action="'.$_SERVER["PHP_SELF"].'" method="post">';
|
||||||
print '<input type="hidden" name="token" value="'.newToken().'">';
|
print '<input type="hidden" name="token" value="'.newToken().'">';
|
||||||
|
|||||||
@ -313,7 +313,7 @@ if ($action == "importSignature") {
|
|||||||
// Document format not supported to insert online signature.
|
// Document format not supported to insert online signature.
|
||||||
// We should just create an image file with the signature.
|
// We should just create an image file with the signature.
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} elseif ($mode == 'fichinter') {
|
} elseif ($mode == 'fichinter') {
|
||||||
require_once DOL_DOCUMENT_ROOT.'/fichinter/class/fichinter.class.php';
|
require_once DOL_DOCUMENT_ROOT.'/fichinter/class/fichinter.class.php';
|
||||||
require_once DOL_DOCUMENT_ROOT.'/core/lib/pdf.lib.php';
|
require_once DOL_DOCUMENT_ROOT.'/core/lib/pdf.lib.php';
|
||||||
|
|||||||
@ -483,7 +483,7 @@ class Fichinter extends CommonObject
|
|||||||
$this->extraparams = (array) json_decode($obj->extraparams, true);
|
$this->extraparams = (array) json_decode($obj->extraparams, true);
|
||||||
|
|
||||||
$this->last_main_doc = $obj->last_main_doc;
|
$this->last_main_doc = $obj->last_main_doc;
|
||||||
|
|
||||||
if ($this->statut == 0) {
|
if ($this->statut == 0) {
|
||||||
$this->brouillon = 1;
|
$this->brouillon = 1;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user