Merge pull request #1987 from annando/1510-manage-enhancements
Some small optical and structural changes to the manage template
This commit is contained in:
commit
367699f785
3 changed files with 13 additions and 4 deletions
|
@ -97,6 +97,12 @@ function manage_content(&$a) {
|
|||
return;
|
||||
}
|
||||
|
||||
if ($_GET['identity']) {
|
||||
$_POST['identity'] = $_GET['identity'];
|
||||
manage_post($a);
|
||||
return;
|
||||
}
|
||||
|
||||
$identities = $a->identities;
|
||||
|
||||
//getting additinal information for each identity
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue