Working
Implementation of metadata for the exclusion of certain columns
This commit is contained in:
@@ -118,9 +118,9 @@
|
||||
<section class="row-fluid">
|
||||
<div class="span12 general-block-decorator">
|
||||
<table class="table table-striped">
|
||||
<caption>
|
||||
<caption class="clearfix">
|
||||
Rules
|
||||
<a class="btn btn-primary btn-add-item" title="Add a new rule">
|
||||
<a class="btn btn-primary pull-right" title="Add a new rule">
|
||||
<span class="icon-plus-sign icon-white"></span>
|
||||
</a>
|
||||
</caption>
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
<th>Title</th>
|
||||
<th>Expiration date</th>
|
||||
<th>Usage left</th>
|
||||
<th>Actions</th>
|
||||
<th class="{literal}{sorter: false}{/literal}">Actions</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@@ -92,7 +92,7 @@
|
||||
<th>Title</th>
|
||||
<th>Expiration date</th>
|
||||
<th>Usage left</th>
|
||||
<th>Actions</th>
|
||||
<th class="{literal}{sorter: false}{/literal}">Actions</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@@ -180,6 +180,10 @@
|
||||
<script src="{$asset_url}"></script>
|
||||
{/javascripts}
|
||||
|
||||
{javascripts file='../assets/js/tablesorter/jquery.metadata.js'}
|
||||
<script src="{$asset_url}"></script>
|
||||
{/javascripts}
|
||||
|
||||
{javascripts file='../assets/js/main.js'}
|
||||
<script src="{$asset_url}"></script>
|
||||
{/javascripts}
|
||||
|
||||
Reference in New Issue
Block a user