Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
dda-front
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jose Francisco Montiel Jimenez
dda-front
Commits
75d75de9
Commit
75d75de9
authored
Sep 10, 2024
by
Luis Dávila
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature/Ajuste66' into develop
parents
63889cb7
5a7a6d0c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
12 deletions
+13
-12
front/src/main/webapp/js/dda/contrato/license/titulo/titulosFromContrato.js
...app/js/dda/contrato/license/titulo/titulosFromContrato.js
+1
-1
front/src/main/webapp/jsp/common/defaultTopLogin.jsp
front/src/main/webapp/jsp/common/defaultTopLogin.jsp
+2
-11
front/src/main/webapp/jsp/dda/contrato/generales/generales.jsp
.../src/main/webapp/jsp/dda/contrato/generales/generales.jsp
+10
-0
No files found.
front/src/main/webapp/js/dda/contrato/license/titulo/titulosFromContrato.js
View file @
75d75de9
...
...
@@ -19,7 +19,7 @@ function TituloGridTitulos(gridId) {
{
label
:
'
Subnumero
'
,
name
:
'
subnumero
'
,
width
:
100
,
hidden
:
false
},
{
label
:
'
Notificado
'
,
name
:
'
notificado
'
,
width
:
150
,
hidden
:
false
},
{
label
:
'
Estatus Título
'
,
name
:
'
estatusTitulo
'
,
width
:
100
,
hidden
:
false
},
{
label
:
'
Estatus SAP
'
,
name
:
'
estatusSap
'
,
width
:
3
00
,
hidden
:
false
}
{
label
:
'
Estatus SAP
'
,
name
:
'
estatusSap
'
,
width
:
5
00
,
hidden
:
false
}
];
this
.
columns
=
this
.
columnsFijas
.
concat
([]);
this
.
reload
();
...
...
front/src/main/webapp/jsp/common/defaultTopLogin.jsp
View file @
75d75de9
...
...
@@ -278,15 +278,6 @@ Number.prototype.toFixedDown = function(digits) {
<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
id=
"header"
class=
"l-header-slide l-header-slide-3 t-header-slide-3"
>
</header>
...
...
@@ -317,7 +308,7 @@ Number.prototype.toFixedDown = function(digits) {
<!--Logo-->
<div
class=
"widget-logo logo-in-side"
>
<h1>
<a
href=
"inicio"
><span
<a
href=
"
${pageContext.request.contextPath}/dla/
inicio"
><span
class=
"logo-default visible-default-inline-block"
><img
src=
"${contextPath}/design/img/logo_side.png"
alt=
"DLA"
></span><span
class=
"logo-medium visible-compact-inline-block"
><img
...
...
@@ -420,7 +411,7 @@ Number.prototype.toFixedDown = function(digits) {
class=
"icon-bar"
></span><span
class=
"icon-bar"
></span><span
class=
"icon-bar"
></span>
</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
src=
"${contextPath}/design/img/logo_dark.png"
alt=
"DLA"
></span></a>
</div>
...
...
front/src/main/webapp/jsp/dda/contrato/generales/generales.jsp
View file @
75d75de9
<%@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"
class=
"form-horizontal"
onsubmit=
"desactivar()"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment