Fix image header URL in advert details, update CV access message, enhance image ratio alerts in profile edit, modify registration titles and agreement checkbox behavior.

This commit is contained in:
2025-06-11 00:25:57 +02:00
parent c2a11763fc
commit 603c10f251
11 changed files with 45 additions and 19 deletions

View File

@@ -496,7 +496,7 @@ class GlobelusFirms
return false;
$result = \front\factory\GlobelusFirms::advert_enable( $g_user['id'], \S::get( 'advert-id' ), $g_user['email'] );
\S::set_alert_prompt( 'Informacja', $result['msg'] );
// \S::set_alert_prompt( 'Informacja', $result['msg'] );
header( 'Location: /panel-pracodawcy/ogloszenia' );
exit;