From a1ee9f2c0f341fb11b33d1154a563e515a7819c1 Mon Sep 17 00:00:00 2001
From: Peter Rotich <peter@enhancesoft.com>
Date: Thu, 14 Nov 2013 16:54:58 +0000
Subject: [PATCH] Add message info bar

---
 include/staff/templates/collaborator.tmpl.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/staff/templates/collaborator.tmpl.php b/include/staff/templates/collaborator.tmpl.php
index 3607b7f67..03f7dce6d 100644
--- a/include/staff/templates/collaborator.tmpl.php
+++ b/include/staff/templates/collaborator.tmpl.php
@@ -6,7 +6,7 @@ if($errors && $errors['err']) {
 } ?>
 <hr/>
 <div>
-<div>Please note that updates will be reflected system-wide.</div>
+<div><p id="msg_info"><i class="icon-info-sign"></i> Please note that updates will be reflected system-wide.</p></div>
 <form method="post" class="collaborators" action="#collaborators/<?php echo $collaborator->getId(); ?>">
     <table width="100%">
     <?php
-- 
GitLab