# HG changeset patch # User Paul Boddie # Date 1350837856 -7200 # Node ID 6e0ac368dee229627b117a2ee26f66cbe13fe42b # Parent 502a1532a3c2a0fc5b02fa7f3b919c1fd911c3b4 Moved HTML option list output to MoinSupport. diff -r 502a1532a3c2 -r 6e0ac368dee2 EventAggregatorSupport.py --- a/EventAggregatorSupport.py Sat Sep 29 17:49:35 2012 +0200 +++ b/EventAggregatorSupport.py Sun Oct 21 18:44:16 2012 +0200 @@ -77,20 +77,6 @@ "Extend the generic action support." - def get_option_list(self, value, values): - - """ - Return a list of HTML element definitions for options describing the - given 'values', selecting the option with the specified 'value' if - present. - """ - - options = [] - for available_value in values: - selected = self._get_selected(available_value, value) - options.append('' % (escattr(available_value), selected, escape(available_value))) - return options - def get_month_lists(self, default_as_current=0): """