Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
Asistencia
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Billy Larru
Asistencia
Commits
83377f17
Commit
83377f17
authored
6 years ago
by
Billy Larru
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[FIX asistencia administrativa]
parent
01701a17
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
control_asistencia_administrativa.js
...main/webapp/js/pages/control_asistencia_administrativa.js
+0
-1
controlAsistenciaAdministrativa.jsp
src/main/webapp/vistas/controlAsistenciaAdministrativa.jsp
+2
-2
No files found.
src/main/webapp/js/pages/control_asistencia_administrativa.js
View file @
83377f17
...
...
@@ -8,7 +8,6 @@ function getColumns() {
{
title
:
`APELLIDOS Y NOMBRES`
,
data
:
null
,
className
:
`text-center`
,
render
:
(
data
)
=>
{
let
nombresCompletos
;
let
nombres
=
data
.
nombres
;
...
...
This diff is collapsed.
Click to expand it.
src/main/webapp/vistas/controlAsistenciaAdministrativa.jsp
View file @
83377f17
...
...
@@ -15,7 +15,7 @@
<div
class=
"col-md-6 col-md-offset-3"
>
<div
class=
"panel panel-primary"
>
<div
class=
"panel-heading"
>
<h5
class=
"panel-title"
>
Filtros
</h5>
<h5
class=
"panel-title"
>
Búsqueda
</h5>
</div>
<div
class=
"panel-body"
>
...
...
@@ -71,7 +71,7 @@
<div
class=
"col-md-10 col-md-offset-1"
>
<div
class=
"panel panel-primary card-3"
style=
"margin-top: 30px"
>
<div
class=
"panel-heading"
style=
"padding: 8px 15px"
>
<h6
class=
"panel-title"
style=
"font-size: 15px; font-family: inherit"
>
L
ISTADO DE ASISTENCIAS ADMINISTRATIVAS
</h6>
<h6
class=
"panel-title"
style=
"font-size: 15px; font-family: inherit"
>
L
istado de Asistencias Administrativas
</h6>
</div>
<div
id=
"divDatatable"
></div>
</div>
...
...
This diff is collapsed.
Click to expand it.
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