Skip to content

Commit

Permalink
standardize style of category reports
Browse files Browse the repository at this point in the history
  • Loading branch information
dleffler committed Jan 30, 2018
1 parent 000e87f commit 40ec67f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
Expand Up @@ -13,9 +13,24 @@
*
*}

<div style="float:right; margin-top:15px;"><a href="{link controller=report action=batch_export applytoall=true}">{'Export This Data'|gettext}</a></div>
{css unique="showallbadcategorized" corecss="tables"}

{/css}

<div class="module store showall-uncategorized">
<div style="float:right; margin-top:15px;"><a href="{link controller=report action=batch_export applytoall=true}">{'Export This Data'|gettext}</a></div>
<h1>{'Improperly Categorized Products'|gettext}</h1>
{permissions}
<div class="module-actions">
{if $permissions.create}
{icon class="add" action=create text="Add a Product"|gettext}
{/if}
{if $permissions.manage}
{icon action=manage text="Manage Products"|gettext}
{icon controller=storeCategory action=manage text="Manage Store Categories"|gettext}
{/if}
</div>
{/permissions}
<div id="products">
{$page->links}
<table id="prods" class="exp-skin-table" style="width:95%">
Expand Down
Expand Up @@ -18,6 +18,7 @@
{/css}

<div class="module store showall-uncategorized">
<div style="float:right; margin-top:15px;"><a href="{link controller=report action=batch_export applytoall=true}">{'Export This Data'|gettext}</a></div>
<h1>{'Uncategorized Products'|gettext}</h1>
{permissions}
<div class="module-actions">
Expand All @@ -30,10 +31,6 @@
{/if}
</div>
{/permissions}
{if $config.moduledescription != ""}
{$config.moduledescription}
{/if}
{$myloc=serialize($__loc)}
<div id="products">
{pagelinks paginate=$page top=1}
<table id="prods" class="exp-skin-table" style="width:95%">
Expand Down

0 comments on commit 40ec67f

Please sign in to comment.