diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-09-24 16:57:17 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-09-24 16:57:17 -0700 |
commit | 2844f276b9af6154e36706b7fe53438352493d58 (patch) | |
tree | e65482f81fe351484458ac3f35155cd829191980 /view | |
parent | e04f04ef0f79d938576668c57d7240d376155a8a (diff) | |
download | volse-hubzilla-2844f276b9af6154e36706b7fe53438352493d58.tar.gz volse-hubzilla-2844f276b9af6154e36706b7fe53438352493d58.tar.bz2 volse-hubzilla-2844f276b9af6154e36706b7fe53438352493d58.zip |
Document the additional content export options
Diffstat (limited to 'view')
-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> |