Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
a6db6615df | |||
1c3370a784 |
@ -13,7 +13,6 @@ description: ''
|
|||||||
tag: ''
|
tag: ''
|
||||||
base_table: oc_activity_field_data
|
base_table: oc_activity_field_data
|
||||||
base_field: id
|
base_field: id
|
||||||
core: 8.x
|
|
||||||
display:
|
display:
|
||||||
default:
|
default:
|
||||||
display_plugin: default
|
display_plugin: default
|
||||||
@ -233,7 +232,7 @@ display:
|
|||||||
more_link_text: ''
|
more_link_text: ''
|
||||||
more_link_path: ''
|
more_link_path: ''
|
||||||
strip_tags: false
|
strip_tags: false
|
||||||
trim: true
|
trim: false
|
||||||
preserve_tags: ''
|
preserve_tags: ''
|
||||||
html: false
|
html: false
|
||||||
element_type: ''
|
element_type: ''
|
||||||
|
@ -465,20 +465,7 @@ display:
|
|||||||
entity_field: created
|
entity_field: created
|
||||||
plugin_id: date
|
plugin_id: date
|
||||||
title: ''
|
title: ''
|
||||||
header:
|
header: { }
|
||||||
area:
|
|
||||||
id: area
|
|
||||||
table: views
|
|
||||||
field: area
|
|
||||||
relationship: none
|
|
||||||
group_type: group
|
|
||||||
admin_label: ''
|
|
||||||
empty: true
|
|
||||||
tokenize: false
|
|
||||||
content:
|
|
||||||
value: '<p>To <strong>add a new case</strong>, first search for the person you want to add it to. If the person is not on the system yet, you can add them using the "People" menu.</p>'
|
|
||||||
format: basic_html
|
|
||||||
plugin_id: text
|
|
||||||
footer: { }
|
footer: { }
|
||||||
empty:
|
empty:
|
||||||
area_text_custom:
|
area_text_custom:
|
||||||
|
@ -41,3 +41,8 @@ body {
|
|||||||
.block-superfish .menu ul li a:hover {
|
.block-superfish .menu ul li a:hover {
|
||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* In views, display label at top of field. Ths is because full descriptions are displayed in the activity view so having the label in the middle means it disappears down the page. */
|
||||||
|
td.views-field {
|
||||||
|
vertical-align: top;
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user