You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

icd10-search-deseases-list.part.php 472B

1234567891011
  1. <?php if(is_array($deseases) && !empty($deseases)): ?>
  2. <?php echo $this->partial('Request/icd10-deseases-list', ['deseases'=>$deseases]); ?>
  3. <?php else: ?>
  4. <?php if($langCode != 'en'): ?>
  5. <div class="alert alert-warning" role="alert"><?php echo _('No results found. Please try to change the language into English.'); ?></div>
  6. <?php else: ?>
  7. <div class="alert alert-warning" role="alert"><?php echo _('No results found.'); ?></div>
  8. <?php endif; ?>
  9. <?php endif; ?>