Agree on removing "what’s new"; also needs removing from the installer template.
Quote from: aour at Sep 08, 2006, 02:23 PMThe french language file is in ISO format and the Modx default configuration in UTF-8. Perhaps put all language files in UTF-8
+1 on that !
Isn’t utf-8 not the way to go (maybe I am not aware of what it means for chinese or Farsi...) ?
We already have a utf-8 french language file, maybe others do too...
.: COO - Commerce Guys - Community Driven Innovation :.
MODx est l'outil id
I really liked the
themes done by Jeff. Doesn’t he have those in SVN yet?
"He can have a lollipop any time he wants to. That's what it means to be a programmer."
-
MODX Staff
- 12,272 Posts
They’re in Jeff’s branch, but we’re working on more structural simplification before committing to the trunk.
Ryan Thrash, MODX Co-Founder
Follow me on Twitter at @rthrash or catch my occasional unofficial thoughts at thrash.me
I find some small mistake in css :
in assets\templates\modxhost\layout.css
line 25 replace _height: 82px; with height: 82px;
line 188,213,221,233,242 replace _line-height: 16px; with line-height: 16px;
in assets/templates/modxhost/form.css line 9 replace _margin-top: 42px; with margin-top: 42px;
in /manager/media/style/MODxGreen/style.css Ligne : 9 replace _font-family with font-family
in assets/templates/modxhost/drop_down_menu.js
line 58,64 when menu don’t have a submenu, an javascript error is raised, submenu has no properties