Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iena-course-format
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
iena
iena-course-format
Commits
1a7a3e3d
Commit
1a7a3e3d
authored
1 year ago
by
DELARUELLE Myriam
Browse files
Options
Downloads
Patches
Plain Diff
fix css + plugin name
parent
40e9acb0
Loading
Loading
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
lang/en/format_iena.php
+1
-1
1 addition, 1 deletion
lang/en/format_iena.php
lang/fr/format_iena.php
+1
-1
1 addition, 1 deletion
lang/fr/format_iena.php
styles.css
+6
-5
6 additions, 5 deletions
styles.css
suivi_unit.php
+1
-1
1 addition, 1 deletion
suivi_unit.php
with
9 additions
and
8 deletions
lang/en/format_iena.php
+
1
−
1
View file @
1a7a3e3d
...
...
@@ -24,7 +24,7 @@
defined
(
'MOODLE_INTERNAL'
)
||
die
();
$string
[
'pluginname'
]
=
'
Blended learning format
'
;
$string
[
'pluginname'
]
=
'
Course format with advanced activity tracking
'
;
$string
[
'currentsection'
]
=
'The section'
;
$string
[
'editsection'
]
=
'Edit section'
;
$string
[
'deletesection'
]
=
'Delete section'
;
...
...
This diff is collapsed.
Click to expand it.
lang/fr/format_iena.php
+
1
−
1
View file @
1a7a3e3d
...
...
@@ -24,7 +24,7 @@
defined
(
'MOODLE_INTERNAL'
)
||
die
();
$string
[
'pluginname'
]
=
'Format
enseignement hybride
'
;
$string
[
'pluginname'
]
=
'Format
de cours avec suivi avancé des activités
'
;
$string
[
'currentsection'
]
=
'La section'
;
$string
[
'editsection'
]
=
'Modifier section'
;
$string
[
'deletesection'
]
=
'Supprimer section'
;
...
...
This diff is collapsed.
Click to expand it.
styles.css
+
6
−
5
View file @
1a7a3e3d
...
...
@@ -705,15 +705,15 @@ th.th-rotate {
th
.th-rotate
>
div
{
transform
:
/* Magic Numbers */
translate
(
18px
,
53px
)
/*translate(18px, 53px)*/
translate
(
18px
,
74px
)
/* 45 is really 360 - 45 */
rotate
(
315deg
);
width
:
30px
;
}
th
.th-rotate
>
div
>
span
{
border-bottom
:
1px
solid
#ccc
;
padding
:
5px
10px
;
padding-bottom
:
2px
;
padding
:
0px
3px
;
width
:
180px
;
display
:
block
;
...
...
@@ -748,7 +748,7 @@ th.th-rotate > div > span {
.state-1
span
.icon-progress
::after
{
content
:
"\f1
db
"
;
content
:
"\f1
0c
"
;
font-family
:
FontAwesome
;
width
:
100%
;
display
:
inline-block
;
text-align
:
center
;
color
:
white
;
font-size
:
130%
;
...
...
@@ -767,7 +767,7 @@ th.th-rotate > div > span {
}
.state-3
span
.icon-progress
::after
{
content
:
"\f
1db
"
;
content
:
"\f
05c
"
;
font-family
:
FontAwesome
;
width
:
100%
;
display
:
inline-block
;
text-align
:
center
;
color
:
white
;
font-size
:
130%
;
...
...
@@ -799,6 +799,7 @@ th.th-rotate > div > span {
.stud_perc
{
min-width
:
45px
;
display
:
inline-block
;
text-align
:
right
;
}
#table-body
td
{
...
...
This diff is collapsed.
Click to expand it.
suivi_unit.php
+
1
−
1
View file @
1a7a3e3d
...
...
@@ -142,7 +142,7 @@ function get_activities($completion, $activesectionid) {
$module
->
id
=
$activity
->
id
;
$module
->
name
=
$activity
->
name
;
$displayname
=
format_string
(
$activity
->
name
,
true
,
array
(
'context'
=>
$activity
->
context
));
$module
->
displayname
=
strlen
(
$displayname
)
>
2
0
?
mb_substr
(
$displayname
,
0
,
1
9
,
'UTF-8'
)
.
'…'
:
$displayname
;
$module
->
displayname
=
strlen
(
$displayname
)
>
3
0
?
mb_substr
(
$displayname
,
0
,
2
9
,
'UTF-8'
)
.
'…'
:
$displayname
;
$module
->
section
=
$activity
->
section
;
$modules
[]
=
$module
;
if
(
$activity
->
section
==
$activesectionid
||
$activesectionid
==
0
)
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment