Skip to content

Commit

Permalink
SAK-29985 start using bootstrap classes in assignments velocity templ…
Browse files Browse the repository at this point in the history
…ates
  • Loading branch information
ottenhoff committed Feb 20, 2016
1 parent 472eaf9 commit 48df788
Show file tree
Hide file tree
Showing 7 changed files with 684 additions and 639 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
## Macro for the paginator
#macro( paginator $topMsgPos $btmMsgPos $allMsgNumber $pagesize $goFPButton $goPPButton $goNPButton $goLPButton $sakai_csrf_token $pagesizes )
<div class="listNav">
<div class="instruction" id="pagingHeader">
<div class="instruction" class="pagingHeader">
$tlang.getString( "gen.viewing" ) $topMsgPos - $btmMsgPos $tlang.getString( "gen.of" ) $allMsgNumber $tlang.getString( "gen.items" )
</div>
#if( $pagesize != 0 )
Expand Down Expand Up @@ -279,4 +279,4 @@
#end
</ul>
#end
<!-- end: assignment_macros.vm -->
<!-- end: assignment_macros.vm -->
Loading

0 comments on commit 48df788

Please sign in to comment.