01. DADOS GERAIS
|
solucoes_totvs Solucoes_totvs_parceiros |
---|
SolucaoParceiros | Solucoes_totvs_parceirosexptotvs |
---|
SolucaoParcsExpsTOTVS | Linha de Produto: | |
---|
Segmento: | |
---|
Módulo: | MFT - Faturamento |
---|
Função: | mft.html.document-tag-config - Configurador de Tags |
---|
País: | Brasil |
---|
Ticket: | 10361992 |
---|
Requisito/Story/Issue |
---|
(informe o requisito relacionado)
02. SITUAÇÃO/REQUISITO
No configurador Configurador de tags Tags a versão do leiaute é obrigatória, porém para NFS-e quando o cliente utiliza TC 2.0, não há versão de leiaute NFS-e.
03. SOLUÇÃO
Foi alterado o configurador Configurador de tags Tags para pode poder manipular o XML quando utilizado o TC 2.0.
HTML |
---|
<style>
div.theme-default .ia-splitter #main {
margin-left: 0px;
}
.ia-fixed-sidebar, .ia-splitter-left {
display: none;
}
#main {
padding-left: 10px;
padding-right: 10px;
overflow-x: hidden;
}
.aui-header-primary .aui-nav, .aui-page-panel {
margin-left: 0px !important;
}
.aui-header-primary .aui-nav {
margin-left: 0px !important;
}
.aui-tabs.horizontal-tabs>.tabs-menu>.menu-item.active-tab a::after {
background: #FF9900; !important
}
.menu-item.active-tab {
border-bottom: none !important;
}
</style>
|