diff options
author | Christian Pointner <equinox@helsinki.at> | 2016-06-23 03:24:09 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2016-06-23 03:24:55 (GMT) |
commit | add9b76db60093be8d680e28ca190fba479179fb (patch) | |
tree | d87f00bd5907751285eee242c1c59b8a2f2cb703 /www/index.html | |
parent | 2f3936cbd917d03afb6525dcf7deee6feb73e426 (diff) |
changed <select> based music pool selector to bootstrap dropdown
Diffstat (limited to 'www/index.html')
-rw-r--r-- | www/index.html | 29 |
1 files changed, 18 insertions, 11 deletions
diff --git a/www/index.html b/www/index.html index 1d891a8..56130cc 100644 --- a/www/index.html +++ b/www/index.html @@ -197,14 +197,22 @@ <div id="app-musicpools" class="container-fluid app-tab"> <div class="alertbox"></div> <div class="row"> - <form class="well form-inline"> - <!-- todo: fix html error: h3 is not allowed in label --> - <label class="control-label" for="musicpool-selector"> - <h3>Musikpool auswählen</h3> - </label> - <select id="musicpool-selector" class="main-selector"> - </select> - </form> + <div class="col-md-12" id="musicpool-header-spacer"> + </div> + </div> + <div class="row"> + <div class="col-md-3"> + <div class="dropdown"> + <button type="button" class="btn btn-lg btn-primary" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> + Musikpool auswählen <span class="caret"></span> + </button> + <ul class="dropdown-menu" id="musicpool-selector"> + </ul> + </div> + </div> + <div class="col-md-9"> + <h2 id="musicpool-title"></h2> + </div> </div> <div class="musicpoolContainer"> @@ -213,7 +221,7 @@ <div id="app-musicgrid" class="container-fluid app-tab"> <div class="alertbox"></div> - <h1>Musikgrid</h1> + <h2 id="musicgrid-title">Musikgrid</h2> <table class="table table-striped"> <thead> <tr> @@ -300,7 +308,7 @@ <div class="row group jingleGroupTemplate"> <div class="col-md-12"> - <h2></h2> + <h2 class="jingle-title"></h2> <table class="table table-striped"> <thead> <tr> @@ -323,7 +331,6 @@ <div class="row musicpool musicpoolTemplate"> <div class="col-md-12"> - <h2></h2> <table class="table table-striped"> <thead> <tr> |