Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/contacts/templates/part.details.php9
1 files changed, 4 insertions, 5 deletions
diff --git a/apps/contacts/templates/part.details.php b/apps/contacts/templates/part.details.php
index c6bedcdd913..254d54a4e8e 100644
--- a/apps/contacts/templates/part.details.php
+++ b/apps/contacts/templates/part.details.php
@@ -27,9 +27,8 @@
<?php endif; ?>
<?php endforeach; ?>
</table>
+ <form>
+ <input type="button" id="contacts_deletecard" value="<?php echo $l->t('Delete');?>">
+ <input type="button" id="contacts_addproperty" value="<?php echo $l->t('Add Property');?>">
+ </form>
<?php endif; ?>
-
-<form>
- <input type="button" id="contacts_deletecard" value="<?php echo $l->t('Delete');?>">
- <input type="button" id="contacts_addproperty" value="<?php echo $l->t('Add Property');?>">
-</form>