dev17 : espaces dans les libellés
This commit is contained in:
parent
82523f083d
commit
aa1166e54d
@ -149,14 +149,14 @@
|
|||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col6">
|
<div class="col6">
|
||||||
<?php echo template::text('moduleFormVersion', [
|
<?php echo template::text('moduleFormVersion', [
|
||||||
'label' => 'Module Form version',
|
'label' => 'Module Form version',
|
||||||
'readonly' => true,
|
'readonly' => true,
|
||||||
'value' => form::FORM_VERSION
|
'value' => form::FORM_VERSION
|
||||||
]); ?>
|
]); ?>
|
||||||
</div>
|
</div>
|
||||||
<div class="col6">
|
<div class="col6">
|
||||||
<?php echo template::text('moduleGalleryVersion', [
|
<?php echo template::text('moduleGalleryVersion', [
|
||||||
'label' => 'Module Gallery version',
|
'label' => 'Module Gallery version',
|
||||||
'readonly' => true,
|
'readonly' => true,
|
||||||
'value' => gallery::GALLERY_VERSION
|
'value' => gallery::GALLERY_VERSION
|
||||||
]); ?>
|
]); ?>
|
||||||
@ -172,7 +172,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="col6">
|
<div class="col6">
|
||||||
<?php echo template::text('moduleBlogVersion', [
|
<?php echo template::text('moduleBlogVersion', [
|
||||||
'label' => 'Module Blog version',
|
'label' => 'Module Blog version',
|
||||||
'readonly' => true,
|
'readonly' => true,
|
||||||
'value' => blog::BLOG_VERSION
|
'value' => blog::BLOG_VERSION
|
||||||
]); ?>
|
]); ?>
|
||||||
|
Loading…
Reference in New Issue
Block a user