2
0
forked from Wavyzz/dolibarr

Responsive

This commit is contained in:
Laurent Destailleur
2021-06-13 01:27:04 +02:00
parent 9ba0fe07f0
commit 8b9af8f5ab
75 changed files with 143 additions and 112 deletions

View File

@@ -465,7 +465,7 @@ print "</td></tr>\n";
print '<tr><td>';
print $form->textwithpicto($langs->trans("WatermarkOnDraftContractCards"), $htmltext).'<br>';
print '<input size="50" class="flat" type="text" name="RECEPTION_DRAFT_WATERMARK" value="'.$conf->global->RECEPTION_DRAFT_WATERMARK.'">';
print '<input class="flat minwidth200" type="text" name="RECEPTION_DRAFT_WATERMARK" value="'.$conf->global->RECEPTION_DRAFT_WATERMARK.'">';
print "</td></tr>\n";
*/
print '</table>';