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
Σταύρος Παπαδάκης
e-epal
Commits
090cade6
Commit
090cade6
authored
Jun 13, 2017
by
Νίκος Κατσαούνος
Browse files
minor changes
parent
dc5391ff
Changes
2
Hide whitespace changes
Inline
Side-by-side
drupal/modules/epal/epal.routing.yml
View file @
090cade6
...
...
@@ -86,22 +86,6 @@ epal.allocation_second:
_controller
:
'
\Drupal\epal\Controller\Distribution::locateSecondPeriodStudents'
requirements
:
_user_is_logged_in
:
'
TRUE'
epal.sectorperschool
:
path
:
'
/epal/sectorperschool'
options
:
_auth
:
[
'
basic_auth'
]
defaults
:
_controller
:
'
\Drupal\epal\Controller\DirectorView::getSectorsPerSchool'
requirements
:
_user_is_logged_in
:
'
TRUE'
epal.specialityperschool
:
path
:
'
/epal/specialityperschool/{sectorId}'
options
:
_auth
:
[
'
basic_auth'
]
defaults
:
_controller
:
'
\Drupal\epal\Controller\DirectorView::getSpecialPerSchool'
requirements
:
_user_is_logged_in
:
'
TRUE'
epal.confirmstudents
:
path
:
'
/epal/confirmstudent'
options
:
...
...
drupal/modules/epal/src/Controller/PdfCreator.php
View file @
090cade6
...
...
@@ -576,7 +576,7 @@ private function createSchoolChoices($student) {
$this
->
pdf
->
SetFont
(
$this
->
fontBold
,
''
,
$this
->
fontSizeRegular
);
$this
->
pdf
->
Cell
(
$width
,
$height
,
$this
->
prepareString
(
$epalSchool
->
choice_no
->
value
),
0
,
0
,
'C'
);
$this
->
pdf
->
multiCell
(
4
*
width
,
$height
,
$this
->
prepareString
(
$epalSchoolName
->
name
->
value
),
0
,
'L'
);
$this
->
pdf
->
multiCell
(
4
*
$
width
,
$height
,
$this
->
prepareString
(
$epalSchoolName
->
name
->
value
),
0
,
'L'
);
}
}
...
...
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