fixed printed cards
This commit is contained in:
parent
f0295847f9
commit
62fec82217
@ -15,8 +15,6 @@ function materio_bookmarks_user_default_permissions() {
|
|||||||
'name' => 'flag bookmarks',
|
'name' => 'flag bookmarks',
|
||||||
'roles' => array(
|
'roles' => array(
|
||||||
'Student' => 'Student',
|
'Student' => 'Student',
|
||||||
'Utilisateur' => 'Utilisateur',
|
|
||||||
'Utilisateur Alpha Tester' => 'Utilisateur Alpha Tester',
|
|
||||||
'administrator' => 'administrator',
|
'administrator' => 'administrator',
|
||||||
'root' => 'root',
|
'root' => 'root',
|
||||||
),
|
),
|
||||||
@ -28,8 +26,6 @@ function materio_bookmarks_user_default_permissions() {
|
|||||||
'name' => 'unflag bookmarks',
|
'name' => 'unflag bookmarks',
|
||||||
'roles' => array(
|
'roles' => array(
|
||||||
'Student' => 'Student',
|
'Student' => 'Student',
|
||||||
'Utilisateur' => 'Utilisateur',
|
|
||||||
'Utilisateur Alpha Tester' => 'Utilisateur Alpha Tester',
|
|
||||||
'administrator' => 'administrator',
|
'administrator' => 'administrator',
|
||||||
'root' => 'root',
|
'root' => 'root',
|
||||||
),
|
),
|
||||||
|
@ -1064,7 +1064,7 @@ function materio_content_types_field_default_field_instances() {
|
|||||||
'module' => 'text',
|
'module' => 'text',
|
||||||
'settings' => array(),
|
'settings' => array(),
|
||||||
'type' => 'text_default',
|
'type' => 'text_default',
|
||||||
'weight' => 0,
|
'weight' => 1,
|
||||||
),
|
),
|
||||||
'homeblock' => array(
|
'homeblock' => array(
|
||||||
'label' => 'above',
|
'label' => 'above',
|
||||||
@ -1152,10 +1152,9 @@ function materio_content_types_field_default_field_instances() {
|
|||||||
),
|
),
|
||||||
'default' => array(
|
'default' => array(
|
||||||
'label' => 'above',
|
'label' => 'above',
|
||||||
'module' => 'file',
|
|
||||||
'settings' => array(),
|
'settings' => array(),
|
||||||
'type' => 'file_default',
|
'type' => 'hidden',
|
||||||
'weight' => 10,
|
'weight' => 8,
|
||||||
),
|
),
|
||||||
'homeblock' => array(
|
'homeblock' => array(
|
||||||
'label' => 'above',
|
'label' => 'above',
|
||||||
@ -1241,10 +1240,9 @@ function materio_content_types_field_default_field_instances() {
|
|||||||
),
|
),
|
||||||
'default' => array(
|
'default' => array(
|
||||||
'label' => 'inline',
|
'label' => 'inline',
|
||||||
'module' => 'text',
|
|
||||||
'settings' => array(),
|
'settings' => array(),
|
||||||
'type' => 'text_default',
|
'type' => 'hidden',
|
||||||
'weight' => 5,
|
'weight' => 12,
|
||||||
),
|
),
|
||||||
'homeblock' => array(
|
'homeblock' => array(
|
||||||
'label' => 'above',
|
'label' => 'above',
|
||||||
@ -1325,11 +1323,11 @@ function materio_content_types_field_default_field_instances() {
|
|||||||
'weight' => 0,
|
'weight' => 0,
|
||||||
),
|
),
|
||||||
'default' => array(
|
'default' => array(
|
||||||
'label' => 'above',
|
'label' => 'hidden',
|
||||||
'module' => 'text',
|
'module' => 'text',
|
||||||
'settings' => array(),
|
'settings' => array(),
|
||||||
'type' => 'text_default',
|
'type' => 'text_default',
|
||||||
'weight' => 4,
|
'weight' => 2,
|
||||||
),
|
),
|
||||||
'homeblock' => array(
|
'homeblock' => array(
|
||||||
'label' => 'above',
|
'label' => 'above',
|
||||||
@ -1410,10 +1408,9 @@ function materio_content_types_field_default_field_instances() {
|
|||||||
),
|
),
|
||||||
'default' => array(
|
'default' => array(
|
||||||
'label' => 'above',
|
'label' => 'above',
|
||||||
'module' => 'text',
|
|
||||||
'settings' => array(),
|
'settings' => array(),
|
||||||
'type' => 'text_default',
|
'type' => 'hidden',
|
||||||
'weight' => 2,
|
'weight' => 10,
|
||||||
),
|
),
|
||||||
'homeblock' => array(
|
'homeblock' => array(
|
||||||
'label' => 'above',
|
'label' => 'above',
|
||||||
@ -1497,10 +1494,9 @@ function materio_content_types_field_default_field_instances() {
|
|||||||
),
|
),
|
||||||
'default' => array(
|
'default' => array(
|
||||||
'label' => 'inline',
|
'label' => 'inline',
|
||||||
'module' => 'list',
|
|
||||||
'settings' => array(),
|
'settings' => array(),
|
||||||
'type' => 'list_default',
|
'type' => 'hidden',
|
||||||
'weight' => 3,
|
'weight' => 9,
|
||||||
),
|
),
|
||||||
'homeblock' => array(
|
'homeblock' => array(
|
||||||
'label' => 'above',
|
'label' => 'above',
|
||||||
@ -1605,7 +1601,7 @@ function materio_content_types_field_default_field_instances() {
|
|||||||
'use_widget_handlers' => 1,
|
'use_widget_handlers' => 1,
|
||||||
),
|
),
|
||||||
'type' => 'addressfield_default',
|
'type' => 'addressfield_default',
|
||||||
'weight' => 9,
|
'weight' => 6,
|
||||||
),
|
),
|
||||||
'homeblock' => array(
|
'homeblock' => array(
|
||||||
'label' => 'above',
|
'label' => 'above',
|
||||||
@ -1707,7 +1703,7 @@ function materio_content_types_field_default_field_instances() {
|
|||||||
'module' => 'email',
|
'module' => 'email',
|
||||||
'settings' => array(),
|
'settings' => array(),
|
||||||
'type' => 'email_default',
|
'type' => 'email_default',
|
||||||
'weight' => 7,
|
'weight' => 4,
|
||||||
),
|
),
|
||||||
'homeblock' => array(
|
'homeblock' => array(
|
||||||
'label' => 'above',
|
'label' => 'above',
|
||||||
@ -1792,7 +1788,7 @@ function materio_content_types_field_default_field_instances() {
|
|||||||
'module' => 'cck_phone',
|
'module' => 'cck_phone',
|
||||||
'settings' => array(),
|
'settings' => array(),
|
||||||
'type' => 'global_phone_number',
|
'type' => 'global_phone_number',
|
||||||
'weight' => 8,
|
'weight' => 5,
|
||||||
),
|
),
|
||||||
'homeblock' => array(
|
'homeblock' => array(
|
||||||
'label' => 'above',
|
'label' => 'above',
|
||||||
@ -2115,10 +2111,11 @@ function materio_content_types_field_default_field_instances() {
|
|||||||
'weight' => 0,
|
'weight' => 0,
|
||||||
),
|
),
|
||||||
'default' => array(
|
'default' => array(
|
||||||
'label' => 'above',
|
'label' => 'hidden',
|
||||||
|
'module' => 'taxonomy',
|
||||||
'settings' => array(),
|
'settings' => array(),
|
||||||
'type' => 'hidden',
|
'type' => 'taxonomy_term_reference_plain',
|
||||||
'weight' => 11,
|
'weight' => 0,
|
||||||
),
|
),
|
||||||
'homeblock' => array(
|
'homeblock' => array(
|
||||||
'label' => 'above',
|
'label' => 'above',
|
||||||
@ -2210,7 +2207,7 @@ function materio_content_types_field_default_field_instances() {
|
|||||||
'module' => 'link',
|
'module' => 'link',
|
||||||
'settings' => array(),
|
'settings' => array(),
|
||||||
'type' => 'link_default',
|
'type' => 'link_default',
|
||||||
'weight' => 6,
|
'weight' => 3,
|
||||||
),
|
),
|
||||||
'homeblock' => array(
|
'homeblock' => array(
|
||||||
'label' => 'above',
|
'label' => 'above',
|
||||||
|
@ -157,6 +157,39 @@ function materio_content_types_strongarm() {
|
|||||||
'token' => array(
|
'token' => array(
|
||||||
'custom_settings' => FALSE,
|
'custom_settings' => FALSE,
|
||||||
),
|
),
|
||||||
|
'homeblock' => array(
|
||||||
|
'custom_settings' => TRUE,
|
||||||
|
),
|
||||||
|
'bookmark' => array(
|
||||||
|
'custom_settings' => TRUE,
|
||||||
|
),
|
||||||
|
'cardsmall' => array(
|
||||||
|
'custom_settings' => TRUE,
|
||||||
|
),
|
||||||
|
'cardmedium' => array(
|
||||||
|
'custom_settings' => TRUE,
|
||||||
|
),
|
||||||
|
'cardbig' => array(
|
||||||
|
'custom_settings' => TRUE,
|
||||||
|
),
|
||||||
|
'cardfull' => array(
|
||||||
|
'custom_settings' => TRUE,
|
||||||
|
),
|
||||||
|
'diff_standard' => array(
|
||||||
|
'custom_settings' => FALSE,
|
||||||
|
),
|
||||||
|
'print' => array(
|
||||||
|
'custom_settings' => FALSE,
|
||||||
|
),
|
||||||
|
'email_plain' => array(
|
||||||
|
'custom_settings' => FALSE,
|
||||||
|
),
|
||||||
|
'email_html' => array(
|
||||||
|
'custom_settings' => FALSE,
|
||||||
|
),
|
||||||
|
'email_textalt' => array(
|
||||||
|
'custom_settings' => FALSE,
|
||||||
|
),
|
||||||
),
|
),
|
||||||
'extra_fields' => array(
|
'extra_fields' => array(
|
||||||
'form' => array(
|
'form' => array(
|
||||||
@ -188,6 +221,18 @@ function materio_content_types_strongarm() {
|
|||||||
'visible' => FALSE,
|
'visible' => FALSE,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
'workflow_current_state' => array(
|
||||||
|
'default' => array(
|
||||||
|
'weight' => '11',
|
||||||
|
'visible' => FALSE,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
'workflow' => array(
|
||||||
|
'default' => array(
|
||||||
|
'weight' => '7',
|
||||||
|
'visible' => FALSE,
|
||||||
|
),
|
||||||
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -1196,6 +1196,10 @@ $cardfull_h:610px;
|
|||||||
a{ display:block;}
|
a{ display:block;}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.links{
|
||||||
|
a{font-size:12px;}
|
||||||
|
}
|
||||||
|
|
||||||
&.flag-lists-entity-links{
|
&.flag-lists-entity-links{
|
||||||
width:160px;
|
width:160px;
|
||||||
font-size:0;
|
font-size:0;
|
||||||
@ -1669,7 +1673,9 @@ body.print-node-materiau{
|
|||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
.field-name-field-tode-company{
|
||||||
|
font-size: 1.5em; font-weight: 700;
|
||||||
|
}
|
||||||
.field-name-field-description,
|
.field-name-field-description,
|
||||||
.field-name-field-company-fab,
|
.field-name-field-company-fab,
|
||||||
.field-name-field-reference-distrib
|
.field-name-field-reference-distrib
|
||||||
|
Loading…
x
Reference in New Issue
Block a user