diff --git a/html/legajo_left.jsp b/html/legajo_left.jsp
index 6efa63a13ebede4e9918e8c022de867c7422bc89..9efacd3d36b5cf7eb42f8b6ffd698fa7daf48b81 100644
--- a/html/legajo_left.jsp
+++ b/html/legajo_left.jsp
@@ -3,12 +3,10 @@
-
<% navPlus.getPageHead(request, response); %>
-
BPM
@@ -17,13 +15,11 @@
/scripts/sdmenu/sdmenu.css">
@@ -35,63 +31,14 @@
Datos Personales
Buscar
Datos personales
-
-
-
-
-
-
-
-
diff --git a/scripts/bpm.css b/scripts/bpm.css
index 759490a927f94bc515a5c4e3ac90d7e2cddf7b3a..c124b694b1ffee1f17c522f010212378b486df12 100644
--- a/scripts/bpm.css
+++ b/scripts/bpm.css
@@ -2,6 +2,7 @@
/* TD{
border: black solid 1px;
} */
+@import "css/rrhh.css";
.tableClass{
background: #DCDCDC;
width: 810px;
diff --git a/scripts/bpm.js b/scripts/bpm.js
index 7ac8884b8fad02a20ebd1364af4a0e26c0448efd..2dcb8616a6f64f61ce73d92897730b3fdc729590 100644
--- a/scripts/bpm.js
+++ b/scripts/bpm.js
@@ -5709,7 +5709,7 @@ function openWindow_reloj(){
var desde = document.getElementsByName("_CALENDAR_marc_desde_cp")[0].value;
var hasta = document.getElementsByName("_CALENDAR_marc_hasta_cp")[0].value;
var pg1;
- pg1="http://localhost/reloj/descargar_cedula.php?porfecha=TRUE&fecha_desde="+ desde + "&fecha_hasta=" + hasta;
+ pg1="http://stp-0102/reloj/descargar_cedula.php?porfecha=TRUE&fecha_desde="+ desde + "&fecha_hasta=" + hasta;
window.open(pg1 , "" , "resizable=yes,menubar=no,scrollbars=yes,width=400,height=200,left=320,top=250" );
}
/* frame de calculo*/
diff --git a/scripts/css/rrhh.css b/scripts/css/rrhh.css
new file mode 100644
index 0000000000000000000000000000000000000000..54b7f67cdc40ba396bd97607c6b51eea70779588
--- /dev/null
+++ b/scripts/css/rrhh.css
@@ -0,0 +1,12 @@
+/* CSS Document */
+.rrhh_right {
+text-align:right;
+}
+
+.rrhh_alert_right {
+ font-family: Verdana, Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ font-weight: bold;
+ color: Red;
+ text-align:right;
+}
\ No newline at end of file