openacs_bootstrap3_theme::apm::after_install (private)
openacs_bootstrap3_theme::apm::after_install
Defined in packages/openacs-bootstrap3-theme/tcl/apm-callback-procs.tcl
Package after installation callback proc. Add our themes, and set the acs-subsite's default master template parameter's default value to our "plain" theme.
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: # Insert this package's themes db_transaction { subsite::new_subsite_theme -create_or_replace -key openacs_bootstrap3 -name #openacs-bootstrap3-theme.tabbed# -template tabbed-master -css { {-href /resources/acs-subsite/site-master.css -media all -order 0} {-href urn:ad:css:bootstrap3 -media all -order 1} {-href /resources/openacs-bootstrap3-theme/css/main.css -media all -order 2} {-href /resources/openacs-bootstrap3-theme/css/color/grey.css -media all -order 3} {-href /resources/acs-templating/forms.css -media all -order 4} {-href /resources/acs-templating/lists.css -media all -order 5} } -js { {-src urn:ad:js:jquery -order 1} {-src urn:ad:js:bootstrap3 -order 2} } -form_template standard -list_template table -list_filter_template filters -dimensional_template dimensional -resource_dir /packages/openacs-bootstrap3-theme/resources -streaming_head tabbed-streaming-head subsite::new_subsite_theme -create_or_replace -key openacs_bootstrap3_turquois -name #openacs-bootstrap3-theme.tabbed-turquois# -template tabbed-master-turquois -css { {-href /resources/acs-subsite/site-master.css -media all -order 0} {-href urn:ad:css:bootstrap3 -media all -order 1} {-href /resources/openacs-bootstrap3-theme/css/main.css -media all -order 2} {-href /resources/openacs-bootstrap3-theme/css/color/turquois.css -media all -order 3} {-href /resources/acs-templating/forms.css -media all -order 4} {-href /resources/acs-templating/lists.css -media all -order 5} } -js { {-src urn:ad:js:jquery -order 1} {-src urn:ad:js:bootstrap3 -order 2} } -form_template standard -list_template table -list_filter_template filters -dimensional_template dimensional -resource_dir /packages/openacs-bootstrap3-theme/resources -streaming_head tabbed-streaming-head-turquois }XQL Not present: Generic, PostgreSQL, Oracle