Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
I get exactly the same results at my end. Using Drupal 5.7 (Ubuntu package) and Garland.
Actually I discovered that the solution is very simple. The problem is that the word "status", from the phrase "node status" is running over into the next line. A simple fix is therefore to short this phrase. Edit line #366 of cmf.module and change "node status" to just "status". Everything looks good after that simple change.
Comments
Comment #1
ricardo37 commentedI get exactly the same results at my end. Using Drupal 5.7 (Ubuntu package) and Garland.
Actually I discovered that the solution is very simple. The problem is that the word "status", from the phrase "node status" is running over into the next line. A simple fix is therefore to short this phrase. Edit line #366 of cmf.module and change "node status" to just "status". Everything looks good after that simple change.
Comment #2
alex72rm commentedIt should very important to solve this bug.
Alessandro
Comment #3
alex72rm commentedAdd this css entry into styles.css garland theme (themes\garland)
Comment #4
alex72rm commentedComment #5
nunoveloso commentedThank you Alex!