SMF Development > Fixed or Bogus Bugs

[4883] Moderation center - class used in <p> tags

(1/3) > >>

Joker™:
Version - SMF 2.0 final
Browsers - all

Link - ?action=moderate;area=reports;sa=closed


Detail Report
- Moderator closes a report without making a comment
- Go to old reports and click on details of the report
- A text will be shown saying

"There are not currently any moderator comments"

but this text is given a centertext alignment. Rather it should have been leftext.



Themes\Default\ModerationCenter.template.php


--- Code: (Find:) --- <p class="centertext">', $txt['mc_modreport_no_mod_comment'], '</p>';

--- End code ---



--- Code: (Replace it with:) --- <p class="leftetxt">', $txt['mc_modreport_no_mod_comment'], '</p>';

--- End code ---

Illori:
has this been tracked?

Joker™:
Tracked

Runic:
This isnt really a bug imho it in honesty looks better as is, if you were to do it to this one you would need to do it to all 4 instances of centertext.

Joker™:

--- Quote from: Scrooge on December 10, 2011, 09:31:09 PM ---This isnt really a bug imho it in honesty looks better as is, if you were to do it to this one you would need to do it to all 4 instances of centertext.

--- End quote ---
Runic I'm not concern about the number of places one has to make the edits, but as in the screen shot attached in my first post does 1st pic looks alright to you? I mean look at the position of the text which is appearing above the textbox.

Navigation

[0] Message Index

[#] Next page

Go to full version