
Feature request - Add theme setting for new forms style
Reported by dleffler | August 31st, 2012 @ 02:55 PM | in 2.1.0 (closed)
Since we now do single and double column forms, we probably should allow the theme to set the preferred style.
This would also need to override the forms setting with possibly adding an option for 'theme default', single, or two columns?
Comments and changes to this ticket
-
dleffler September 17th, 2012 @ 01:29 PM
- Assigned user set to dleffler
- Milestone set to 2.1.0
- Milestone order changed from 200 to 0
-
dleffler September 20th, 2012 @ 12:03 PM
We'd likely do this in the theme config.php file with a define and follow it through the system.
-
dleffler October 6th, 2012 @ 12:24 AM
- State changed from new to resolved
- Milestone order changed from 14 to 0
This can be done by adding "forms2col" to the expTheme::head() call in the css_core
expTheme::head(array( "xhtml"=>false, "css_primer"=>array(YUI3_RELATIVE."cssreset/reset-min.css", YUI3_RELATIVE."cssfonts/fonts-min.css", YUI3_RELATIVE."cssgrids/grids-min.css"), "css_core"=>array("common","forms2col"), "css_links"=>true, "css_theme"=>true ) );
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Bug Tracker for Exponent CMS