- Adding Help page back.

- Adding Settings page back.
This commit is contained in:
Gunther Brunner
2014-03-13 15:46:36 +09:00
parent d61a70fda5
commit 7f6fa763fb
13 changed files with 249 additions and 2 deletions

View File

@@ -0,0 +1,8 @@
.widget-container.fluid-height
.heading
i.fa.fa-flag
span(translate) Language
.widget-content.padded
.form-horizontal
.form-group
select.form-control(ng-model='language', ng-options='l.code as l.name for l in supportedLanguages')