Auto redirect from confirmation screens.

Finally move comment deletion and category editing into functions and
remove pkgedit.php

Signed-off-by: Loui Chang <louipc.ist@gmail.com>
-Fix indentation
-Fix variable naming conflict $id vs $cid
This commit is contained in:
Dan Vratil 2010-11-21 02:59:07 -05:00 committed by Loui Chang
parent 01fc2024cb
commit 57a5cbfd88
6 changed files with 125 additions and 124 deletions

View file

@ -187,4 +187,8 @@ input.button {
font-size: 12px;
padding: 2px 8px;
}
input[type=image] {
border: 0;
background: none;
}