Skip to content
Snippets Groups Projects
Commit 2961fa2e authored by hg's avatar hg
Browse files

OO-1068: small fixes

parent 31ec7995
No related branches found
No related tags found
No related merge requests found
<div class="o_course_editor_publish">
<h4>$r.translate("publish.catalog.header")</h4>
<div class='b_info'>
<div class='o_info'>
<p>$r.translate("publish.catalog.reminder1")</p>
<p>$r.translate("publish.catalog.reminder2")</p>
</div>
<div class="b_clearfix">
<div class="clearfix">
$r.render("catalogSettings")
</div>
<div class="b_clearfix">
<div class="b_float_right">
<div class="clearfix">
<div class="text-right">
$r.render("publish.catalog.add")
</div>
</div>
#if($choice == 'yes')
<div class="b_clearfix o_course_editor_categories">
<div class="container-fluid o_course_editor_categories">
#foreach($category in $categories)
#if(!$category.getUserObject().isDeleted())
<div class="b_clearfix">
<div class="b_c75l">
<div class="row">
<div class="col-sm-9">
$category.getUserObject().getPath()
</div>
<div class="b_c25r">
<div class="col-sm-3">
$r.render($category.getComponent().getComponentName())
</div>
</div>
......
......@@ -6,7 +6,7 @@
#end
</div>
<h3>$fullname</h3>
<div class="row">
<div class="container-fluid"><div class="row">
<div class="col-sm-2">
$r.render("image")
</div>
......@@ -16,4 +16,4 @@
<div class="col-sm-5">
$r.render("courseInfos")
</div>
</div>
\ No newline at end of file
</div></div>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment