diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-04-25 22:35:24 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-04-25 22:35:24 +0200 |
commit | 31b5b06e42415ffaf98ca09ca8641ae64e67280f (patch) | |
tree | 1b7e0ea2df7bc55c8e23458f38a3f2ec64afe726 /view/tpl/layoutlist.tpl | |
parent | e01873b4cf3c217f7ee0baafbee1ba9dd42e0408 (diff) | |
download | volse-hubzilla-31b5b06e42415ffaf98ca09ca8641ae64e67280f.tar.gz volse-hubzilla-31b5b06e42415ffaf98ca09ca8641ae64e67280f.tar.bz2 volse-hubzilla-31b5b06e42415ffaf98ca09ca8641ae64e67280f.zip |
Provide webpage layout description
Diffstat (limited to 'view/tpl/layoutlist.tpl')
-rw-r--r-- | view/tpl/layoutlist.tpl | 6 |
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> |