Adding manage assignment from edit container panel. Fixes #501

This commit is contained in:
Jonathan Kingston
2017-05-31 02:20:30 +01:00
parent 094a0e2391
commit 8503e9c9c5
4 changed files with 147 additions and 41 deletions
+11 -3
View File
@@ -3,6 +3,7 @@
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>Containers browserAction Popup</title>
<link rel="stylesheet" href="/css/popup.css">
</head>
<body>
@@ -125,9 +126,16 @@
<legend>Choose an icon</legend>
</fieldset>
</form>
<div class="panel-footer">
<a href="#" class="button secondary expanded footer-button cancel-button" id="edit-container-cancel-link">Cancel</a>
<a class="button primary expanded footer-button" id="edit-container-ok-link">OK</a>
<div id="edit-sites-assigned" class="scrollable" hidden>
<table id="container-assignement-table" class="container-info-list">
<thead>
<th colspan="3">
<h3>Sites assigned to this container</h3>
</th>
</thead>
<tbody>
</tbody>
</table>
</div>
</div>
</div>