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
itminedu
gredu_labs
Commits
d879fdfa
Commit
d879fdfa
authored
Mar 15, 2016
by
Vassilis Kanellopoulos
Browse files
fix #47
parent
815a7bf0
Changes
1
Hide whitespace changes
Inline
Side-by-side
module/schools/templates/schools/assets.twig
View file @
d879fdfa
...
...
@@ -67,7 +67,7 @@
<div
class=
"modal-body"
>
{{
macros.select
(
'itemcategory_id'
,
'Τύπος'
,
item_categories
,
''
)
}}
{{
macros.select
(
'lab_id'
,
'Χώρος'
,
labs
,
''
)
}}
{{
macros.input
(
'qty'
,
'Πλήθος'
,
'0'
,
'number'
)
}}
{{
macros.input
(
'qty'
,
'Πλήθος'
,
'0'
,
'number'
,
{
'min'
:
'1'
}
)
}}
{{
macros.select_year
(
'acquisition_year'
,
'Έτος κτήσης'
)
}}
{{
macros.text
(
'comments'
,
'Σχόλια/Παρατηρήσεις'
)
}}
<input
type=
"hidden"
name=
"id"
value=
""
>
...
...
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