Rev 9957 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 9957 | Rev 10489 | ||
---|---|---|---|
Line 14... | Line 14... | ||
14 | |
14 | |
15 | !endif |
15 | !endif |
16 | !if $erasable=yes or ($sh_>$(min_$(m_)_erasable) and $home_=1) |
16 | !if $erasable=yes or ($sh_>$(min_$(m_)_erasable) and $home_=1) |
17 | !set wims_ref_class=wims_button wims_warning |
17 | !set wims_ref_class=wims_button wims_warning |
18 | !href $li_&job=prep_erase $(wims_name_actionlist[6]) |
18 | !href $li_&job=prep_erase $(wims_name_actionlist[6]) |
19 |
|
19 | $ |
20 | !endif |
20 | !endif |
21 | !else |
21 | !else |
22 | !if $st_=1 |
22 | !if $st_=1 |
23 | !set wims_ref_class=wims_button |
23 | !set wims_ref_class=wims_button |
24 | !href $li_&job=expire $(wims_name_actionlist[2]) |
24 | !href $li_&job=expire $(wims_name_actionlist[2]) |
25 |
|
25 | $ |
26 | !set wims_ref_class=wims_button |
26 | !set wims_ref_class=wims_button wims_secondary_button |
27 | !href $li_&job=deactivate $(wims_name_actionlist[3]) |
27 | !href $li_&job=deactivate $(wims_name_actionlist[3]) |
28 | !else |
28 | !else |
29 | !set wims_ref_class=wims_button |
29 | !set wims_ref_class=wims_button |
30 | !if $st_=2 |
30 | !if $st_=2 |
31 | !href $li_&job=hide $(wims_name_actionlist[4]) |
31 | !href $li_&job=hide $(wims_name_actionlist[4]) |
32 | !else |
32 | !else |
33 | !href $li_&job=expire $(wims_name_actionlist[5]) |
33 | !href $li_&job=expire $(wims_name_actionlist[5]) |
34 | !endif |
34 | !endif |
35 |
|
35 | $ |
36 | !set wims_ref_class=wims_button |
36 | !set wims_ref_class=wims_button |
37 | !href $li_&job=reactivate $(wims_name_actionlist[1]) |
37 | !href $li_&job=reactivate $(wims_name_actionlist[1]) |
38 |
|
38 | $ |
39 | !set wims_ref_class=wims_button |
39 | !set wims_ref_class=wims_button wims_secondary_button |
40 | !href $li_&job=deactivate $(wims_name_actionlist[3]) |
40 | !href $li_&job=deactivate $(wims_name_actionlist[3]) |
41 | !endif |
41 | !endif |
42 | !endif |
42 | !endif |
43 | 43 |