Fix #2048 use more descriptive captions for category-related options

This commit is contained in:
Kijin Sung 2022-12-18 20:55:49 +09:00
parent 3b48a0e2ce
commit 868dfb33e9
5 changed files with 9 additions and 8 deletions

View file

@ -75,6 +75,7 @@
<label class="x_control-label">{$lang->category_group_srls}</label>
<div class="x_controls">
<label loop="$group_list => $key, $val" class="x_inline" for="group_{$key}"><input type="checkbox" name="group_srls[]" value="{$key}" id="group_{$key}" /> {$val->title}</label>
<p class="x_help-block">{$lang->about_category_group_srls}</p>
</div>
</div>
<div class="x_control-group">