aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/duepuntozero
diff options
context:
space:
mode:
authorzottel <github@zottel.net>2012-04-16 13:53:05 +0200
committerzottel <github@zottel.net>2012-04-16 13:53:05 +0200
commit041f74dc775424f686a1cd95c00e0d63bfc4b99c (patch)
tree8ed665432fc5014a7a75c77eebaaa14b8b714f7c /view/theme/duepuntozero
parenta2c4ce74871dbe9e640cdeafc1574bda5b7fe144 (diff)
parentfd2f7dd6ae8871f09674a5325fd4d4ccea56b623 (diff)
downloadvolse-hubzilla-041f74dc775424f686a1cd95c00e0d63bfc4b99c.tar.gz
volse-hubzilla-041f74dc775424f686a1cd95c00e0d63bfc4b99c.tar.bz2
volse-hubzilla-041f74dc775424f686a1cd95c00e0d63bfc4b99c.zip
Merge remote branch 'upstream/master'
Diffstat (limited to 'view/theme/duepuntozero')
-rw-r--r--view/theme/duepuntozero/lang_selector.tpl10
1 files changed, 10 insertions, 0 deletions
diff --git a/view/theme/duepuntozero/lang_selector.tpl b/view/theme/duepuntozero/lang_selector.tpl
new file mode 100644
index 000000000..e777a0a86
--- /dev/null
+++ b/view/theme/duepuntozero/lang_selector.tpl
@@ -0,0 +1,10 @@
+<div id="lang-select-icon" class="icon s22 language" title="$title" onclick="openClose('language-selector');" ></div>
+<div id="language-selector" style="display: none;" >
+ <form action="#" method="post" >
+ <select name="system_language" onchange="this.form.submit();" >
+ {{ for $langs.0 as $v=>$l }}
+ <option value="$v" {{if $v==$langs.1}}selected="selected"{{endif}}>$l</option>
+ {{ endfor }}
+ </select>
+ </form>
+</div>