code from amapei

This commit is contained in:
cagette@ct8
2020-09-26 18:25:18 +00:00
parent 42fe367911
commit 72b4699871
1966 changed files with 220437 additions and 2 deletions
+35
View File
@@ -0,0 +1,35 @@
::use 'design.mtt'::
<div class="col-md-9">
<div class="article">
<h2>::_("Update")::</h2>
<table class="table table-bordered">
::foreach s status::
<tr>
<th>
::s.parameter::
</th>
<td>
$$bool(::s.valid::)
</td>
<td>
::s.message::
</td>
<td>
::if !s.valid::
<a href="/install/update::s.parameter::" class="btn btn-primary">::_("Update")::</a>
::end::
</td>
</tr>
::end::
</table>
</div>
</div>
::end::