Skip to content

Commit

Permalink
Esto se me había olvidado
Browse files Browse the repository at this point in the history
  • Loading branch information
J0hnG4lt committed Jun 11, 2017
1 parent 5ef7bbd commit 15f1e1b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
Binary file added www/img/iconos/banderas-idiomas.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 9 additions & 1 deletion www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,14 @@
position:absolute;
left: 0%;
top: 0%;"></a>


<img src="img/iconos/banderas-idiomas.png" alt="icon"
style="position:absolute;width:40%;height:10%; top: 80%; left: 30%;" />
<a style="display:block; position:absolute;left:30%; top:80%; width:20%; height:10%;"
onclick="cambiarIdiomaEspanyol();"></a>
<a style="display:block; position:absolute;left:50%; top:80%; width:20%; height:10%;"
onclick="cambiarIdiomaIngles();"></a>
</div>


Expand Down Expand Up @@ -349,7 +357,7 @@
style="width:100%; height:10%; overflow:hidden; position:relative">

<a style="display:block; width:40%; height:80%; position:absolute; left: 30%; top: 10%;"
onclick="guardarEstadoAplicacion();"></a>
onclick="guardarEstadoAplicacion();mostrarTipoRepresentacion();"></a>

</div>

Expand Down
1 change: 1 addition & 0 deletions www/js/almacen.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ function guardarEstadoAplicacion(){
}



}


Expand Down

0 comments on commit 15f1e1b

Please sign in to comment.