diff options
author | Thomas Willingham <founder@kakste.com> | 2013-07-11 01:37:41 +0100 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2013-07-11 01:37:41 +0100 |
commit | a4e1b4945a7becca5c0cea66edde286cb4080e41 (patch) | |
tree | 959087bb8b827abaaae777dbc55d1203c65ddbd9 /view/tpl | |
parent | 40a444f01b2d3e7cc9b9c8822a2e36c47e6a25f6 (diff) | |
download | volse-hubzilla-a4e1b4945a7becca5c0cea66edde286cb4080e41.tar.gz volse-hubzilla-a4e1b4945a7becca5c0cea66edde286cb4080e41.tar.bz2 volse-hubzilla-a4e1b4945a7becca5c0cea66edde286cb4080e41.zip |
Non-translatable string plus feature enabled check
Diffstat (limited to 'view/tpl')
-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 8ae9a1da8..c05e2ebee 100644 --- a/view/tpl/webpagelist.tpl +++ b/view/tpl/webpagelist.tpl @@ -3,7 +3,7 @@ {{foreach $pages as $key => $items}} <ul class="page-list"> {{foreach $items as $item}} -<li><a href="editwebpage/{{$item.url}}">Edit</a> {{$item.title}}</li> +<li><a href="editwebpage/{{$item.url}}">{{$editlink}}</a> {{$item.title}}</li> {{/foreach}} </ul> <div class="clear"></div> |