Skip to content
Snippets Groups Projects
Commit 45b09ff4 authored by Lea's avatar Lea
Browse files

enrol-ok

parent 1d04377c
Branches
No related tags found
No related merge requests found
...@@ -27,4 +27,5 @@ ...@@ -27,4 +27,5 @@
$string['enroll']='Enrollment to the path'; $string['enroll']='Enrollment to the path';
$string['manage']='Manage groups'; $string['manage']='Manage groups';
$string['any_group']='Any group'; $string['any_group']='Any group';
$string['save']='Save';
?> ?>
\ No newline at end of file
...@@ -194,10 +194,8 @@ ul.career-ul { ...@@ -194,10 +194,8 @@ ul.career-ul {
.right{ .right{
float right; float right;
width: 200px; width: 200px;
border: solid;
} }
.career-item{ .career-item{
width: 70%; width: 70%;
float: left; float: left;
border: solid;
} }
\ No newline at end of file
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
{{/current_group}} {{/current_group}}
</div> </div>
<div> <div>
<input type="submit" class="btn btn-primary" name="action" value="Enregistrer"> <input type="submit" class="btn btn-primary" name="action" value="{{save}}">
</div> </div>
</form> </form>
<a href="{{manage_group}}" class='btn btn-primary m-b-1'>{{manage}}</a> <a href="{{manage_group}}" class='btn btn-primary m-b-1'>{{manage}}</a>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment