git-svn-id: https://dev.finn.de/svn/cockpit/branches/reporting_merge@1767 7926756e-e54e-46e6-9721-ed318f58905epull/6827/head
parent
1e55977f48
commit
03228a9fe2
@ -0,0 +1,10 @@ |
||||
<%# |
||||
This partial requires the following locals: |
||||
element a Hash containing the following keys: |
||||
- :filter_name => String: The name of a filter (e.g. activity_id) |
||||
- :hide => Boolean (optional, default = true): whether the content of this partial is initially hidden or not |
||||
%> |
||||
<td width="<%= element[:width] || 30 %>" <%= style="display:none" if element[:hide] %>> |
||||
<input id= "rm_<%= element[:filter_name] %>" name="fields[]" onclick="remove_filter('<%= element[:filter_name] %>');" |
||||
type="button" value="" class="icon filter_rem icon-filter-rem"/> |
||||
</td> |
Loading…
Reference in new issue