Fixed qware template of installmanager object coordination

This commit is contained in:
Rooty 2021-04-23 03:05:17 +02:00
parent 6c1942e989
commit 7a4efbe2f1
3 changed files with 46 additions and 18 deletions

View File

@ -34,6 +34,8 @@
</form>
</div>
</div>
</div>
<div class="card w-100 text-center border-0">
<div class="card-header text-center">
<h3><mx:text id="TxtObjectCoordination"/></h3>
</div>
@ -67,6 +69,8 @@
</tbody>
</table>
</div>
</div>
<div class="card w-100 text-center border-0">
<div class="card-header text-center">
<h3><mx:text id="TxtObjectPlugin"/></h3>
</div>
@ -98,6 +102,8 @@
</mx:bloc id="object_plugin">
</table>
</div>
</div>
<div class="card w-100 text-center border-0">
<div class="card-header text-center">
<h3><mx:text id="TxtObjectPrinting"/></h3>
</div>
@ -129,6 +135,8 @@
</mx:bloc id="object_printing">
</table>
</div>
</div>
<div class="card w-100 text-center border-0">
<div class="card-header text-center">
<h3><mx:text id="TxtTemplate"/></h3>
</div>
@ -160,6 +168,8 @@
</mx:bloc id="template">
</table>
</div>
</div>
<div class="card w-100 text-center border-0">
<div class="card-header text-center">
<h3><mx:text id="TxtUpgrade"/></h3>
</div>

View File

@ -19,10 +19,13 @@
</div>
<div class="card-body">
<div class="row mb-2">
<a mXattribut="href:jsDoBkp"><img src="data/template/default/media/picto/config.png" alt="config.png" /></a>
<a mXattribut="href:jsDoBkp"><mx:text id="MsgCreateBkpTitle"/></a>
<span class="w-100 align-center font-weight-bold">
<a mXattribut="href:jsDoBkp"><span class="fa fa-lg fa-2x fa-hdd-o text-success mr-2"></span><mx:text id="MsgCreateBkpTitle"/></a>
</span>
</div>
</div>
</div>
<div class="card w-100 text-center border-0">
<div class="card-header text-center">
<h3><mx:text id="TxtBkpList"/></h3>
</div>
@ -40,31 +43,36 @@
<tr>
<td><mx:text id="nom"/></td>
<td><mx:text id="date"/></td>
<td><span><a mXattribut="href:js"><span class="fa fa-lg fa-eye"></span></a></span></td>
<td class="align-middle"><a mXattribut="href:js"><span class="fa fa-lg fa-eye mr-2"></span></a></td>
</tr>
<tr style="display:none;" mXattribut="id:id">
<td colspan="3">
<table class="table">
<td class="py-0" colspan="3">
<table class="table my-0">
<tbody>
<mx:bloc id="DB">
<tr>
<td class="tabledetail">
<table class="table">
<caption></caption>
<tr>
<th><mx:text id="TxtName"/></th>
<th><mx:text id="TxtAction"/></th>
</tr>
<tr mXattribut="class:lineStyle">
<td class="lnColor2"><mx:text id="nom"/></td>
<td class="actionOne">
<a mXattribut="href:link" class="linkadd"></a>
<a mXattribut="href:linkDel" class="linkdelete"></a>
</td>
</tr>
<table class="table table-sm table-responsive-sm table-bordered table-striped table-hover mb-0 pb-0">
<tbody>
<!--<tr>
<th><mx:text id="TxtName"/></th>
<th><mx:text id="TxtAction"/></th>
</tr>-->
<tr mXattribut="class:lineStyle">
<td class="lnColor2"><mx:text id="nom"/></td>
<td class="actionOne">
<span class="float-right">
<a class="fa fa-lg fa-history text-success mr-2" mXattribut="href:link"></a>
<a class="fa fa-lg fa-trash text-danger mr-2" mXattribut="href:linkDel"></a>
</span>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</mx:bloc id="DB">
</tbody>
<mx:bloc id="SCRIPT">
<tr>
<td class="tabledetail">

View File

@ -16,6 +16,8 @@
<div class="card-title mx-auto w-75">
<p><mx:text id="TxtActionListInstallText"/></p>
</div>
</div>
<div class="card w-100 text-center border-0">
<div class="card-header text-center">
<h3><mx:text id="TxtObjectCoordination"/></h3>
</div>
@ -55,6 +57,8 @@
</tbody>
</table>
</div>
</div>
<div class="card w-100 text-center border-0">
<div class="card-header text-center">
<h3><mx:text id="TxtObjectPlugin"/></h3>
</div>
@ -94,6 +98,8 @@
</tbody>
</table>
</div>
</div>
<div class="card w-100 text-center border-0">
<div class="card-header text-center">
<h3><mx:text id="TxtObjectPrinting"/></h3>
</div>
@ -133,6 +139,8 @@
</tbody>
</table>
</div>
</div>
<div class="card w-100 text-center border-0">
<div class="card-header text-center">
<h3><mx:text id="TxtTemplate"/></h3>
</div>
@ -172,6 +180,8 @@
</tbody>
</table>
</div>
</div>
<div class="card w-100 text-center border-0">
<div class="card-header text-center">
<h3><mx:text id="TxtUpgrade"/></h3>
</div>