Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
yotta
/
pictogram
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
60
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
7af1c13b
authored
Feb 28, 2017
by
Arturo Montejo Ráez
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
footer redesigned
parent
e2203629
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
15 additions
and
5 deletions
sails/src/assets/app/i18n/en-gb.json
sails/src/assets/app/i18n/es-es.json
sails/src/assets/scripts/modules/login/views/disclaimer.html
sails/src/assets/scripts/modules/login/views/signin.html
sails/src/assets/scripts/modules/translate/views/footer_translate.html
sails/src/assets/styles/main.css
sails/src/assets/app/i18n/en-gb.json
View file @
7af1c13b
...
...
@@ -347,6 +347,7 @@
"supervisor_note"
:
"If the parent aren't going to register in the platform, the administrator can use the notes field to store their information."
,
"supervisor_updated"
:
"Supervisor updated"
,
"supervisors"
:
"Supervisors"
,
"support"
:
"User support"
,
"surname"
:
"Surname"
,
"tag_deleted"
:
"Tag deleted"
,
"tape_background"
:
"Tape background"
,
...
...
sails/src/assets/app/i18n/es-es.json
View file @
7af1c13b
...
...
@@ -347,6 +347,7 @@
"supervisor_not_updated"
:
"El supervisor no se ha podido actualizar"
,
"supervisor_note"
:
"Si los padres no se van a dar de alta en la plataforma nunca, el administrador puede anotar la información de contacto en el campo notas."
,
"supervisor_updated"
:
"Supervisor actualizado"
,
"support"
:
"Atención al cliente"
,
"therapists"
:
"Terapeutas"
,
"supervisors"
:
"Supervisores"
,
"surname"
:
"Apellidos"
,
...
...
sails/src/assets/scripts/modules/login/views/disclaimer.html
View file @
7af1c13b
...
...
@@ -7,6 +7,7 @@
<div
class=
"col-lg-2"
>
</div>
<div
class=
"col-lg-8"
>
<p>
</p>
<p
class=
"text-center"
>
<a
href=
"/app"
><img
src=
"img/logo_pictogram.png"
alt=
"Pictogram"
title=
"Pictogram"
style=
"border-style: none"
/></a>
</p>
...
...
sails/src/assets/scripts/modules/login/views/signin.html
View file @
7af1c13b
...
...
@@ -7,6 +7,7 @@
<div
class=
"col-lg-2"
>
</div>
<div
class=
"col-lg-8"
>
<p>
</p>
<p
class=
"text-center"
>
<a
href=
"/app"
><img
src=
"img/logo_pictogram.png"
alt=
"Pictogram"
title=
"Pictogram"
style=
"border-style: none"
/></a>
</p>
...
...
sails/src/assets/scripts/modules/translate/views/footer_translate.html
View file @
7af1c13b
<div
class=
"languages"
>
<div
class=
"row"
>
<div
class=
"col-xs-
6
"
>
<div
class=
"languages-margin text-
center
"
>
<div
class=
"col-xs-
4
"
>
<div
class=
"languages-margin text-
left
"
>
<div
ng-controller=
"TranslateController"
class=
"btn-group"
role=
"group"
aria-label=
""
>
<button
type=
"button"
class=
"btn-link"
ng-click=
"changeLanguage('es-es')"
>
Español
</button>
<button
type=
"button"
class=
"btn-link"
>
|
</button>
...
...
@@ -9,10 +9,16 @@
</div>
</div>
</div>
<div
class=
"col-xs-
6
"
>
<div
class=
"col-xs-
4
"
>
<div
class=
"languages-margin text-center text-muted"
>
Powered by
<a
href=
"http://www.yottacode.com"
><img
src=
"img/logo_pictogram.png"
width=
"40px"
alt=
"Pictogram"
title=
"Pictogram"
/></a>
</div>
</div>
<div
class=
"col-xs-4"
>
<div
class=
"languages-margin text-right text-muted"
>
<a
href=
"mailto:soporte@yottacode.com"
translate
>
support
</a>
|
<a
href=
'/app/#/disclaimer'
target=
'_blank'
translate
>
disclaimer
</a>
</div>
</div>
</div>
</div>
sails/src/assets/styles/main.css
View file @
7af1c13b
/*******************/
/* Estil
o
s propios */
/* Estils propios */
/*******************/
/* Estilos generales */
...
...
@@ -134,7 +134,7 @@ div.languages{
border-top
:
1px
solid
#e7e7e7
;
}
.languages-margin
{
margin
:
20px
0
;
margin
:
20px
15px
20px
15px
;
}
.languages-margin
img
{
position
:
absolute
;
...
...
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