Edit multiple css in backend

Use GitHub to post feature requests for phpwcms.
Locked
User avatar
isac
Posts: 410
Joined: Tue 18. Nov 2003, 13:13
Location: Portugal
Contact:

Edit multiple css in backend

Post by isac »

Hi,

Chosse from a list stylesheet in phpwcms_template/inc_css and edit

Thats it

Thanks 8)
frold
Posts: 2151
Joined: Tue 25. Nov 2003, 22:42

Re: Edit multiple css in backend

Post by frold »

isac wrote:Hi,

Chosse from a list stylesheet in phpwcms_template/inc_css and edit

Thats it

Thanks 8)
you can upload more css and insert them in the "head" like

Code: Select all

	<link rel="stylesheet" type="text/css" href="http://www.mysite.com/my.css">
http://www.studmed.dk Portal for doctors and medical students in Denmark
User avatar
isac
Posts: 410
Joined: Tue 18. Nov 2003, 13:13
Location: Portugal
Contact:

Post by isac »

Yes, I know that :D

But maybe i did not explain well, if we have more then one css in inc_css folder and want to do some changes it will be nice if can edit them in backend, because it will much faster and practise

thanks frold
Ben
Posts: 558
Joined: Wed 14. Jan 2004, 08:05
Location: Atlanta
Contact:

Yeah - great feature request

Post by Ben »

I, too, wondered about this feature. What isac is saying it that he (we) would like to be able to click ADMIN > 'default css' when logged in as an admin and be able to edit any of the style sheets in the inc_css folder - not just frontend.css. This would be especially helpful if there were different style sheets for each template. Essentially, it would be just like editing the page layouts or templates - you click the words 'style sheets' and are presented with a list of all style sheets. Then, you can choose to edit, delete or create a new style sheet.
User avatar
isac
Posts: 410
Joined: Tue 18. Nov 2003, 13:13
Location: Portugal
Contact:

Post by isac »

I couldn't say better... thanks Ben!


Image
Ben
Posts: 558
Joined: Wed 14. Jan 2004, 08:05
Location: Atlanta
Contact:

Post by Ben »

Yeah, but let's make it just like page layouts and templates, not just a dropdown list. It needs the ability to 'create new', edit and delete.
Locked