aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/layoutlist.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/tpl/layoutlist.tpl')
-rw-r--r--view/tpl/layoutlist.tpl6
1 files changed, 5 insertions, 1 deletions
diff --git a/view/tpl/layoutlist.tpl b/view/tpl/layoutlist.tpl
index 6812cf95b..ab7408eae 100644
--- a/view/tpl/layoutlist.tpl
+++ b/view/tpl/layoutlist.tpl
@@ -18,7 +18,8 @@
<div id="pagelist-content-wrapper" class="section-content-wrapper-np">
<table id="layout-list-table">
<tr>
- <th width="97%">{{$name}}</th>
+ <th width="1%">{{$name}}</th>
+ <th width="94%">{{$descr}}</th>
<th width="1%"></th>
<th width="1%"></th>
<th width="1%"></th>
@@ -35,6 +36,9 @@
{{$item.title}}
{{/if}}
</td>
+ <td>
+ {{$item.descr}}
+ </td>
<td class="webpage-list-tool">
{{if $edit}}
<a href="{{$baseurl}}/{{$item.url}}" title="{{$edit}}"><i class="icon-pencil"></i></a>