-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1083 from DDMAL/ui-fixes
UI fixes
- Loading branch information
Showing
15 changed files
with
178 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
32 changes: 19 additions & 13 deletions
32
...code/templates/Views/Master/Main/ResourceAssignment/template-main_resourceassignment.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,26 @@ | ||
<div class="content-wrapper row-content flex-gap-10" style="display: flex; align-items: flex-start;"> | ||
<div class="content-wrapper column-content"> | ||
<h3>Available Resources</h3> | ||
<div id="region-main_resourceassignment_availableresources"></div> | ||
<div class="content-wrapper row-content row-left row-top row-middle flex-gap-10"> | ||
<div class="content-wrapper column-content flex-gap-10"> | ||
<div class="content-wrapper row-content row-left modal-subtitle-container"> | ||
<h3 class="text-nowrap">Available Resources</h3> | ||
</div> | ||
<div id="region-main_resourceassignment_availableresources" class="content-wrapper column-content"></div> | ||
</div> | ||
<div class="content-wrapper column-content flex-gap-10" style="padding-top: 200px"> | ||
<div id="resource-assignment-actions-container" class="content-wrapper column-content column-middle flex-gap-10"> | ||
<div class="content-wrapper column-content flex-gap-10" role="group" aria-label="..."> | ||
<button type="button" class="btn btn-success btn-xs" id="button-add_selected">Add selected</button> | ||
<button type="button" class="btn btn-success btn-xs" id="button-add_all">Add all</button> | ||
<button type="button" class="btn" id="button-add_selected">Add selected</button> | ||
<button type="button" class="btn" id="button-add_all">Add all</button> | ||
<hr> | ||
<button type="button" class="btn btn-success btn-xs" id="button-remove_selected">Remove selected</button> | ||
<button type="button" class="btn btn-success btn-xs" id="button-remove_all">Remove all</button> | ||
<button type="button" class="btn btn-remove" id="button-remove_selected">Remove selected</button> | ||
<button type="button" class="btn btn-remove" id="button-remove_all">Remove all</button> | ||
</div> | ||
</div> | ||
<div class="content-wrapper column-content"> | ||
<h3>Assigned Resources</h3> | ||
<p><span id="region-main_resourceassignment_assignedresources_num"></span> Resource(s) Assigned</p> | ||
<div id="region-main_resourceassignment_assignedresources"></div> | ||
<div class="content-wrapper column-content flex-gap-10"> | ||
<div class="content-wrapper row-content flex-gap-10 modal-subtitle-container"> | ||
<h3 class="text-nowrap">Assigned Resources -</h3> | ||
<div class="content-wrapper row-content"> | ||
<p class="text-nowrap"><span id="region-main_resourceassignment_assignedresources_num"></span> Resource(s) Assigned</p> | ||
</div> | ||
</div> | ||
<div id="region-main_resourceassignment_assignedresources" class="content-wrapper column-content"></div> | ||
</div> | ||
</div> |
Oops, something went wrong.