Final grid refactor for all templates and CSS/JS (newgrid -> grid)

This commit is contained in:
Lance Edgar 2017-07-14 21:15:22 -05:00
parent c57e2e17cc
commit 292546e44b
26 changed files with 329 additions and 687 deletions

View file

@ -41,9 +41,9 @@
$(function() {
$('.newgrid-wrapper .grid-header .tools select').selectmenu();
$('.grid-wrapper .grid-header .tools select').selectmenu();
$('.newgrid-wrapper').on('click', 'a.print_label', function() {
$('.grid-wrapper').on('click', 'a.print_label', function() {
var tr = $(this).parents('tr:first');
var quantity = $('table.label-printing #label-quantity');
if (isNaN(quantity.val())) {

View file

@ -154,7 +154,7 @@
<%def name="lookup_codes_panel()">
<div class="panel-grid" id="product-codes">
<h2>Additional Lookup Codes</h2>
<div class="newgrid full no-border">
<div class="grid full no-border">
<table>
<thead>
<th>Seq</th>
@ -176,7 +176,7 @@
<%def name="sources_panel()">
<div class="panel-grid" id="product-costs">
<h2>Vendor Sources</h2>
<div class="newgrid full no-border">
<div class="grid full no-border">
<table>
<thead>
<th>Pref.</th>