diff options
author | jeroenpraat <jeroenpraat@xs4all.nl> | 2016-01-03 21:56:39 +0100 |
---|---|---|
committer | jeroenpraat <jeroenpraat@xs4all.nl> | 2016-01-03 21:56:39 +0100 |
commit | 9e6f43e3ff802f62d4420d46cce1fcd52bd28d14 (patch) | |
tree | 544e4b08a8f9fbfd084cb24c7d269ddbf87543bf /view/tpl/lang_selector.tpl | |
parent | 5b0a17359d6b5b3e27219c9e56117f1017996175 (diff) | |
download | volse-hubzilla-9e6f43e3ff802f62d4420d46cce1fcd52bd28d14.tar.gz volse-hubzilla-9e6f43e3ff802f62d4420d46cce1fcd52bd28d14.tar.bz2 volse-hubzilla-9e6f43e3ff802f62d4420d46cce1fcd52bd28d14.zip |
added some real examples for the default-permission-role in de docu. also updated comanche template redable and another css class to tpl file
Diffstat (limited to 'view/tpl/lang_selector.tpl')
-rwxr-xr-x | view/tpl/lang_selector.tpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/view/tpl/lang_selector.tpl b/view/tpl/lang_selector.tpl index b512c759b..1324442f3 100755 --- a/view/tpl/lang_selector.tpl +++ b/view/tpl/lang_selector.tpl @@ -1,3 +1,4 @@ +<div class="generic-content-wrapper-styled"> <h1>{{$title}}</h1> <br /> <div id="language-selector" > @@ -9,3 +10,4 @@ </select> </form> </div> +</div> |