2
0
forked from Wavyzz/dolibarr

Debug v22

This commit is contained in:
Laurent Destailleur
2025-04-12 03:40:25 +02:00
parent 76f33c4ed2
commit e55ec24393

View File

@@ -310,7 +310,7 @@ if ($action == 'create') {
$out .= '</span>';
$out .= '</td>';
$out .= '<td>';
$out .= '<textarea class="flat minwidth500 quatrevingtpercent" id="prePromptInput'.$key.'" name="prePrompt" rows="3"></textarea>';
$out .= '<textarea class="flat minwidth500 quatrevingtpercent" id="prePromptInput'.$key.'" name="prePrompt" rows="2"></textarea>';
$out .= '</td>';
$out .= '</tr>';
$out .= '<tr class="oddeven">';
@@ -320,7 +320,7 @@ if ($action == 'create') {
$out .= '</span>';
$out .= '</td>';
$out .= '<td>';
$out .= '<textarea class="flat minwidth500 quatrevingtpercent" id="postPromptInput" name="postPrompt" rows="3"></textarea>';
$out .= '<textarea class="flat minwidth500 quatrevingtpercent" id="postPromptInput" name="postPrompt" rows="2"></textarea>';
$out .= '</td>';
$out .= '</tr>';
$out .= '<tr class="oddeven">';