mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-04 09:32:15 +09:00
Fix #2048 use more descriptive captions for category-related options
This commit is contained in:
parent
3b48a0e2ce
commit
868dfb33e9
5 changed files with 9 additions and 8 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue