Displaying 2 results from an estimated 2 matches for "css_file".
Did you mean:
bss_file
2006 Jul 15
1
Relationship problem, newbie problem, need help!!
...tyles on styles.id = shops.style_id
where shop_uri = ''127.0.0.1''
Cheers!!
Tim Perrett
PS: The tables are the following...
#----------------------------
# Table structure for styles
#----------------------------
CREATE TABLE `styles` (
`id` int(11) NOT NULL auto_increment,
`css_file` text,
`asset_path` text,
PRIMARY KEY (`id`),
KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
#----------------------------
# Table structure for shops
#----------------------------
CREATE TABLE `shops` (
`id` int(11) NOT NULL auto_increment,
`affiliate_id` int(11) default NULL,...
2006 Mar 22
2
scaffold.css question
Hey,
ruby script/generate scaffold Livres Admin
I configured my layout to link to layout.css .
I want a special CSS file for the admin controller, but I don''t know how
to request it only in the Admin controller and not in the whole website.
Thank you!
--
Posted via http://www.ruby-forum.com/.