Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
tenzap committed Oct 29, 2024
1 parent e5b4694 commit 5ed604a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/views/main/messages/navigation.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@

<div class="bttn-group">
<button><a href="javascript:void(0);" class="refresh_button button"><?php echo tr('Refresh');?></a></button>
<?php if (($this->uri->segment(2) === 'folder' && $this->uri->segment(3) === 'inbox') ||
($this->uri->segment(2) === 'conversation' && $this->uri->segment(4) === 'inbox')): ?>
<?php if (($this->uri->segment(2) === 'folder' && $this->uri->segment(3) === 'inbox')
|| ($this->uri->segment(2) === 'conversation' && $this->uri->segment(4) === 'inbox')): ?>
<button><a href="javascript:void(0);" class="process_incoming_msgs_button button"><?php echo tr('Process incoming messages');?></a></button>
<?php endif; ?>
</div>
Expand Down

0 comments on commit 5ed604a

Please sign in to comment.