Remove success messages after package functions

Just displays message at the top of the page of what happened (errors or not) and goes back to the same page

Signed-off-by: Callan Barrett <wizzomafizzo@gmail.com>
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
This commit is contained in:
Callan Barrett 2008-12-20 19:37:19 +09:00 committed by Loui Chang
parent cde524e175
commit e12a8ad3da
3 changed files with 40 additions and 47 deletions

View file

@ -104,4 +104,8 @@ h1, h2, h3, h4 {
font-weight: bold;
color: #f00;
}
.pkgoutput {
font-weight: bold;
text-align: center;
}