Rev 13096 | Rev 13249 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 13096 | Rev 13120 | ||
---|---|---|---|
Line 21... | Line 21... | ||
21 | courses=!makelist $class_superclass/x for x in $courses |
21 | courses=!makelist $class_superclass/x for x in $courses |
22 | !endif |
22 | !endif |
23 | !if $subclasses=$empty and $courses=$empty |
23 | !if $subclasses=$empty and $courses=$empty |
24 | !exit |
24 | !exit |
25 | !endif |
25 | !endif |
- | 26 | ||
26 | 27 | ||
27 | propag=!replace item colors by bgcolor,bgimg,refcolor,ref_menucolor,\ |
28 | propag=!replace item colors by bgcolor,bgimg,refcolor,ref_menucolor,\ |
28 | ref_button_help_color,ref_button_help_bgcolor,ref_button_color,ref_button_bgcolor \ |
29 | ref_button_help_color,ref_button_help_bgcolor,ref_button_color,ref_button_bgcolor \ |
29 | in $propagate |
30 | in $propagate |
30 | propag=!replace item logo by logo,logoside in $propag |
31 | propag=!replace item logo by logo,logoside in $propag |
31 | propag=!replace item exolog by exolog,examlog in $propag |
32 | propag=!replace item exolog by exolog,examlog in $propag |
32 | !! authidp,cas_auth are not useful in subclass |
33 | !! authidp,cas_auth are not useful in subclass |
33 | propag=!replace item auth by connections in $propag |
34 | propag=!replace item auth by connections in $propag |
- | 35 | propag=!replace item authentification by connections in $propag |
|
34 | 36 | ||
35 | !if security isitemof $propag |
37 | !if security isitemof $propag |
36 | propag=!listcomplement security in $propag |
38 | propag=!listcomplement security in $propag |
37 | security=!record 0 of wimshome/log/classes/$wims_class/.security |
39 | security=!record 0 of wimshome/log/classes/$wims_class/.security |
38 | propag_security=yes |
40 | propag_security=yes |