J3 Issue ? Failure

User tests: Successful: Unsuccessful:

avatar meet2410shah
meet2410shah
22 Mar 2019

Pull Request for Issue #24304

Summary of Changes

administrator\templates\atum\html\module.php

Testing Instructions

go to /administrator/index.php

Expected result

Titles in the main content are aligned center.

Actual result

Previously titles are aligned left which affects user experience.

Documentation Changes Required

	if ($module->showtitle)
	{
		echo '<h2 style="display:flex; justify-content:center" class="card-header' . $headerClass . '">' . $module->title . '</h2>';
	}
avatar meet2410shah meet2410shah - open - 22 Mar 2019
avatar meet2410shah meet2410shah - change - 22 Mar 2019
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 22 Mar 2019
Category Administration Templates (admin) Modules Front End Templates (site) JavaScript
avatar franz-wohlkoenig
franz-wohlkoenig - comment - 22 Mar 2019

Please give the Pull Request a more meaningful Title like the issue.

avatar brianteeman
brianteeman - comment - 22 Mar 2019
  1. This PR includes a lot of unrelated changes
  2. Using an inline style is not the best way
  3. changing from left/right aligned to center aligned is a design issue
avatar rdeutz rdeutz - change - 22 Mar 2019
Labels Added: ?
avatar C-Lodder
C-Lodder - comment - 22 Mar 2019

Your issue mentions that the title being left aligned affects the user experience. Do you have any evidence to back this up? Why should it be aligned to the center?

avatar franz-wohlkoenig franz-wohlkoenig - change - 19 Apr 2019
Title
fixes #24304
fixes Titles in the Admin Page
avatar franz-wohlkoenig franz-wohlkoenig - edited - 19 Apr 2019
avatar brianteeman
brianteeman - comment - 5 May 2019

This should be closed for the reasons stated above

avatar franz-wohlkoenig
franz-wohlkoenig - comment - 5 May 2019

Closed as stated by @brianteeman

avatar joomla-cms-bot joomla-cms-bot - change - 5 May 2019
Closed_By Quy joomla-cms-bot
avatar joomla-cms-bot joomla-cms-bot - close - 5 May 2019
avatar Quy Quy - change - 5 May 2019
Status Pending Closed
Closed_Date 0000-00-00 00:00:00 2019-05-05 11:25:36
Closed_By Quy
avatar joomla-cms-bot
joomla-cms-bot - comment - 5 May 2019

Set to "closed" on behalf of @Quy by The JTracker Application at issues.joomla.org/joomla-cms/24306

Add a Comment

Login with GitHub to post a comment