summaryrefslogtreecommitdiffstats
path: root/web/template/actions_form.php
diff options
context:
space:
mode:
authorLukas Fleischer <archlinux@cryptocrack.de>2012-07-17 21:32:12 +0200
committerLukas Fleischer <archlinux@cryptocrack.de>2012-07-17 22:23:26 +0200
commitc87ae9d299fe48eadab05c52d7cbabd14463a5ca (patch)
tree45c7db8feb0f00ef075d6534c3cacbca935a9758 /web/template/actions_form.php
parent4679e8ef5d2f998abe5b29fe8c1af9d6b3143b6a (diff)
downloadaur-c87ae9d299fe48eadab05c52d7cbabd14463a5ca.tar.gz
aur-c87ae9d299fe48eadab05c52d7cbabd14463a5ca.tar.xz
Move adoption button to package actions box
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
Diffstat (limited to 'web/template/actions_form.php')
-rw-r--r--web/template/actions_form.php7
1 files changed, 0 insertions, 7 deletions
diff --git a/web/template/actions_form.php b/web/template/actions_form.php
index c58b3ecf..4b3845dc 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>