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="imports.top" location="imports-top" }
{loop name="import-category" type="import-category" order=$category_order}
{ifloop rel="import-categ-list"}
@@ -56,20 +56,21 @@
<thead>
<tr>
<th class="col-md-1">
<a href="{url path="/admin/import"}?{if $url_category}{$url_category}&{/if}import_order=id{if $import_order == "id"}_reverse{/if}">
<a href="{url path="/admin/import"}?{if $url_category}{$url_category nofilter}&{/if}import_order=id{if $import_order == "id"}_reverse{/if}">
{intl l="ID"}
</a>
</th>
<th class="col-md-8">
<a href="{url path="/admin/import"}?{if $url_category}{$url_category}&{/if}import_order=alpha{if $import_order == "alpha"}_reverse{/if}">
<a href="{url path="/admin/import"}?{if $url_category}{$url_category nofilter}&{/if}import_order=alpha{if $import_order == "alpha"}_reverse{/if}">
{intl l="Name"}
</a>
</th>
<th class="col-md-2">
<a href="{url path="/admin/import"}?{if $url_category}{$url_category}&{/if}import_order=manual{if $import_order == "manual"}_reverse{/if}">
<a href="{url path="/admin/import"}?{if $url_category}{$url_category nofilter}&{/if}import_order=manual{if $import_order == "manual"}_reverse{/if}">
{intl l="Position"}
</a>
</th>
{hook name="import.table-header"}
<th class="col-md-1">
{intl l="Actions"}
</th>
@@ -82,7 +83,7 @@
{$ID}
</td>
<td>
<a href="#category_{$category_title}" class="btn-show-import-modal" data-id="{$ID}" data-url="{$URL}">{$TITLE}</a>
<a href="#category_{$category_title}" class="btn-show-import-modal" data-id="{$ID}" data-url="{$URL nofilter}">{$TITLE}</a>
</td>
<td>
{admin_position_block
@@ -95,15 +96,17 @@
id=$ID
}
</td>
{hook name="import.table-row" import_id=$ID}
<td>
<div class="btn-group">
<a class="btn btn-default btn-xs btn-show-import-modal" href="#category_{$category_title}" data-id="{$ID}" data-url="{$URL}" title="{intl l="Do this import"}">
<a class="btn btn-default btn-xs btn-show-import-modal" href="#category_{$category_title}" data-id="{$ID}" data-url="{$URL nofilter}" title="{intl l="Do this import"}">
<span class="glyphicon glyphicon-open"></span>
</a>
</div>
</td>
</tr>
{/loop}
{hook name="imports.row" category=$ID }
</tbody>
</table>
</div>
@@ -120,7 +123,8 @@
</div>
{/elseloop}
{module_include location='configuration_bottom'}
{hook name="imports.bottom" location="imports-bottom" }
</div>
</div>
{/block}
@@ -195,5 +199,5 @@
});
});
</script>
{module_include location='configuration-js'}
{hook name="imports.js" location="imports-js" }
{/block}