<table class="transparent">
    						<tr>
    							<?php 
        if ($tags_html[$id_tag] != "") {
            ?>
    								<td class="transparent">
    								    <?php 
            echo preg_replace("/ <a(.*)<\\/a>/", "", $tags_html[$id_tag]);
            ?>
    								</td>
    								<?php 
        }
        ?>
    							<td class="transparent">
        							<?php 
        echo Util::signaturefilter(Alarm::transform_alarm_name($conn, $group['name']));
        ?>
        							&nbsp;&nbsp;
        							<span style='font-size:xx-small;'>(<?php 
        echo $ocurrences;
        ?>
 <?php 
        echo $ocurrence_text;
        ?>
)</span>
    							</td>
    						</tr>
    					</table>
    				</td>

    				<td><?php