diff options
author | Thomas Willingham <beardyunixer@beardyunixer.com> | 2014-10-11 15:45:00 +0100 |
---|---|---|
committer | Thomas Willingham <beardyunixer@beardyunixer.com> | 2014-10-11 15:45:00 +0100 |
commit | 2b472b2b487cc78cf0bdcc5a885f62afbddeb036 (patch) | |
tree | f59d42b4b4c2ddc098825c81ccaa3351f286670b | |
parent | d54d62b601d27788c04a149f6fe28d448a466966 (diff) | |
download | volse-hubzilla-2b472b2b487cc78cf0bdcc5a885f62afbddeb036.tar.gz volse-hubzilla-2b472b2b487cc78cf0bdcc5a885f62afbddeb036.tar.bz2 volse-hubzilla-2b472b2b487cc78cf0bdcc5a885f62afbddeb036.zip |
Give Redbasic the -styled back
-rw-r--r-- | view/tpl/webpagelist.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/webpagelist.tpl b/view/tpl/webpagelist.tpl index 8d93460ae..acb132521 100644 --- a/view/tpl/webpagelist.tpl +++ b/view/tpl/webpagelist.tpl @@ -1,7 +1,7 @@ {{$listtitle}} {{if $pages}} - <div id="pagelist-content-wrapper"> + <div id="pagelist-content-wrapper" class="generic-content-wrapper-styled"> <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> {{foreach $pages as $key => $items}} |