]> git.mxchange.org Git - friendica.git/blob - view/theme/dispy/smarty3/lang_selector.tpl
f27838785b5379b243d348ec19c08d3381ebc800
[friendica.git] / view / theme / dispy / smarty3 / lang_selector.tpl
1 {{*
2  *      AUTOMATICALLY GENERATED TEMPLATE
3  *      DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
4  *
5  *}}<div id="lang-select-icon" class="icon s22 language" title="{{$title}}" onclick="openClose('language-selector');" ></div>
6 <div id="language-selector" style="display: none;" >
7         <form action="#" method="post" >
8                 <select name="system_language" onchange="this.form.submit();" >
9                         {{foreach $langs.0 as $v=>$l}}
10                                 <option value="{{$v}}" {{if $v==$langs.1}}selected="selected"{{/if}}>{{$l}}</option>
11                         {{/foreach}}
12                 </select>
13         </form>
14 </div>