dev17 : espaces dans les libellés

This commit is contained in:
fredtempez 2019-02-21 21:25:21 +01:00
parent 82523f083d
commit aa1166e54d
1 changed files with 3 additions and 3 deletions

View File

@ -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
]); ?> ]); ?>