Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Σταύρος Παπαδάκης
gredu_labs
Commits
3e194635
Commit
3e194635
authored
Mar 03, 2016
by
Georgios Tsakalos
Browse files
make software lab field a select box
parent
044d0ae6
Changes
1
Hide whitespace changes
Inline
Side-by-side
module/schools/templates/schools/software.twig
View file @
3e194635
...
...
@@ -68,7 +68,7 @@
{{
macros.select
(
'softwarecategory_id'
,
'Κατηγορία'
,
categories
,
''
,
{
'required'
:
''
}
)
}}
{{
macros.input
(
'vendor'
,
'Προμηθευτής'
,
''
,
'tel'
,
{
'required'
:
''
}
)
}}
{{
macros.input
(
'url'
,
'URL'
,
''
,
'text'
,
{
'required'
:
''
}
)
}}
{{
macros.
inpu
t
(
'lab_id'
,
'Χώρος'
,
''
,
'text
'
,
{}
)
}}
{{
macros.
selec
t
(
'lab_id'
,
'Χώρος'
,
labs
,
'
'
,
{}
)
}}
<input
type=
"hidden"
name=
"id"
value=
""
>
</div>
<div
class=
"modal-footer"
>
...
...
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