Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
fix(new header): improve text writing (#6336)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ridene authored and adr-mo committed Jul 4, 2018
1 parent b40f611 commit ee2fc6a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion www/class/centreonFeature.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class CentreonFeature
array(
'name' => 'Header',
'version' => 2,
'description' => 'New header design and functional',
'description' => 'New header design user experience',
'visible' => true
)
);
Expand Down
4 changes: 2 additions & 2 deletions www/include/core/footer/footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -211,10 +211,10 @@ function setQuickSearchPosition() {
var testingFeature = jQuery('<div/>')
.html(
'<h3>Feature testing</h3>' +
'<div style="margin: 2px;">Would you activate the feature flipping: <?php echo $featureToAsk[0]['name']; ?> ?</div>' +
'<div style="margin: 2px;">Would you like to activate the feature flipping: <?php echo $featureToAsk[0]['name']; ?> ?</div>' +
'<div style="margin: 2px; font-weight: bold;">Description: </div>' +
'<div style="margin: 2px;"> <?php echo $featureToAsk[0]['description']; ?>.</div>' +
'<div style="margin: 2px;">You can give use your feedback on <a href="https://centreon.github.io">Slack</a> ' +
'<div style="margin: 2px;">Please, give us your feedback on <a href="https://centreon.github.io">Slack</a> ' +
'or <a href="https://github.com/centreon/centreon/issues">Github</a>.</div>' +
'<div style="margin-top: 8px; text-align: center;">' +
'<button class="btc bt_success" onclick="featureEnable()" id="btcActivateFf" >Activate</button>' +
Expand Down

0 comments on commit ee2fc6a

Please sign in to comment.