[TikiWiki-commits] [Git][tikiwiki/tiki][master] [FIX][UI] Remove row class where it was causing 100%-wide buttons; add space between class names.
"Gary Cunningham-Lee \(--- via TikiWiki-cvs" <[email protected]>
| Newsgroups | gmane.comp.cms.tiki.cvs |
|---|---|
| Message-ID | <693b8eff9e6d3_2a17f2c8874b2@gitlab-sidekiq-low-urgency-cpu-bound-v2-7c8d5c7fcf-tgjjm.mail> |
Gary Cunningham-Lee pushed to branch master at Tiki Wiki CMS Groupware / Tiki
Commits:
fa408802 by Gary Cunningham-Lee at 2025-12-12T12:33:29+09:00
[FIX][UI] Remove row class where it was causing 100%-wide buttons; add space between class names.
---
* [FIX][UI] Remove row class where it was causing 100%-wide buttons; add space between class names.
See merge request tikiwiki/tiki!9222
- - - - -
3 changed files:
- templates/tiki-admin_newsletters.tpl
- templates/tiki-edit_article.tpl
- templates/tiki-newsletter_archives.tpl
Changes:
=====================================
templates/tiki-admin_newsletters.tpl
=====================================
@@ -1,6 +1,6 @@
{title help="Newsletters"}{tr}Admin newsletters{/tr}{/title}
-<div class="t_navbar mb-3 row mb-4">
+<div class="t_navbar mb-3">
{button href="tiki-admin_newsletters.php?cookietab=2" _icon_name="create" _text="{tr}Create{/tr}"}
<a role="link" href="tiki-newsletters.php" class="btn btn-link" title="{tr}List{/tr}">{icon name="list"} {tr}List Newsletters{/tr}</a>
<a role="link" href="tiki-send_newsletters.php" class="btn btn-link" title="{tr}Send{/tr}">{icon name="envelope"} {tr}Send Newsletters{/tr}</a>
=====================================
templates/tiki-edit_article.tpl
=====================================
@@ -164,7 +164,7 @@
<input type="text" name="authorName" id="authorName" value="{$authorName|escape}" class="form-control">
</div>
</div>
- <div class="mb-3 row{if $tiki_p_edit_article_user neq 'y'}hidden{/if} clearfix">
+ <div class="mb-3 row {if $tiki_p_edit_article_user neq 'y'}hidden{/if} clearfix">
<label for="author" class="col-form-label col-md-4">{tr}User (article owner){/tr}</label>
<div class="col-md-4">
<input id="author" type="text" name="author" value="{$author|escape}" class="form-control">
=====================================
templates/tiki-newsletter_archives.tpl
=====================================
@@ -1,6 +1,6 @@
{title help="Newsletters"}{tr}Sent editions{/tr}{if $nl_info}: {$nl_info.name}{/if}{/title}
-<div class="t_navbar mb-3 row mb-4">
+<div class="t_navbar mb-3">
{if $tiki_p_subscribe_newsletters eq "y"}
{button href="tiki-newsletters.php?nlId=$nlId&info=1" class="btn btn-primary" _text="{tr}Subscribe{/tr}"}
{/if}
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/fa408802c213afcf1a73d96ade051d35f172e8ec
--
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/fa408802c213afcf1a73d96ade051d35f172e8ec
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