Move admin/dbsync to src/Module
This commit is contained in:
parent
df947ba9db
commit
a201391d11
6 changed files with 113 additions and 101 deletions
19
view/templates/admin/dbsync/failed_updates.tpl
Normal file
19
view/templates/admin/dbsync/failed_updates.tpl
Normal file
|
@ -0,0 +1,19 @@
|
|||
|
||||
<div id="adminpage">
|
||||
<h2>{{$banner}}</h2>
|
||||
|
||||
<div id="failed_updates_desc">{{$desc nofilter}}</div>
|
||||
|
||||
{{if $failed}}
|
||||
{{foreach $failed as $f}}
|
||||
<h4>{{$f}}</h4>
|
||||
|
||||
<ul>
|
||||
<li><a href="{{$base}}/admin/dbsync/mark/{{$f}}">{{$mark}}</a></li>
|
||||
<li><a href="{{$base}}/admin/dbsync/{{$f}}">{{$apply}}</a></li>
|
||||
</ul>
|
||||
|
||||
<hr />
|
||||
{{/foreach}}
|
||||
{{/if}}
|
||||
</div>
|
8
view/templates/admin/dbsync/structure_check.tpl
Normal file
8
view/templates/admin/dbsync/structure_check.tpl
Normal file
|
@ -0,0 +1,8 @@
|
|||
|
||||
<div id="adminpage">
|
||||
<h2>{{$banner}}</h2>
|
||||
|
||||
<p><a href="{{$base}}/admin/dbsync/check">{{$check}}</a></p>
|
||||
|
||||
<hr />
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue