lib/tabulatr/tabulatr/batch_actions.rb in tabulatr-0.0.2 vs lib/tabulatr/tabulatr/batch_actions.rb in tabulatr-0.0.3
- old
+ new
@@ -21,10 +21,10 @@
# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#++
class Tabulatr
- # render the select tag for batch actions
+ # render the select tag or the buttons for batch actions
def render_batch_actions
make_tag(:div, :class => @table_options[:batch_actions_div_class]) do
concat(t(@table_options[:batch_actions_label])) if @table_options[:batch_actions_label]
iname = "#{@classname}#{TABLE_FORM_OPTIONS[:batch_postfix]}"
case @table_options[:batch_actions_type]
\ No newline at end of file