diff options
author | Magnus Kirø <magnuskiro@gmail.com> | 2016-03-20 23:54:05 +0100 |
---|---|---|
committer | Magnus Kirø <magnuskiro@gmail.com> | 2016-03-20 23:54:05 +0100 |
commit | c7305f30605e4b1ff2b038d23c977a97f2b45f19 (patch) | |
tree | b604cdc12bc2f493f55112e1802b2e0e22a22a6a /web/nms.gathering.org/index.html | |
parent | 6fa911c8565a54c9b56cfae479a92da094990876 (diff) | |
parent | 925af79d0cceb61755a0846f78fa46fbf0012406 (diff) |
Merge branch 'master' of github.com:tech-server/tgmanage into dev
Diffstat (limited to 'web/nms.gathering.org/index.html')
-rw-r--r-- | web/nms.gathering.org/index.html | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/web/nms.gathering.org/index.html b/web/nms.gathering.org/index.html index a20ae67..bdb5912 100644 --- a/web/nms.gathering.org/index.html +++ b/web/nms.gathering.org/index.html @@ -74,7 +74,7 @@ <li class="dropdown-header">Move switches</li> <li><a href="#" onclick="nmsMap.moveSet(true);">Enable switch moving</a></li> <li><a href="#" onclick="nmsMap.moveSet(false);">Disable switch moving</a></li> - <li><a href="#" onclick="nmsInfoBox._createShow();">Add switch</a></li> + <li><a href="#" onclick="nmsInfoBox.showWindow('addSwitch')">Add switch</a></li> <li class="divider"> </li> <li class="dropdown-header">Help</li> <li><a href="#" onclick="toggleLayer('aboutKeybindings');" >Keyboard Shortcuts</a></li> @@ -222,9 +222,7 @@ </div> </div> </div> - <div id="info-switch-parent" class="panel panel-default col-md-5" style="display: none; position: absolute; z-index: 120;"> - <div class="panel-heading"> <h3 class="panel-title" id="info-switch-title"></h3> </div> - <div id="info-switch-panel-body"> <table class="table" id="info-switch-table"></table> </div> + <div id="info-panel-container" class="col-md-5" style="display: none; position: absolute; z-index: 120;"> </div> </div> |