Commit 75d75de9 authored by Luis Dávila's avatar Luis Dávila

Merge branch 'feature/Ajuste66' into develop

parents 63889cb7 5a7a6d0c
...@@ -19,7 +19,7 @@ function TituloGridTitulos(gridId) { ...@@ -19,7 +19,7 @@ function TituloGridTitulos(gridId) {
{ label: 'Subnumero', name: 'subnumero', width: 100, hidden: false }, { label: 'Subnumero', name: 'subnumero', width: 100, hidden: false },
{ label: 'Notificado', name: 'notificado', width: 150, hidden: false }, { label: 'Notificado', name: 'notificado', width: 150, hidden: false },
{ label: 'Estatus Título', name: 'estatusTitulo', width: 100, hidden: false }, { label: 'Estatus Título', name: 'estatusTitulo', width: 100, hidden: false },
{ label: 'Estatus SAP', name: 'estatusSap', width: 300, hidden: false } { label: 'Estatus SAP', name: 'estatusSap', width: 500, hidden: false }
]; ];
this.columns = this.columnsFijas.concat([]); this.columns = this.columnsFijas.concat([]);
this.reload(); this.reload();
......
...@@ -278,15 +278,6 @@ Number.prototype.toFixedDown = function(digits) { ...@@ -278,15 +278,6 @@ Number.prototype.toFixedDown = function(digits) {
<body class="l-dashboard" > <body class="l-dashboard" >
<s:if test="%{usuario.nombre==null}">
<script>
alert('Su sesin ha expirado.');
//window.location ="${contextPath}/";
</script>
</s:if>
<s:else>
</s:else>
<!--HEADER SLIDE--> <!--HEADER SLIDE-->
<header id="header" <header id="header"
class="l-header-slide l-header-slide-3 t-header-slide-3"> </header> class="l-header-slide l-header-slide-3 t-header-slide-3"> </header>
...@@ -317,7 +308,7 @@ Number.prototype.toFixedDown = function(digits) { ...@@ -317,7 +308,7 @@ Number.prototype.toFixedDown = function(digits) {
<!--Logo--> <!--Logo-->
<div class="widget-logo logo-in-side"> <div class="widget-logo logo-in-side">
<h1> <h1>
<a href="inicio"><span <a href="${pageContext.request.contextPath}/dla/inicio"><span
class="logo-default visible-default-inline-block"><img class="logo-default visible-default-inline-block"><img
src="${contextPath}/design/img/logo_side.png" alt="DLA"></span><span src="${contextPath}/design/img/logo_side.png" alt="DLA"></span><span
class="logo-medium visible-compact-inline-block"><img class="logo-medium visible-compact-inline-block"><img
...@@ -420,7 +411,7 @@ Number.prototype.toFixedDown = function(digits) { ...@@ -420,7 +411,7 @@ Number.prototype.toFixedDown = function(digits) {
class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span><span
class="icon-bar"></span> class="icon-bar"></span>
</button> </button>
<a href="inicio" class="navbar-brand widget-logo"><span <a href="${pageContext.request.contextPath}/dla/inicio" class="navbar-brand widget-logo"><span
class="logo-default-header"><img class="logo-default-header"><img
src="${contextPath}/design/img/logo_dark.png" alt="DLA"></span></a> src="${contextPath}/design/img/logo_dark.png" alt="DLA"></span></a>
</div> </div>
......
<%@include file="/jsp/common/defaultTopLogin.jsp"%> <%@include file="/jsp/common/defaultTopLogin.jsp"%>
<style>
.modal-lg, .modal-xl {
--bs-modal-width: 920px;
}
.modal-body {
padding: 30px !important;
}
</style>
<form action="operacionesContrato" method="post" id="forma" name="forma" <form action="operacionesContrato" method="post" id="forma" name="forma"
class="form-horizontal" onsubmit="desactivar()"> class="form-horizontal" onsubmit="desactivar()">
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment