fix: [UI] removed <small> tags embedded in translated text

pull/4547/head
iglocska 2019-04-26 10:05:48 +02:00
parent eabb00b61b
commit 62b46400db
1 changed files with 3 additions and 3 deletions

View File

@ -9,21 +9,21 @@
<div class="span3">
<?php echo $this->Html->link(__('Download all as XML'), array('action' => 'xml', 'download'), array('class' => 'btn btn-block full-width')); ?>
</div>
<div class="span9"><?php echo __('Click this to download all events and attributes that you have access to <small>(except file attachments)</small> in a custom XML format.');?>
<div class="span9"><?php echo __('Click this to download all events and attributes that you have access to (except file attachments) in a custom XML format.');?>
</div>
</div>
<div class="row bottom-buffer">
<div class="span3">
<?php echo $this->Html->link(__('Download all signatures as CSV'), array('action' => 'csv', 'download'), array('class' => 'btn btn-block full-width')); ?>
</div>
<div class="span9"><?php echo __('Click this to download all attributes that are indicators and that you have access to <small>(except file attachments)</small> in CSV format.');?>
<div class="span9"><?php echo __('Click this to download all attributes that are indicators and that you have access to (except file attachments) in CSV format.');?>
</div>
</div>
<div class="row bottom-buffer">
<div class="span3">
<?php echo $this->Html->link(__('Download all as CSV'), array('action' => 'csv', 'download', '0','1'), array('class' => 'btn btn-block full-width')); ?>
</div>
<div class="span9"><?php echo __('Click this to download all attributes that you have access to <small>(except file attachments)</small> in CSV format.');?>
<div class="span9"><?php echo __('Click this to download all attributes that you have access to (except file attachments) in CSV format.');?>
</div>
</div>
<div class="row bottom-buffer">