diff --git a/app/View/Elements/Feeds/eventattribute.ctp b/app/View/Elements/Feeds/eventattribute.ctp index 627e7ae8c..dae1c6e3e 100644 --- a/app/View/Elements/Feeds/eventattribute.ctp +++ b/app/View/Elements/Feeds/eventattribute.ctp @@ -35,7 +35,7 @@
-
+
diff --git a/app/View/Elements/Servers/eventattribute.ctp b/app/View/Elements/Servers/eventattribute.ctp index 2fe2ad37a..5c4a42159 100644 --- a/app/View/Elements/Servers/eventattribute.ctp +++ b/app/View/Elements/Servers/eventattribute.ctp @@ -31,7 +31,7 @@ -
+
Paginator->sort('timestamp', __('Date'));?>
diff --git a/app/View/Elements/eventattribute.ctp b/app/View/Elements/eventattribute.ctp index a889fd86b..824c809a5 100644 --- a/app/View/Elements/eventattribute.ctp +++ b/app/View/Elements/eventattribute.ctp @@ -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'; ?> -
+
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'])) || diff --git a/app/webroot/css/main.css b/app/webroot/css/main.css index 33ce290ef..d650e61d4 100644 --- a/app/webroot/css/main.css +++ b/app/webroot/css/main.css @@ -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 {
Paginator->sort('timestamp', __('Date'));?>