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

Add info bar

parent e8ed9cd5
No related branches found
No related tags found
No related merge requests found
<h3><?php echo $user->getFullName() ?></h3>
<a class="close" href=""><i class="icon-remove-circle"></i></a>
<br>
<div><p id="msg_info"><i class="icon-info-sign"></i> Please note that updates will be reflected system-wide.</p></div>
<hr/>
<form method="post" action="ajax.php/form/user-info/<?php
echo $user->get('id'); ?>" onsubmit="javascript:
......
......@@ -43,6 +43,8 @@ a {
color: #555;
}
#msg_info { margin: 0; padding: 5px; margin-bottom: 10px; color: #3a87ad; border: 1px solid #bce8f1; background-color: #d9edf7; }
#msg_notice { margin: 0; padding: 5px 10px 5px 36px; height: 16px; line-height: 16px; margin-bottom: 10px; border: 1px solid #0a0; background: url('../images/icons/ok.png') 10px 50% no-repeat #e0ffe0; }
#msg_warning { margin: 0; padding: 5px 10px 5px 36px; height: 16px; line-height: 16px; margin-bottom: 10px; border: 1px solid #f26522; background: url('../images/icons/alert.png') 10px 50% no-repeat #ffffdd; }
......
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