Rev 5796 | Rev 12784 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 5796 | Rev 7479 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | <script type="text/javascript"> |
1 | <script type="text/javascript"> |
- | 2 | /*<![CDATA[*/ |
|
2 | function moveSelections(selectLeft, selectRight, selectHidden, action) { |
3 | function moveSelections(selectLeft, selectRight, selectHidden, action) { |
3 | var menuFrom; var menuTo; var i ; |
4 | var menuFrom; var menuTo; var i ; |
4 | if (action == 'add') { |
5 | if (action == 'add') { |
5 | menuFrom = selectLeft; |
6 | menuFrom = selectLeft; |
6 | menuTo = selectRight; |
7 | menuTo = selectRight; |
7 | } |
8 | } |
8 | else { |
9 | else { |
Line 75... | Line 76... | ||
75 | l.options[j].text = texte; |
76 | l.options[j].text = texte; |
76 | l.selectedIndex = j |
77 | l.selectedIndex = j |
77 | } |
78 | } |
78 | 79 | ||
79 | /* end javascript for HTML_QuickForm_advmultiselect */ |
80 | /* end javascript for HTML_QuickForm_advmultiselect */ |
80 | 81 | /*]]>*/ |
|
81 | </script> |
82 | </script> |