diff options
Diffstat (limited to 'web/template/actions_form.php')
-rw-r--r-- | web/template/actions_form.php | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/web/template/actions_form.php b/web/template/actions_form.php index c58b3ec..4b3845d 100644 --- a/web/template/actions_form.php +++ b/web/template/actions_form.php @@ -25,13 +25,6 @@ <?php endif; ?> <?php endif; ?> - <?php if ($row["MaintainerUID"] === NULL): ?> - <input type="submit" class="button" name="do_Adopt" value="<?php echo __("Adopt Packages") ?>" /> - <?php elseif ($uid == $row["MaintainerUID"] || - $atype == "Trusted User" || $atype == "Developer"): ?> - <input type="submit" class="button" name="do_Disown" value="<?php echo __("Disown Packages") ?>" /> - <?php endif; ?> - <?php if ($atype == "Trusted User" || $atype == "Developer"): ?> <input type="submit" class="button" name="do_Delete" value="<?php echo __("Delete Packages") ?>" /> <label for="merge_Into" ><?php echo __("Merge into") ?></label> |