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
a9ee81ff
Commit
a9ee81ff
authored
Mar 01, 2016
by
Georgios Tsakalos
Browse files
update software template
parent
3b24976e
Changes
1
Hide whitespace changes
Inline
Side-by-side
module/schools/templates/schools/software.twig
View file @
a9ee81ff
...
...
@@ -63,13 +63,11 @@
<h4
class=
"modal-title"
>
Στοιχεία λογισμικού
</h4>
</div>
<div
class=
"modal-body"
>
{{
macros.input
(
'name'
,
'Όνομα'
,
''
,
'text'
,
{
'required'
:
''
}
)
}}
{{
macros.input
(
'surname'
,
'Επώνυμο'
,
''
,
'text'
,
{
'required'
:
''
}
)
}}
{{
macros.input
(
'telephone'
,
'Τηλέφωνο'
,
''
,
'tel'
,
{
'required'
:
''
}
)
}}
{{
macros.input
(
'email'
,
'Email'
,
''
,
'email'
,
{
'required'
:
''
}
)
}}
{{
macros.select
(
'branch_id'
,
'Ειδικότητα'
,
branches
,
''
,
{
'required'
:
''
}
)
}}
{{
macros.checkbox
(
'is_principle'
,
'Διευθυντής'
)
}}
{{
macros.checkbox
(
'is_responsible'
,
'Υπεύθυνος εργαστηρίου'
)
}}
{{
macros.input
(
'title'
,
'Τίτλος'
,
''
,
'text'
,
{
'required'
:
''
}
)
}}
{{
macros.input
(
'softwarecategory_id'
,
'Κατηγορία'
,
''
,
'text'
,
{
'required'
:
''
}
)
}}
{{
macros.input
(
'vendor'
,
'Προμηθευτής'
,
''
,
'tel'
,
{
'required'
:
''
}
)
}}
{{
macros.input
(
'url'
,
'URL'
,
''
,
'text'
,
{
'required'
:
''
}
)
}}
{{
macros.input
(
'lab_id'
,
'Χώρος'
,
''
,
'text'
,
{}
)
}}
<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