Initial commit
This commit is contained in:
21
client/res/templates/modals/duplicate.tpl
Normal file
21
client/res/templates/modals/duplicate.tpl
Normal file
@@ -0,0 +1,21 @@
|
||||
<h4>{{translate 'duplicate' category="messages"}}</h4>
|
||||
|
||||
{{#if scope}}
|
||||
<div class="list-container margin-top-2x">{{{record}}}</div>
|
||||
{{else}}
|
||||
<div class="margin-top-2x">
|
||||
<table class="table table-panel">
|
||||
{{#each duplicates}}
|
||||
<tr>
|
||||
<td>
|
||||
<a
|
||||
href="#{{#if _entityType}}{{_entityType}}{{else}}{{../scope}}{{/if}}/view/{{id}}"
|
||||
target="_BLANK"
|
||||
>{{name}}</a>
|
||||
{{#if _entityType}}({{translate _entityType category='scopeNames'}}){{/if}}
|
||||
</td>
|
||||
</tr>
|
||||
{{/each}}
|
||||
</table>
|
||||
{{/if}}
|
||||
</div>
|
||||
Reference in New Issue
Block a user