2011/8/29 19:58:52
|
---|
|
admin theme - some barriersFor the moment it is not possible to create a full ACP theme, I can find some barriers.
- the core would not use my Template files (theme_name/modules/system/admin/images/*.*) - the core use different images (modules/system/images/*.* and images/crystal/actions/*.*) My Result: I can create a theme and change some CSS styles, but not change the templates / images.*/ |
2011/8/29 20:13:01
|
---|
![]() |
Re: admin theme - some barriersMaybe you could change the name of the image set in /include/common.php?
Quote:
|
2011/8/29 20:29:31
|
---|
|
Re: admin theme - some barriersQuote:
This is an other topic too http://community.impresscms.org/modules/newbb/viewtopic.php?topic_id=4916&forum=10&post_id=44041#forumpost44041 I changed, but for example the the templates from the image manager dont use the "crystal" icons. I know, I can add the templates in my theme, but the core would not use my templates. @Dev: I like to change the templates from the system module and change the image url from <a href="admin.php?fct=images&op=delcat&imgcat_id=<{$cat_id}>" title="<{$lang_imanager_cat_del}>"><img src="images/delete_big.png" /></a> to <a href="admin.php?fct=images&op=delcat&imgcat_id=<{$cat_id}>" title="<{$lang_imanager_cat_del}>"><img src='" . ICMS_IMAGES_SET_URL . "actions/images/delete_big.png' alt="<{$lang_imanager_cat_del}>" /></a> |
2011/8/29 20:40:50
|
---|
![]() |
Re: admin theme - some barriersDoes that mean that it is not possible to override system templates in a theme?
|
2011/8/29 20:42:34
|
---|
|
Re: admin theme - some barriersYes, right. The core will not use admin templates.
|
2011/8/30 17:34:06
|
---|
|
Re: admin theme - some barriers |
2011/9/1 0:15:20
|
---|
|
Re: admin theme - some barriersworks for me now
|