Skip to content

Commit d21ea6d

Browse files
authored
Merge pull request #81 from cableman/hotfix/1222
SUPPORT-1222: Fixed new posts published state
2 parents 8afc67f + da5d3a5 commit d21ea6d

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

modules/loop_search_node/loop_search_node.module

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ function loop_search_node_no_results() {
7272

7373
// Get "post" node create form.
7474
$form = drupal_get_form('node_form', $node);
75-
$form['additional_settings']['#access'] = FALSE;
7675

7776
drupal_json_output(array(
7877
'settings' => $form['field_keyword']['und']['#attached']['js'],

themes/loop/css/styles.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3458,6 +3458,8 @@ a.question--term {
34583458
-ms-border-radius: 0;
34593459
-o-border-radius: 0;
34603460
border-radius: 0; }
3461+
.search-result--block .vertical-tabs-panes {
3462+
display: none; }
34613463

34623464
.search-result--link {
34633465
display: block;

themes/loop/sass/modules/_search.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,10 @@
116116
.layout-full-width {
117117
@include border-radius(0);
118118
}
119+
120+
.vertical-tabs-panes {
121+
display: none;
122+
}
119123
}
120124

121125
.search-result--link {

0 commit comments

Comments
 (0)