@@ -27,7 +27,7 @@ class SimplesitemapEntitiesForm extends SimplesitemapFormBase {
...
@@ -27,7 +27,7 @@ class SimplesitemapEntitiesForm extends SimplesitemapFormBase {
$form['simple_sitemap_entities']['entities']=[
$form['simple_sitemap_entities']['entities']=[
'#title'=>$this->t('Sitemap entities'),
'#title'=>$this->t('Sitemap entities'),
'#type'=>'fieldset',
'#type'=>'fieldset',
'#markup'=>'<p>'.$this->t('Simple XML sitemap settings will be added only to entity forms of entity types enabled here. For all entity types featuring bundles (e.g. <em>node</em>) sitemap settings have to be set on their bundle pages (e.g. <em>page</em>).').'</p>',
'#markup'=>'<div class="description">'.$this->t('Simple XML sitemap settings will be added only to entity forms of entity types enabled here. For all entity types featuring bundles (e.g. <em>node</em>) sitemap settings have to be set on their bundle pages (e.g. <em>page</em>).').'</div>',
@@ -29,25 +28,30 @@ class SimplesitemapSettingsForm extends SimplesitemapFormBase {
...
@@ -29,25 +28,30 @@ class SimplesitemapSettingsForm extends SimplesitemapFormBase {
$form['simple_sitemap_settings']['status']=[
$form['simple_sitemap_settings']['status']=[
'#type'=>'fieldset',
'#type'=>'fieldset',
'#title'=>$this->t('Sitemap status'),
'#title'=>$this->t('Sitemap status'),
'#markup'=>'<p>'.$this->t('Sitemaps can be regenerated on demand here.').'</p>',
'#markup'=>'<div class="description">'.$this->t('Sitemaps can be regenerated on demand here.').'</div>',
'#description'=>$this->t('Variants can be configured <a href="@url">here</a>.',['@url'=>$GLOBALS['base_url'].'/admin/config/search/simplesitemap/variants']),
'#description'=>$this->t('Variants can be configured <a href="@url">here</a>.',['@url'=>$GLOBALS['base_url'].'/admin/config/search/simplesitemap/variants']),
@@ -26,7 +26,7 @@ class SimplesitemapVariantsForm extends SimplesitemapFormBase {
...
@@ -26,7 +26,7 @@ class SimplesitemapVariantsForm extends SimplesitemapFormBase {
$form['simple_sitemap_variants']=[
$form['simple_sitemap_variants']=[
'#title'=>$this->t('Sitemap variants'),
'#title'=>$this->t('Sitemap variants'),
'#type'=>'fieldset',
'#type'=>'fieldset',
'#markup'=>'<p>'.$this->t('Define sitemap variants. A sitemap variant is a sitemap instance of a certain type (specific sitemap generator and URL generators) accessible under a certain URL.<br/>Each variant can have its own entity bundle settings (to be defined on bundle edit pages).').'</p>',
'#markup'=>'<div class="description">'.$this->t('Define sitemap variants. A sitemap variant is a sitemap instance of a certain type (specific sitemap generator and URL generators) accessible under a certain URL.<br/>Each variant can have its own entity bundle settings (to be defined on bundle edit pages).').'</div>',