Merge pull request #278 from finnlabs/housekeeping/sticky-header

Apply sticky headers
pull/6827/head
Oliver Günther 8 years ago committed by GitHub
commit 5e94ec3d76
  1. 4
      app/views/cost_objects/_list.html.erb
  2. 16
      app/views/cost_objects/_show_variable_cost_object.html.erb
  3. 4
      app/views/cost_objects/subform/_labor_budget_subform.html.erb
  4. 4
      app/views/cost_objects/subform/_material_budget_subform.html.erb
  5. 6
      app/views/cost_types/_list.html.erb
  6. 6
      app/views/cost_types/_list_deleted.html.erb
  7. 6
      app/views/cost_types/edit.html.erb
  8. 6
      app/views/costlog/_list.html.erb
  9. 4
      app/views/hourly_rates/_list_default.html.erb
  10. 4
      app/views/hourly_rates/_list_project.html.erb
  11. 6
      app/views/hourly_rates/edit.html.erb

@ -22,7 +22,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<div class="generic-table--container">
<div class="generic-table--results-container">
<table interactive-table class="generic-table" id="material_budget_items">
<table class="generic-table" id="material_budget_items">
<colgroup>
<col highlight-col>
<col highlight-col>
@ -103,7 +103,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<% end %>
</tbody>
</table>
<div class="generic-table--header-background"></div>
</div>
</div>

@ -28,7 +28,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<div>
<div class="generic-table--container -with-footer">
<div class="generic-table--results-container">
<table interactive-table class="generic-table material_budget_items">
<table class="generic-table material_budget_items">
<colgroup>
<col highlight-col>
<col highlight-col>
@ -97,7 +97,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
</tfoot>
<% end %>
</table>
<div class="generic-table--header-background"></div>
<div class="generic-table--footer-background"></div>
</div>
</div>
@ -108,7 +108,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<div>
<div class="generic-table--container -with-footer">
<div class="generic-table--results-container">
<table interactive-table class="generic-table material_budget_items">
<table class="generic-table material_budget_items">
<colgroup>
<col highlight-col>
<col highlight-col>
@ -190,7 +190,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
</tfoot>
<% end %>
</table>
<div class="generic-table--header-background"></div>
<div class="generic-table--footer-background"></div>
</div>
</div>
@ -209,7 +209,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<div>
<div class="generic-table--container -with-footer">
<div class="generic-table--results-container">
<table interactive-table class="generic-table labor_budget_items">
<table class="generic-table labor_budget_items">
<colgroup>
<col highlight-col>
<col highlight-col>
@ -284,7 +284,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
</tfoot>
<% end %>
</table>
<div class="generic-table--header-background"></div>
<div class="generic-table--footer-background"></div>
</div>
</div>
@ -295,7 +295,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<div>
<div class="generic-table--container -with-footer">
<div class="generic-table--results-container">
<table interactive-table class="generic-table labor_budget_items">
<table class="generic-table labor_budget_items">
<colgroup>
<col highlight-col>
<col highlight-col>
@ -378,7 +378,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
</tr>
</tfoot>
</table>
<div class="generic-table--header-background"></div>
<div class="generic-table--footer-background"></div>
</div>
</div>

@ -29,7 +29,7 @@ end -%>
<legend class="form--fieldset-legend" onclick="toggleFieldset(this);"><%= VariableCostObject.human_attribute_name(:labor_budget) %></legend>
<div class="generic-table--container">
<div class="generic-table--results-container">
<table interactive-table class="generic-table" id="labor_budget_items">
<table class="generic-table" id="labor_budget_items">
<colgroup>
<col highlight-col>
<col highlight-col>
@ -89,7 +89,7 @@ end -%>
<%- end -%>
</tbody>
</table>
<div class="generic-table--header-background"></div>
</div>
</div>
<div class="wp-inline-create-button">

@ -27,7 +27,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<legend class="form--fieldset-legend" onclick="toggleFieldset(this);"><%= VariableCostObject.human_attribute_name(:material_budget) %></legend>
<div class="generic-table--container">
<div class="generic-table--results-container">
<table interactive-table class="generic-table" id="material_budget_items">
<table class="generic-table" id="material_budget_items">
<colgroup>
<col highlight-col>
<col highlight-col>
@ -96,7 +96,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<%- end -%>
</tbody>
</table>
<div class="generic-table--header-background"></div>
</div>
</div>
<div class="wp-inline-create-button">

@ -25,7 +25,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<% else %>
<div class="generic-table--container">
<div class="generic-table--results-container">
<table interactive-table class="generic-table">
<table class="generic-table">
<colgroup>
<col highlight-col>
<col highlight-col>
@ -67,7 +67,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
</div>
</div>
</th>
<th></th>
<th><div class="generic-table--empty-header"></div></th>
</tr>
</thead>
<tbody>
@ -102,7 +102,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<% end %>
</tbody>
</table>
<div class="generic-table--header-background"></div>
</div>
</div>
<%# Moved from assets since this is the only remaining confirmation JS from the old costs code %>

@ -25,7 +25,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<% else %>
<div class="generic-table--container">
<div class="generic-table--results-container">
<table interactive-table class="generic-table locked_cost_types">
<table class="generic-table locked_cost_types">
<colgroup>
<col highlight-col>
<col highlight-col>
@ -57,7 +57,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
</div>
</div>
</th>
<th></th>
<th><div class="generic-table--empty-header"></div></th>
</tr>
</thead>
<tbody>
@ -80,7 +80,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<% end %>
</tbody>
</table>
<div class="generic-table--header-background"></div>
</div>
</div>
<% end %>

@ -52,7 +52,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<h3><%= t :caption_rate_history %></h3>
<div class="generic-table--container">
<div class="generic-table--results-container">
<table interactive-table class="generic-table">
<table class="generic-table">
<colgroup>
<col highlight-col>
<col highlight-col>
@ -78,7 +78,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
</div>
</div>
</th>
<th></th>
<th><div class="generic-table--empty-header"></div></th>
</tr>
</thead>
<tbody id="rates_body" class="subform-container">
@ -99,7 +99,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<%- end -%>
</tbody>
</table>
<div class="generic-table--header-background"></div>
</div>
</div>
<div class="wp-inline-create-button">

@ -20,7 +20,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<div class="generic-table--container">
<div class="generic-table--results-container">
<table interactive-table class="generic-table cost_entries">
<table class="generic-table cost_entries">
<colgroup>
<col highlight-col>
<col highlight-col>
@ -48,7 +48,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
</th>
<%= sort_header_tag('units', :caption => t(:label_units)) %>
<%= sort_header_tag('costs', :caption => t(:label_overall_costs)) %>
<th></th>
<th><div class="generic-table--empty-header"></div></th>
</tr>
</thead>
<tbody>
@ -88,6 +88,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<% end -%>
</tbody>
</table>
<div class="generic-table--header-background"></div>
</div>
</div>

@ -27,7 +27,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<% else %>
<div class="generic-table--container">
<div class="generic-table--results-container">
<table interactive-table class="generic-table rates">
<table class="generic-table rates">
<colgroup>
<col highlight-col>
<col highlight-col>
@ -75,7 +75,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<%- end -%>
</tbody>
</table>
<div class="generic-table--header-background"></div>
</div>
</div>
<% end %>

@ -40,7 +40,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<% else %>
<div class="generic-table--container">
<div class="generic-table--results-container">
<table interactive-table class="generic-table rates">
<table class="generic-table rates">
<colgroup>
<col highlight-col>
<col highlight-col>
@ -87,7 +87,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<%- end -%>
</tbody>
</table>
<div class="generic-table--header-background"></div>
</div>
</div>
<% end %>

@ -39,7 +39,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<%- end -%>
<div class="generic-table--container">
<div class="generic-table--results-container">
<table interactive-table class="generic-table rates" width="200px">
<table class="generic-table rates" width="200px">
<colgroup>
<col highlight-col>
<col highlight-col>
@ -65,7 +65,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
</div>
</div>
</th>
<th></th>
<th><div class="generic-table--empty-header"></div></th>
</tr>
</thead>
<tbody id="rates_body" class="subform-container">
@ -75,7 +75,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<%- end -%>
</tbody>
</table>
<div class="generic-table--header-background"></div>
</div>
</div>
<div class="wp-inline-create-button">

Loading…
Cancel
Save