Skip to content
Snippets Groups Projects
Commit 978573dd authored by Peter Rotich's avatar Peter Rotich
Browse files

Use close icon for dialog window close

parent 2711715c
No related branches found
No related tags found
No related merge requests found
<h3>Update Collaborator: <?php echo $collaborator->getName(); ?></h3>
<b><a class="close" href="#">&times;</a></b>
<b><a class="close" href="#"><i class="icon-remove-circle"></i></a></b>
<?php
if($errors && $errors['err']) {
echo sprintf('<div><p id="msg_error">%s</p></div>', $errors['err']);
......
<h3>Ticket Collaborators</h3>
<b><a class="close" href="#">&times;</a></b>
<b><a class="close" href="#"><i class="icon-remove-circle"></i></a></b>
<?php
if($info && $info['msg']) {
echo sprintf('<p id="msg_notice" style="padding-top:2px;">%s</p>', $info['msg']);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment