I've also renamed the key for the settings title so the `<h1>` gets the `title` key, as done in other sections in the admin.
12 lines
594 B
Plaintext
12 lines
594 B
Plaintext
<span class="button columns-selector hollow" id="js-columns-selector" data-cookie="<%= cookie %>" data-default="<%= default.join(",") %>">
|
|
<span class="icon-banner"> </span>
|
|
<strong><%= t("admin.budget_investments.index.columns") %></strong>
|
|
</span>
|
|
|
|
<div class="hidden columns-selector-wrapper" id="js-columns-selector-wrapper">
|
|
<div class="hidden column-selector-item" id="column_selector_item_template">
|
|
<input type="checkbox" name="column-selector[template]" id="column_selector_template" data-column="template">
|
|
<label for="column_selector_template"></label>
|
|
</div>
|
|
</div>
|