Skip to content

Conversation

@evarisk-francois
Copy link
Contributor

No description provided.

@evarisk-micka evarisk-micka linked an issue Jul 17, 2024 that may be closed by this pull request
@evarisk-micka evarisk-micka added 2 Estimated resolution time - 60 mins - 1 h Enhancement New feature or request labels Jul 17, 2024
Comment on lines 462 to 469
$content = $object->fields['content'];
unset($object->fields['content']);

// Common attributes.
require_once DOL_DOCUMENT_ROOT . '/core/tpl/commonfields_view.tpl.php';

$object->fields['content'] = $content;

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Logique des Fields pas compris la sa sert a rien

Comment on lines 486 to 500
print '<table class="centpercent notopnoleftnoright table-fiche-title">';
print '<tbody>';
print '<tr class="titre">';
print '<td class="nobordernopadding valignmiddle col-title">';
print '<div class="titre inline-block">' . $langs->trans($content['label']) . '</div>';
print '</td>';
print '</tr>';
print '<tr>';
print '<td>';
print '<div class="longmessagecut">' . $object->content . '</div>';
print '</td>';
print '</tr>';
print '</tbody>';
print '</table>';

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pk ne pas utiliser la fonction pour print un titre/ pk ne pas s'inspirer du design de ticket /

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

2 Estimated resolution time - 60 mins - 1 h Enhancement New feature or request

Development

Successfully merging this pull request may close these issues.

Rendre le contenu des sessions plus lisible

3 participants