';
-llxHeader($head, $langs->trans("PositionToBeFilled"), '', '', 0, 0, '', '', '', 'onlinepaymentbody', $replacemainarea, 1);
+llxHeader($head, $langs->trans("PositionToBeFilled"), '', '', 0, 0, '', '', '', 'onlinepaymentbody', $replacemainarea, 1, 1);
print '
'."\n";
@@ -217,8 +217,7 @@ if (!empty($logosmall) && is_readable($conf->mycompany->dir_output.'/logos/thumb
if ($urllogo) {
print '
';
print '
';
- print '

';
+ print '

';
print '
';
if (empty($conf->global->MAIN_HIDE_POWERED_BY)) {
print '
';
@@ -249,7 +248,7 @@ if (!empty($conf->global->RECRUITMENT_NEWFORM_TEXT)) {
if (empty($text)) {
$text .= '
'.$langs->trans("JobOfferToBeFilled", $mysoc->name);
$text .= ' - '.$mysoc->name.'';
- $text .= ' - '.dol_print_date($object->date_creation);
+ $text .= ' - '.dol_print_date($object->date_creation).'';
$text .= ' |
'."\n";
$text .= '
'.$object->label.'
|
'."\n";
}
@@ -300,7 +299,7 @@ if (empty($emailforcontact)) {
}
print '
';
print $tmpuser->getFullName(-1);
-print ' - '.dol_print_email($emailforcontact, 0, 0, 1, 0, 0, 1);
+print ' '.dol_print_email($emailforcontact, 0, 0, 1, 0, 0, 'envelope');
print '';
print '
';
diff --git a/htdocs/theme/eldy/global.inc.php b/htdocs/theme/eldy/global.inc.php
index c12f71d6f79..5fc9ea92c5b 100644
--- a/htdocs/theme/eldy/global.inc.php
+++ b/htdocs/theme/eldy/global.inc.php
@@ -1668,21 +1668,6 @@ select.widthcentpercentminusxx, span.widthcentpercentminusxx:not(.select2-select
width: 175px;
}
- .logopublicpayment #dolpaymentlogo {
- max-width: 260px;
- }
- #tablepublicpayment {
- width: auto !important;
- }
- .poweredbypublicpayment {
- float: unset !important;
- top: unset !important;
- bottom: 8px;
- position: relative !important;
- }
- .poweredbyimg {
- width: 48px;
- }
input.buttonpayment, button.buttonpayment, div.buttonpayment {
min-width: 270px;
}
@@ -1834,9 +1819,9 @@ select.widthcentpercentminusxx, span.widthcentpercentminusxx:not(.select2-select
}
*/
- input.buttonpayment {
+ input.buttonpayment {
min-width: 300px;
- }
+ }
}
.linkobject { cursor: pointer; }
@@ -7270,6 +7255,24 @@ div.clipboardCPValue.hidewithsize {
}
td.widthpictotitle { width: 30px; }
+
+ .logopublicpayment #dolpaymentlogo {
+ max-width: 260px;
+ }
+ #tablepublicpayment {
+ width: auto !important;
+ border: none !important;
+ }
+ .poweredbypublicpayment {
+ float: unset !important;
+ top: unset !important;
+ /* bottom: 8px; */
+ right: -10px !important;
+ position: relative !important;
+ }
+ .poweredbyimg {
+ width: 48px;
+ }
}
@media only screen and (max-width: 1024px)