[TikiWiki-commits] [Git][tikiwiki/tiki][master] [FIX][UI] Plugin Trackerlist: Add missing btn class for proper Bootstrap button styling
"luci \(@luciash\) via TikiWiki-cvs" <[email protected]>
| Newsgroups | gmane.comp.cms.tiki.cvs |
|---|---|
| Message-ID | <698258196f11f_3b32cadf065097@gitlab-sidekiq-low-urgency-cpu-bound-v2-7ffb9cb746-46ntz.mail> |
luci pushed to branch master at Tiki Wiki CMS Groupware / Tiki
Commits:
6ea08034 by Bruno Kambere at 2026-02-03T20:05:55+00:00
[FIX][UI] Plugin Trackerlist: Add missing btn class for proper Bootstrap button styling
---
* [FIX][UI] Plugin Trackerlist: Add missing btn class for proper Bootstrap button styling
See merge request tikiwiki/tiki!9480
- - - - -
1 changed file:
- templates/wiki-plugins/wikiplugin_trackerlist.tpl
Changes:
=====================================
templates/wiki-plugins/wikiplugin_trackerlist.tpl
=====================================
@@ -409,13 +409,13 @@ the section loop so that the vars are not replaced by nested pretty tracker exec
{self_link delete=$items[user].itemId _class='tips' _title=":{tr}Remove{/tr}" _role='button'}{icon name='delete'}{/self_link}
{/if}
{if $showcloseitem eq 'y' && $items[user].status neq 'c' && ($perms.tiki_p_admin_trackers eq 'y' or ($perms.tiki_p_modify_tracker_items eq 'y' and $items[user].status ne 'p' and $items[user].status ne 'c') or ($perms.tiki_p_modify_tracker_items_pending eq 'y' and $items[user].status eq 'p') or ($perms.tiki_p_modify_tracker_items_closed eq 'y' and $items[user].status eq 'c'))}
- {self_link closeitem=$items[user].itemId _style='display:inline-block;' _class='text-nowrap btn-sm btn-danger' _role='button'}{tr}Close item{/tr}{/self_link}
+ {self_link closeitem=$items[user].itemId _style='display:inline-block;' _class='text-nowrap btn btn-sm btn-danger' _role='button'}{tr}Close item{/tr}{/self_link}
{/if}
{if $showopenitem eq 'y' && $items[user].status neq 'o' && ($perms.tiki_p_admin_trackers eq 'y' or ($perms.tiki_p_modify_tracker_items eq 'y' and $items[user].status ne 'p' and $items[user].status ne 'c') or ($perms.tiki_p_modify_tracker_items_pending eq 'y' and $items[user].status eq 'p') or ($perms.tiki_p_modify_tracker_items_closed eq 'y' and $items[user].status eq 'c'))}
- {self_link openitem=$items[user].itemId _style='display:inline-block;' _class='text-nowrap btn-sm btn-success' _role='button'}{tr}Open item{/tr}{/self_link}
+ {self_link openitem=$items[user].itemId _style='display:inline-block;' _class='text-nowrap btn btn-sm btn-success' _role='button'}{tr}Open item{/tr}{/self_link}
{/if}
{if $showpenditem eq 'y' && $items[user].status neq 'p' && ($perms.tiki_p_admin_trackers eq 'y' or ($perms.tiki_p_modify_tracker_items eq 'y' and $items[user].status ne 'p' and $items[user].status ne 'c') or ($perms.tiki_p_modify_tracker_items_pending eq 'y' and $items[user].status eq 'p') or ($perms.tiki_p_modify_tracker_items_closed eq 'y' and $items[user].status eq 'c'))}
- {self_link penditem=$items[user].itemId _style='display:inline-block;' _class='text-nowrap btn-sm btn-warning' _role='button'}{tr}Pend item{/tr}{/self_link}
+ {self_link penditem=$items[user].itemId _style='display:inline-block;' _class='text-nowrap btn btn-sm btn-warning' _role='button'}{tr}Pend item{/tr}{/self_link}
{/if}
</td>
{/if}
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/6ea08034364926567aa4aa4527e90178790e3372
--
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/6ea08034364926567aa4aa4527e90178790e3372
You're receiving this email because of your account on gitlab.com.
_______________________________________________
TikiWiki-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tikiwiki-cvs