diff options
Diffstat (limited to 'www/index.html')
-rw-r--r-- | www/index.html | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/www/index.html b/www/index.html index 344c48e..2d4b2c8 100644 --- a/www/index.html +++ b/www/index.html @@ -149,15 +149,13 @@ <div class="alertbox"></div> <div class="row-fluid"> <div class="span5"> - <div class="text-center"> - <h2 id="jingle-title-left"></h2> - </div> <div class="row-fluid"> - <div class="span12"> - <table class="table table-striped" id="jingle-carts-left"> + <div class="span12" id="jingles-jingAllgem"> + <h2></h2> + <table class="table table-striped"> <thead> <tr> - <th>Cart #</th> + <th>Cut #</th> <th>Titel</th> <th>Länge</th> <th>importiert</th> @@ -173,13 +171,13 @@ </div> </div> <div class="span5"> - <h2 id="jingle-title-right"></h2> <div class="row-fluid"> - <div class="span12"> - <table class="table table-striped" id="jingle-carts-right"> + <div class="span12" id="jingles-jingAnlass"> + <h2></h2> + <table class="table table-striped"> <thead> <tr> - <th>Cart #</th> + <th>Cut #</th> <th>Titel</th> <th>Länge</th> <th>importiert</th> |