fix: [UI] No need to have class and ID

pull/8317/head
Jakub Onderka 2022-04-30 19:37:58 +02:00
parent b19e1e94e2
commit 92b7ed3e80
4 changed files with 7 additions and 10 deletions

View File

@ -35,7 +35,7 @@
</ul>
</div>
<br />
<div id="attributeList" class="attributeListContainer">
<div id="attributeList">
<table class="table table-striped table-condensed">
<tr>
<th><?php echo $this->Paginator->sort('timestamp', __('Date'));?></th>

View File

@ -31,7 +31,7 @@
</li>
</ul>
</div>
<div id="attributeList" class="attributeListContainer">
<div id="attributeList">
<table class="table table-striped table-condensed">
<tr>
<th><?php echo $this->Paginator->sort('timestamp', __('Date'));?></th>

View File

@ -55,7 +55,7 @@
echo $this->Form->create('Attribute', array('id' => 'delete_selected', 'url' => $deleteSelectedUrl));
echo $this->Form->input('ids_delete', array(
'type' => 'text',
'value' => 'test',
'value' => '',
'style' => 'display:none;',
'label' => false,
));
@ -81,7 +81,7 @@
if (!isset($attributeFilter)) $attributeFilter = 'all';
?>
</div>
<div id="attributeList" class="attributeListContainer">
<div id="attributeList">
<?php
echo $this->element('eventattributetoolbar', [
'attributeFilter' => $attributeFilter,
@ -154,9 +154,6 @@
'mayModify' => $mayModify,
'mayChangeCorrelation' => $mayChangeCorrelation,
'fieldCount' => $fieldCount,
'includeRelatedTags' => !empty($includeRelatedTags) ? 1 : 0,
'includeDecayingScore' => !empty($includeDecayingScore) ? 1 : 0,
'includeSightingdb' => !empty($includeSightingdb) ? 1 : 0
));
if (
($object['objectType'] === 'attribute' && !empty($object['ShadowAttribute'])) ||

View File

@ -1598,9 +1598,9 @@ span.success {
.attributehistogram-legend .col{float: left;margin: 0 0.4em 0 0;}
.attributeListContainer{
position:relative;
margin-top:10px;
#attributeListContainer {
position: relative;
margin-top: 10px;
}
.useCursorPointer {