improve hours widget

This commit is contained in:
Mark Eaton
2021-02-04 16:06:14 -05:00
parent 5cbe754449
commit 0145f361e2
2 changed files with 26 additions and 23 deletions
+11 -9
View File
@@ -137,15 +137,17 @@
<span class="panel-title content-panel-title">LIbrary Hours</span>
</div>
<div class="panel-body">
<div class="hours-div">
<div id="hours0"></div>
<div id="hours1"></div>
<div id="hours2"></div>
<div id="hours3"></div>
<div id="hours4"></div>
<div id="hours5"></div>
<div id="hours6"></div>
</div>
<table class="table">
<tbody>
<tr id="hours0"></tr>
<tr id="hours1"></tr>
<tr id="hours2"></tr>
<tr id="hours3"></tr>
<tr id="hours4"></tr>
<tr id="hours5"></tr>
<tr id="hours6"></tr>
</tbody>
</table>
</div>
</div>
</div>