fix chutier help popup
This commit is contained in:
@@ -156,13 +156,13 @@ function edlp_studio_node_view(array &$build, \Drupal\Core\Entity\EntityInterfac
|
||||
'#attributes' => array(
|
||||
'class' => array('inner')
|
||||
),
|
||||
'text'=>array(
|
||||
'description'=>array(
|
||||
'#prefix'=>'<p>',
|
||||
'#markup'=>t('Le Studio rassemble vos documents favoris. Il permet de les sauvegarder et de les agencer en compositions.'),
|
||||
'#suffix'=>'</p>'
|
||||
),
|
||||
// TODO: ajouter le login form
|
||||
'links'=>array(
|
||||
'register'=>array(
|
||||
'#prefix'=>'<p>',
|
||||
'register'=> array(
|
||||
'#type' => 'link',
|
||||
@@ -176,7 +176,7 @@ function edlp_studio_node_view(array &$build, \Drupal\Core\Entity\EntityInterfac
|
||||
),
|
||||
'#suffix'=>'</p>'
|
||||
),
|
||||
'text'=>array(
|
||||
'login'=>array(
|
||||
'#prefix'=>'<p>',
|
||||
'#markup'=>t("Ou connectez vous en survolant l'icone du studio en bas a droite de la page"),
|
||||
'#suffix'=>'</p>'
|
||||
|
||||
Reference in New Issue
Block a user