Clarification on the template

maxinic

Member
Hello everyone.
I want to change the appearance of the row indicated by the arrow (image attached) but I have not figured out how to do. If I act directly on the file C: \ Zend\Htdocs\components\com_fabrik\views\list\tmpl\bluesky\template.css, I did not save it. If I try to do the override does not change anything.
But override it's only for fom?
Can you help me?
 

Attachments

  • Cattura.PNG
    Cattura.PNG
    109.1 KB · Views: 173
Where do you get template.css from?
Your image is showing fabrik3, your folder (...views/list...), too, so the CSS file is template_css.php.
Don't modify template_css.php but create your custom CSS file
custom_css.php.

See the list's 'default' template folder for the custom_css_example.php

The details how to do your custom CSS are described in the WIKI for form templates (see Rob's links), it's the same for list templates.

To edit/create custom_css.php you must have appropriate access rights.
 
Where do you get template.css from?
Your image is showing fabrik3, your folder (...views/list...), too, so the CSS file is template_css.php.
Don't modify template_css.php but create your custom CSS file
custom_css.php.

See the list's 'default' template folder for the custom_css_example.php

The details how to do your custom CSS are described in the WIKI for form templates (see Rob's links), it's the same for list templates.

To edit/create custom_css.php you must have appropriate access rights.


I created the file custom_css.php linke in image but
but when reloading the page does not change the color. Where i wong?
 

Attachments

  • Cattura.PNG
    Cattura.PNG
    46.9 KB · Views: 140
It seems you have copied the form/tmpl/default/custom_css_example.php, use list/tmpl/default
(it has to be $c = $_REQUEST['c']; )

Use firefox with firebug to see which CSS is loaded from which files (and to test modifications on the fly)
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top