diff --git a/mod/manage.php b/mod/manage.php index bfa4d1475c..c0eedc2ba0 100644 --- a/mod/manage.php +++ b/mod/manage.php @@ -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 diff --git a/view/global.css b/view/global.css index 477f778d9a..e1ccd8b920 100644 --- a/view/global.css +++ b/view/global.css @@ -252,6 +252,7 @@ a { background: none; height: 80px; width: 80px; + cursor: pointer; } .selected-identity img { diff --git a/view/templates/manage.tpl b/view/templates/manage.tpl index 8a7922d7be..e23c402754 100644 --- a/view/templates/manage.tpl +++ b/view/templates/manage.tpl @@ -3,7 +3,7 @@
{{$desc}}
{{$choose}}
-
+ {{/foreach}} +
+
- - \ No newline at end of file