mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-04-01 01:25:39 +00:00
add new settings
This commit is contained in:
parent
89d0ffdfe1
commit
3ce35066b0
3 changed files with 33 additions and 1 deletions
|
|
@ -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') ?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue