diff options
author | friendica <info@friendica.com> | 2014-03-05 03:19:20 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-03-05 03:19:20 -0800 |
commit | 61f47cd5ed6eee337d9ab30b65844b5118080b76 (patch) | |
tree | 03fabd542a446845640dff27e3b677718b7c409e /view/tpl | |
parent | cdcbc5816e21d53172c5396083b38fce4ab0ba38 (diff) | |
download | volse-hubzilla-61f47cd5ed6eee337d9ab30b65844b5118080b76.tar.gz volse-hubzilla-61f47cd5ed6eee337d9ab30b65844b5118080b76.tar.bz2 volse-hubzilla-61f47cd5ed6eee337d9ab30b65844b5118080b76.zip |
move language selector to a module
Diffstat (limited to 'view/tpl')
-rw-r--r-- | view/tpl/hdr.tpl | 1 | ||||
-rwxr-xr-x | view/tpl/lang_selector.tpl | 5 |
2 files changed, 3 insertions, 3 deletions
diff --git a/view/tpl/hdr.tpl b/view/tpl/hdr.tpl index b0d936742..f1e78b897 100644 --- a/view/tpl/hdr.tpl +++ b/view/tpl/hdr.tpl @@ -4,5 +4,4 @@ <li class="{5}"><a href="{0}" title="{2} {3}"><img src="{1}"><span class='contactname'>{2}</span>{3}<br><span class="notif-when">{4}</span></a></li> </ul> -{{if $langselector}}<div id="langselector" >{{$langselector}}</div>{{/if}} <div id="panel" style="display: none;"></div> diff --git a/view/tpl/lang_selector.tpl b/view/tpl/lang_selector.tpl index 159eeea7e..b512c759b 100755 --- a/view/tpl/lang_selector.tpl +++ b/view/tpl/lang_selector.tpl @@ -1,5 +1,6 @@ -<div id="lang-select-icon" title="{{$title}}" onclick="openClose('language-selector');" ><i class="icon-flag"></i></div> -<div id="language-selector" style="display: none;" > +<h1>{{$title}}</h1> +<br /> +<div id="language-selector" > <form action="#" method="post" > <select name="system_language" onchange="this.form.submit();" > {{foreach $langs.0 as $v=>$l}} |