Give Redbasic the -styled back

This commit is contained in:
Thomas Willingham 2014-10-11 15:45:00 +01:00
parent d54d62b601
commit 2b472b2b48

View File

@ -1,7 +1,7 @@
{{$listtitle}} {{$listtitle}}
{{if $pages}} {{if $pages}}
<div id="pagelist-content-wrapper"> <div id="pagelist-content-wrapper" class="generic-content-wrapper-styled">
<table class="webpage-list-table"> <table class="webpage-list-table">
<tr><td>{{$actions_txt}}</td><td>{{$pagelink_txt}}</td><td>{{$title_txt}}</td><td>{{$created_txt}}</td><td>{{$edited_txt}}</td></tr> <tr><td>{{$actions_txt}}</td><td>{{$pagelink_txt}}</td><td>{{$title_txt}}</td><td>{{$created_txt}}</td><td>{{$edited_txt}}</td></tr>
{{foreach $pages as $key => $items}} {{foreach $pages as $key => $items}}