Inital commit

This commit is contained in:
2020-11-19 15:36:28 +01:00
parent 71f32f83d3
commit 66ce4ee218
18077 changed files with 2166122 additions and 35184 deletions

View File

@@ -31,7 +31,7 @@
</ul>
</nav>
{module_include location='tools_top'}
{hook name="exports.top" location="exports_top" }
{loop name="export-category" type="export-category" order=$category_order}
{ifloop rel="export-categ-list"}
@@ -61,7 +61,7 @@
{elseif $export_order == "id_reverse"}
<i class="glyphicon glyphicon-chevron-down"></i>
{/if}
<a href="{url path="/admin/export"}?{if $url_category}{$url_category}&{/if}export_order=id{if $export_order == "id"}_reverse{/if}#category_{$category_title}">
<a href="{url path="/admin/export"}?{if $url_category}{$url_category nofilter}&{/if}export_order=id{if $export_order == "id"}_reverse{/if}#category_{$category_title}">
{intl l="ID"}
</a>
</th>
@@ -71,7 +71,7 @@
{elseif $export_order == "alpha_reverse"}
<i class="glyphicon glyphicon-chevron-down"></i>
{/if}
<a href="{url path="/admin/export"}?{if $url_category}{$url_category}&{/if}export_order=alpha{if $export_order == "alpha"}_reverse{/if}#category_{$category_title}">
<a href="{url path="/admin/export"}?{if $url_category}{$url_category nofilter}&{/if}export_order=alpha{if $export_order == "alpha"}_reverse{/if}#category_{$category_title}">
{intl l="Name"}
</a>
</th>
@@ -84,10 +84,11 @@
{elseif $export_order == "manual_reverse"}
<i class="glyphicon glyphicon-chevron-down"></i>
{/if}
<a href="{url path="/admin/export"}?{if $url_category}{$url_category}&{/if}export_order=manual{if $export_order == "manual"}_reverse{/if}#category_{$category_title}">
<a href="{url path="/admin/export"}?{if $url_category}{$url_category nofilter}&{/if}export_order=manual{if $export_order == "manual"}_reverse{/if}#category_{$category_title}">
{intl l="Position"}
</a>
</th>
{hook name="export.table-header"}
<th class="col-md-1">
{intl l="Actions"}
</th>
@@ -100,7 +101,7 @@
{$ID}
</td>
<td>
<a href="#category_{$category_title}" class="btn-show-export-modal" data-id="{$ID}" data-url="{$URL}">{$TITLE}</a>
<a class="btn-show-export-modal" href="#category_{$category_title}" data-id="{$ID}" data-url="{$URL nofilter}">{$TITLE}</a>
</td>
<td>
{$DESCRIPTION nofilter}
@@ -116,15 +117,17 @@
id=$ID
}
</td>
{hook name="export.table-row" export_id=$ID}
<td>
<div class="btn-group">
<a class="btn btn-default btn-xs btn-show-export-modal" data-id="{$ID}" data-url="{$URL}" title="{intl l="Do this export"}">
<a class="btn btn-default btn-xs btn-show-export-modal" data-id="{$ID}" data-url="{$URL nofilter}" title="{intl l="Do this export"}">
<span class="glyphicon glyphicon-open"></span>
</a>
</div>
</td>
</tr>
{/loop}
{hook name="exports.row" category=$ID }
</tbody>
</table>
</div>
@@ -141,7 +144,8 @@
</div>
{/elseloop}
{module_include location='configuration_bottom'}
{hook name="exports.bottom" location="exports_bottom" }
</div>
</div>
{/block}
@@ -241,5 +245,5 @@
});
});
</script>
{module_include location='configuration-js'}
{/block}
{hook name="exports.js" location="exports-js" }
{/block}