This annoying stuff takes too much space on issue edit form (and other node types as well actually). They should be collapsed by default.

Comments

tvn’s picture

Issue summary: View changes
Issue tags: +D.o UX
alexander_danilenko’s picture

Assigned: Unassigned » alexander_danilenko
alexander_danilenko’s picture

StatusFileSize
new1.04 KB
tvn’s picture

Status: Active » Needs review
dww’s picture

Status: Needs review » Fixed

Love it! Thanks!!

http://drupalcode.org/project/drupalorg.git/commit/b3dc4fc

I fixed a few minor things with the code:
- Cleaned up a few code style issues
- Removed some self-evident comments
- Renamed the process function to (hopefully) be a little more self-documenting and less likely to have namespace problems

http://drupalcode.org/project/drupalorg.git/commit/b44aeda

Deployed all of this live.

Thanks again!
-Derek

klonos’s picture

Yes, much cleaner now! Thanx ;)

alexander_danilenko’s picture

Thanks guys! Result of my work every day will see a thousand of people. It is awesome!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

hectorplus’s picture

How can I add this code in the template.php file? Need some guidance. Thanks!

Update: I got it working by creating a custom module.

  • Commit b3dc4fc on 7.x-3.x, 7.x-3.x-dev authored by danilenko_dn, committed by dww:
    [#2104275] Collapse format descriptions on all text area form elements.
    
  • Commit b44aeda on 7.x-3.x, 7.x-3.x-dev by dww:
    [#2104275] Follow-up fixes for code style and better function name.