mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 01:05:39 +02:00
minor fixes and target selection (buttons)
This commit is contained in:
parent
dacde2d0b2
commit
3f9bdf65df
@ -1295,10 +1295,10 @@ class DiscoveryTaskList extends HTML
|
|||||||
echo '<span>';
|
echo '<span>';
|
||||||
echo __('Please select devices to be monitored');
|
echo __('Please select devices to be monitored');
|
||||||
echo '</span><div class="manage">';
|
echo '</span><div class="manage">';
|
||||||
echo '<button onclick="$(\'.sim-tree li a\').each(function(){simTree_tree.doCheck($(this), false); simTree_tree.clickNode($(this));});">';
|
echo '<button onclick="$(\'.sim-tree li:not(.disabled) a\').each(function(){simTree_tree.doCheck($(this), false); simTree_tree.clickNode($(this));});">';
|
||||||
echo __('select all');
|
echo __('select all');
|
||||||
echo '</button>';
|
echo '</button>';
|
||||||
echo '<button onclick="$(\'.sim-tree li a\').each(function(){simTree_tree.doCheck($(this), true); simTree_tree.clickNode($(this));});">';
|
echo '<button onclick="$(\'.sim-tree li:not(.disabled) a\').each(function(){simTree_tree.doCheck($(this), true); simTree_tree.clickNode($(this));});">';
|
||||||
echo __('deselect all');
|
echo __('deselect all');
|
||||||
echo '</button>';
|
echo '</button>';
|
||||||
echo '<button onclick="$(\'.sim-tree-spread.sim-icon-r\').click();">';
|
echo '<button onclick="$(\'.sim-tree-spread.sim-icon-r\').click();">';
|
||||||
|
@ -57,10 +57,15 @@ div.subtitle div.manage button {
|
|||||||
font-size: 1.2em;
|
font-size: 1.2em;
|
||||||
font-family: "lato", "Open Sans", sans-serif;
|
font-family: "lato", "Open Sans", sans-serif;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding: 5px;
|
|
||||||
margin-right: 1em;
|
margin-right: 1em;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
border-radius: 21px;
|
||||||
|
box-shadow: 0 0 10px -5px #888;
|
||||||
|
padding: 0.5em 1em;
|
||||||
|
border: 1px solid #ddd;
|
||||||
|
user-select: none;
|
||||||
|
color: #424242;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.subtitle .link.review {
|
div.subtitle .link.review {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user