|
@@ -68,8 +68,8 @@ class mod_recruitmentjobposition_advanced extends ModeleNumRefRecruitmentJobPosi
|
|
$texte .= '<form action="'.$_SERVER["PHP_SELF"].'" method="POST">';
|
|
$texte .= '<form action="'.$_SERVER["PHP_SELF"].'" method="POST">';
|
|
$texte .= '<input type="hidden" name="token" value="'.newToken().'">';
|
|
$texte .= '<input type="hidden" name="token" value="'.newToken().'">';
|
|
$texte .= '<input type="hidden" name="action" value="updateMask">';
|
|
$texte .= '<input type="hidden" name="action" value="updateMask">';
|
|
- $texte .= '<input type="hidden" name="maskconstBom" value="RECRUITMENT_RECRUITMENTJOBPOSITION_ADVANCED_MASK">';
|
|
|
|
- $texte .= '<table class="nobordernopadding" width="100%">';
|
|
|
|
|
|
+ $texte .= '<input type="hidden" name="maskconst" value="RECRUITMENT_RECRUITMENTJOBPOSITION_ADVANCED_MASK">';
|
|
|
|
+ $texte .= '<table class="nobordernopadding centpercent">';
|
|
|
|
|
|
$tooltip = $langs->trans("GenericMaskCodes", $langs->transnoentities("RecruitmentJobPosition"), $langs->transnoentities("RecruitmentJobPosition"));
|
|
$tooltip = $langs->trans("GenericMaskCodes", $langs->transnoentities("RecruitmentJobPosition"), $langs->transnoentities("RecruitmentJobPosition"));
|
|
$tooltip .= $langs->trans("GenericMaskCodes2");
|
|
$tooltip .= $langs->trans("GenericMaskCodes2");
|