Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iena-path-block
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-path-block
Commits
6526d80b
Commit
6526d80b
authored
6 years ago
by
Thomas Fradet
Browse files
Options
Downloads
Patches
Plain Diff
block css
parent
d2422b18
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
CHANGELOG.md
+2
-0
2 additions, 0 deletions
CHANGELOG.md
block_career.php
+1
-1
1 addition, 1 deletion
block_career.php
lang/en/block_career.php
+1
-1
1 addition, 1 deletion
lang/en/block_career.php
lang/fr/block_career.php
+1
-1
1 addition, 1 deletion
lang/fr/block_career.php
with
5 additions
and
3 deletions
CHANGELOG.md
+
2
−
0
View file @
6526d80b
...
...
@@ -112,6 +112,8 @@ Ajout de coches sexy, crédit : https://jalokim.graphics/playground/fancy-checkb
Amélioration de l'apparence de la liste dans le bloc et fusion des boutons avec cette liste (en couleur).
Amélioration de l'apprence du message si pas de parcours encore existants.
### Place du block
Suppression du titre de section de paramètre inutile dans le fichier
`edit_form.php`
.
...
...
This diff is collapsed.
Click to expand it.
block_career.php
+
1
−
1
View file @
6526d80b
...
...
@@ -97,7 +97,7 @@ class block_career extends block_base
$this
->
content
->
text
.
=
'</div>'
;
if
(
empty
(
$request
))
{
$this
->
content
->
text
.
=
"<p>"
.
get_string
(
'any_carrer'
,
'block_career'
)
.
"</p>"
;
$this
->
content
->
text
.
=
"<p
class='alert alert-secondary m-t-1'
>"
.
get_string
(
'any_carrer'
,
'block_career'
)
.
"</p>"
;
}
// $this->content->text .= "<p></p>";
...
...
This diff is collapsed.
Click to expand it.
lang/en/block_career.php
+
1
−
1
View file @
6526d80b
...
...
@@ -14,6 +14,6 @@
$string
[
'titleaddelemdesc_plugin'
]
=
'Select course ressources and activities you want in your path.'
;
$string
[
'heading_plugin'
]
=
'You can create a Path to group activities and ressources appart from the other inside a learning path. '
;
$string
[
'add_path'
]
=
'Add a path'
;
$string
[
'any_carrer'
]
=
'No Path in this course'
;
$string
[
'any_carrer'
]
=
'No Path in this course
.
'
;
$string
[
'list_title'
]
=
'Edit path list'
;
?>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
lang/fr/block_career.php
+
1
−
1
View file @
6526d80b
...
...
@@ -13,6 +13,6 @@
$string
[
'titleaddelemdesc_plugin'
]
=
'Sélectionnez des activités et ressources du cours que vous souhaitez ajouter au parcours.'
;
$string
[
'heading_plugin'
]
=
'Les parcours permettent de regrouper certaines ressources du cours dans un enchaînement particulier à part des autres.'
;
$string
[
'add_path'
]
=
'Ajouter un parcours'
;
$string
[
'any_carrer'
]
=
'Pas de parcours'
;
$string
[
'any_carrer'
]
=
'Pas de parcours
.
'
;
$string
[
'list_title'
]
=
'Édition des parcours'
;
?>
\ No newline at end of file
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