diff --git a/include/staff/templates/collaborator.tmpl.php b/include/staff/templates/collaborator.tmpl.php index 307a7795c2805f1c21f4edba476e5c76898f2ed2..3607b7f67791ee8af99cace38cc8b8a287c65e96 100644 --- a/include/staff/templates/collaborator.tmpl.php +++ b/include/staff/templates/collaborator.tmpl.php @@ -1,5 +1,5 @@ <h3>Update Collaborator: <?php echo $collaborator->getName(); ?></h3> -<b><a class="close" href="#">×</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']); diff --git a/include/staff/templates/collaborators.tmpl.php b/include/staff/templates/collaborators.tmpl.php index a3a6f99ade775b38940c3a9b8833245ec9810bdb..385daa01dfb9b9a4fecff8cafee0545bcd312b55 100644 --- a/include/staff/templates/collaborators.tmpl.php +++ b/include/staff/templates/collaborators.tmpl.php @@ -1,5 +1,5 @@ <h3>Ticket Collaborators</h3> -<b><a class="close" href="#">×</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']);