add new settings

This commit is contained in:
ghost 2023-09-15 16:40:10 +03:00
parent 89d0ffdfe1
commit 3ce35066b0
3 changed files with 33 additions and 1 deletions

View file

@ -346,6 +346,14 @@ else if (is_null($user->public))
<td><?php echo _('Description long, chars') ?></td>
<td><?php echo MAGNET_DESCRIPTION_MIN_LENGTH ?>-<?php echo MAGNET_DESCRIPTION_MAX_LENGTH ?></td>
</tr>
<tr>
<td><?php echo _('Keywords long, chars, quantity') ?></td>
<td>
<?php echo MAGNET_KT_MIN_LENGTH ?>-<?php echo MAGNET_KT_MAX_LENGTH ?>
/
<?php echo MAGNET_KT_MIN_QUANTITY ?>-<?php echo MAGNET_KT_MAX_QUANTITY ?>
</td>
</tr>
<tr>
<td class="padding-y-8 border-bottom-default text-right" colspan="2">
<?php echo _('Comments') ?>