Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
gredu_labs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Σταύρος Παπαδάκης
gredu_labs
Commits
d879fdfa
Commit
d879fdfa
authored
Mar 15, 2016
by
Vassilis Kanellopoulos
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix #47
parent
815a7bf0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
module/schools/templates/schools/assets.twig
module/schools/templates/schools/assets.twig
+1
-1
No files found.
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