first commit
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
{**
|
||||
* templates/admin/jobs.tpl
|
||||
*
|
||||
* Copyright (c) 2014-2022 Simon Fraser University
|
||||
* Copyright (c) 2003-2022 John Willinsky
|
||||
* Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
|
||||
*
|
||||
* Jobs index
|
||||
*}
|
||||
{extends file="layouts/backend.tpl"}
|
||||
|
||||
{block name="page"}
|
||||
<h1 class="app__pageHeading">
|
||||
{translate key=$pageTitle}
|
||||
</h1>
|
||||
<div class="app__contentPanel">
|
||||
<pkp-table
|
||||
:columns="columns"
|
||||
:rows="rows"
|
||||
:description="description"
|
||||
:label="label"
|
||||
></pkp-table>
|
||||
|
||||
<pagination v-if="lastPage > 1"
|
||||
:current-page="currentPage"
|
||||
:last-page="lastPage"
|
||||
:is-loading="isLoadingItems"
|
||||
@set-page="handlePagination"
|
||||
/>
|
||||
</div>
|
||||
{/block}
|
||||
Reference in New Issue
Block a user