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
f6011ad0
authored
Jan 28, 2017
by
Sebastián Collado Montañez
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
issue #827 max characters alert
parent
d49b2c2b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
2 deletions
sails/src/assets/scripts/modules/student/views/pictoconfig.html
sails/src/assets/scripts/modules/student/views/pictoconfig.html
View file @
f6011ad0
<div
id=
"picto_config"
>
<div
class=
"modal-header"
>
<button
type=
"button"
class=
"close"
ng-click=
"close()"
>
<span
aria-hidden=
"true"
>
×
</span><span
class=
"sr-only"
translate
>
close
</span>
</button>
<h4
class=
"modal-title"
id=
"myModalLabel"
translate
>
pictogram_setup
</h4>
</div>
<div
class=
"modal-body"
>
<div
class=
"container-fluid"
>
<div
class=
"form-group"
>
<div
class=
"row"
>
<label
translate
>
expression
</label>
</div>
<!-- Modificable sólo si es el propietario del picto -->
<div
id=
"add_label"
class=
"input-group"
>
<div
class=
"row"
>
<div
class=
"col-xs-6"
>
<div
class=
"input-group"
id=
"add_label"
>
<span
class=
"input-group-addon glyphicon glyphicon-comment"
aria-hidden=
"true"
></span>
<input
type=
"text"
class=
"form-control"
ng-model=
"studentPicto.attributes.expression"
/>
</div>
</div>
<div
class=
"col-xs-6"
>
<div
class=
"alert alert-info"
style=
"margin: 0 auto;"
>
<strong>
¡Atención!
</strong>
La expresión debe tener un máximo de 8-10 caracteres.
</div>
</div>
</div>
</div>
<div
class=
"form-group"
>
<label
translate
>
legend
</label><br/>
...
...
@@ -48,7 +63,8 @@
<button
class=
"btn btn-secondary margin-right10 pull-right"
ng-click=
"close()"
translate
>
cancel
</button>
</div>
</div>
</div>
</div>
<!-- End modal-body -->
</div>
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