Skip to content

Commit

Permalink
[GUI] New lines for warning desc
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-hai committed Oct 17, 2017
1 parent 60e8813 commit 49c342e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<?php $this->build_switch( LiteSpeed_Cache_Config::OPID_CACHE_BROWSER ) ; ?>
<div class="litespeed-desc">
<?php echo __( 'Browser caching stores static files locally in the user\'s browser. Turn on this setting to reduce repeated requests for static files.', 'litespeed-cache' ) ; ?>
<font class="litespeed-warning">
<br /><font class="litespeed-warning">
<?php echo __('NOTE:', 'litespeed-cache'); ?>
<?php echo __('This setting will edit the .htaccess file.', 'litespeed-cache'); ?>
</font>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<div class="litespeed-desc">
<?php echo __('favicon.ico is requested on most pages.', 'litespeed-cache'); ?>
<?php echo __('Caching this resource may improve server performance by avoiding unnecessary PHP calls.', 'litespeed-cache'); ?>
<font class="litespeed-warning">
<br /><font class="litespeed-warning">
<?php echo __('NOTE:', 'litespeed-cache'); ?>
<?php echo __('This setting will edit the .htaccess file.', 'litespeed-cache'); ?>
</font>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<div class="litespeed-desc">
<?php echo __('When enabled, mobile views will be cached separately.', 'litespeed-cache'); ?>
<?php echo __('A site built with responsive design does not need to check this.', 'litespeed-cache'); ?>
<font class="litespeed-warning">
<br /><font class="litespeed-warning">
<?php echo __( 'NOTE:', 'litespeed-cache' ) ; ?>
<?php echo __( 'This setting will edit the .htaccess file.', 'litespeed-cache' ) ; ?>
</font>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<div class="litespeed-desc">
<?php echo __('Some themes and plugins add resources via a PHP request.', 'litespeed-cache'); ?>
<?php echo __('Caching these pages may improve server performance by avoiding unnecessary PHP calls.', 'litespeed-cache'); ?>
<font class="litespeed-warning">
<br /><font class="litespeed-warning">
<?php echo __('NOTE:', 'litespeed-cache'); ?>
<?php echo __('This setting will edit the .htaccess file.', 'litespeed-cache'); ?>
</font>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<?php echo sprintf(__('Spaces should have a backslash in front of them, %s.', 'litespeed-cache'), '<code>\ </code>'); ?>
<?php echo __('One per line.', 'litespeed-cache'); ?>
</i>
<font class="litespeed-warning">
<br /><font class="litespeed-warning">
<?php echo __('NOTE:', 'litespeed-cache'); ?>
<?php echo __('This setting will edit the .htaccess file.', 'litespeed-cache'); ?>
</font>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<?php echo sprintf( __( 'SYNTAX: Separate each user agent with a bar, %s.', 'litespeed-cache' ), '<code>|</code>' ) ; ?>
<?php echo sprintf( __( 'Spaces should have a backslash in front of them, %s.', 'litespeed-cache' ), '<code>\</code>' ) ; ?>
</i>
<font class="litespeed-warning">
<br /><font class="litespeed-warning">
<?php echo __('NOTE:', 'litespeed-cache'); ?>
<?php echo __('This setting will edit the .htaccess file.', 'litespeed-cache'); ?>
</font>
Expand Down

0 comments on commit 49c342e

Please sign in to comment.