diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-10-08 11:25:08 +1100 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-10-08 11:25:08 +1100 |
commit | 3377b299572f3856ebba4c3375ef7d7136fa3666 (patch) | |
tree | 3c7241dbc9667a9a73694bf11c8acfea11126995 /view/tpl | |
parent | e95753b1842b32fd0ae9565d31126b7341602906 (diff) | |
parent | 8bf45536d307c11980d11c53edeef997b6d70954 (diff) | |
download | volse-hubzilla-3377b299572f3856ebba4c3375ef7d7136fa3666.tar.gz volse-hubzilla-3377b299572f3856ebba4c3375ef7d7136fa3666.tar.bz2 volse-hubzilla-3377b299572f3856ebba4c3375ef7d7136fa3666.zip |
Merge pull request #395 from anaqreon/uexport
Add message about exporting by year/month to uexport
Diffstat (limited to 'view/tpl')
-rw-r--r-- | view/tpl/uexport.tpl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/view/tpl/uexport.tpl b/view/tpl/uexport.tpl index b9a1b9572..7eafd97a6 100644 --- a/view/tpl/uexport.tpl +++ b/view/tpl/uexport.tpl @@ -8,5 +8,12 @@ <p><b><a href="uexport/complete">{{$fulltitle}}</a></b></p> <p>{{$full}}</p> + + <p>{{$extra}}</p> + <p>{{$extra2}}</p> + <p>{{$extra3}}</p> + + <p>{{$extra4}}</p> + </div> </div> |