Skip to content
Snippets Groups Projects
Commit 7de8264a authored by gnaegi's avatar gnaegi
Browse files

OO-1571 add muted text to certificate date

parent e48a7ec7
No related branches found
No related tags found
No related merge requests found
<div class="o_block clearfix"> <div class="o_block clearfix">
<div class="pull-left"> <div class="pull-left">
<a href="$certificateUrl" target="_blank"><i class="o_icon o_filetype_pdf"> </i> $certificateName</a><br/> <a href="$certificateUrl" target="_blank"><i class="o_icon o_filetype_pdf"> </i> $certificateName</a><br/>
$certificateCreationDateMsg <div class="text-muted">$certificateCreationDateMsg</div>
</div> </div>
<div class="pull-right"> <div class="pull-right">
$r.render("download.button") $r.render("download.button")
......
...@@ -10,13 +10,12 @@ jQuery(function(){ ...@@ -10,13 +10,12 @@ jQuery(function(){
#end #end
<div class="o_efficiencystatement container-fluid"> <div class="o_efficiencystatement container-fluid">
#if($r.available("collectArtefactLink"))
<div class="pull-right">$r.render("collectArtefactLink")</div>
#end
<h3><i class="o_icon o_icon_certificate"> </i> $r.translate("efficiencystatement.title")</h3>
<div class="row"> <div class="row">
#if($r.available("collectArtefactLink"))
<div class="pull-right">$r.render("collectArtefactLink")</div>
#end
<h3><i class="o_icon o_icon_certificate"> </i> $r.translate("efficiencystatement.title")</h3>
#if($r.available("home.link") || $r.available("contact.link")) #if($r.available("home.link") || $r.available("contact.link"))
<div class="o_button_group_right o_block_bottom"> <div class="o_button_group_right o_block_bottom">
<div class=" btn-group"> <div class=" btn-group">
...@@ -31,7 +30,7 @@ jQuery(function(){ ...@@ -31,7 +30,7 @@ jQuery(function(){
#end #end
<div class="row"> <div class="row">
<div class="col-xs-12 col-sm-6"> <div class="col-xs-12 col-sm-6">
<table class="table table-bordered table-condensed table-striped"> <table class="table table-condensed table-striped">
<tbody> <tbody>
<tr> <tr>
<th style="width: 30%;">$r.translate("username")</th> <th style="width: 30%;">$r.translate("username")</th>
...@@ -58,7 +57,7 @@ jQuery(function(){ ...@@ -58,7 +57,7 @@ jQuery(function(){
</div> </div>
<div class="col-xs-12 col-sm-6"> <div class="col-xs-12 col-sm-6">
<table class="table table-bordered table-condensed table-striped"> <table class="table table-condensed table-striped">
<tbody> <tbody>
#if($courseTitle) #if($courseTitle)
<tr> <tr>
......
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