Fixed issue #28
This commit is contained in:
parent
dc5352a746
commit
0275214bd8
@ -1,4 +1,4 @@
|
||||
<ul class="nav container nav-tabs border-bottom-0">
|
||||
<ul class="nav container-fluid nav-tabs w-75 border-bottom-0">
|
||||
<mx:bloc id="TabeB">
|
||||
<li mXattribut="class:TabeView">
|
||||
<a mXattribut="href:UrlTabeView" mXattribut="class:ClassTabeView">
|
||||
@ -8,8 +8,8 @@
|
||||
</li>
|
||||
</mx:bloc id="TabeB">
|
||||
</ul>
|
||||
<div class="tab-content container px-2 py-2 border">
|
||||
<form id="configNode" name="configNode" role="form" class="container form-inline text-center px-0" method="post" action="#">
|
||||
<div class="tab-content container-fluid px-2 py-2 border w-75">
|
||||
<form id="configNode" name="configNode" role="form" class="form text-center px-0" method="post" action="#">
|
||||
<div class="card w-100">
|
||||
<div class="card-header">
|
||||
<h3><mx:text id="Delete_etape1"/></h3>
|
||||
@ -27,7 +27,7 @@
|
||||
</div>
|
||||
</form>
|
||||
|
||||
<form id="RecapNode" name="RecapNode" role="form" class="container form text-center px-0" method="post" mXattribut="action:urlAction">
|
||||
<form id="RecapNode" name="RecapNode" role="form" class="form text-center px-0" method="post" mXattribut="action:urlAction">
|
||||
<input type="hidden" name="node_id" mXattribut="value:NodeHiddenUpdate" class="hidden"/>
|
||||
<mx:bloc id="ToHidde">
|
||||
<div class="card w-100">
|
||||
|
Loading…
Reference in New Issue
Block a user