|
| |
21 |
21 |
set context_bar [ad_context_bar $page_title] |
|
| |
22 |
22 |
|
|
| |
23 |
23 |
# Figure out which actions to take on the selected adp:s |
|
| |
24 |
|
set replace_text_p [ad_decode [lsearch -exact $file_action replace_text] "-1" "0" "1"] |
|
| |
25 |
|
set replace_tags_p [ad_decode [lsearch -exact $file_action replace_tags] "-1" "0" "1"] |
|
| |
|
24 |
set replace_text_p [expr {"replace_text" in $file_action}] |
|
| |
|
25 |
set replace_tags_p [expr {"replace_tags" in $file_action}] |
|
| |
26 |
26 |
|
|
| |
27 |
27 |
# If no texts should be replaced we need not give the user a choice of keys to use and |
|
| |
28 |
28 |
# can go straight to the processing |