mirror of
https://github.com/owncloudarchive/contacts.git
synced 2024-12-01 13:24:10 +01:00
Contacts: remove redundant li in setpropertyform template
This commit is contained in:
parent
5372e61d34
commit
f076db00dc
@ -1,4 +1,3 @@
|
|||||||
<li class="contacts_property_edit" data-checksum="<?php echo $_['property']['checksum']; ?>">
|
|
||||||
<form id="contacts_setpropertyform">
|
<form id="contacts_setpropertyform">
|
||||||
<input type="hidden" name="checksum" value="<?php echo $_['property']['checksum']; ?>">
|
<input type="hidden" name="checksum" value="<?php echo $_['property']['checksum']; ?>">
|
||||||
<input type="hidden" name="id" value="<?php echo $_['id']; ?>">
|
<input type="hidden" name="id" value="<?php echo $_['id']; ?>">
|
||||||
@ -55,4 +54,3 @@
|
|||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
<input id="contacts_setproperty_button" type="submit" value="<?php echo $l->t('Edit'); ?>">
|
<input id="contacts_setproperty_button" type="submit" value="<?php echo $l->t('Edit'); ?>">
|
||||||
</form>
|
</form>
|
||||||
</li>
|
|
||||||
|
Loading…
Reference in New Issue
Block a user