move frio template
This commit is contained in:
parent
7ea98869cc
commit
9f9dd18adc
1 changed files with 10 additions and 0 deletions
10
view/templates/settings/userexport.tpl
Normal file
10
view/templates/settings/userexport.tpl
Normal file
|
@ -0,0 +1,10 @@
|
|||
|
||||
<h3>{{$title}}</h3>
|
||||
|
||||
|
||||
{{foreach $options as $o}}
|
||||
<dl>
|
||||
<dt><a href="{{$o.0}}">{{$o.1}}</a></dt>
|
||||
<dd>{{$o.2}}</dd>
|
||||
</dl>
|
||||
{{/foreach}}
|
Loading…
Reference in a new issue