Contacts: remove redundant li in setpropertyform template

This commit is contained in:
Bart Visscher 2011-11-23 21:07:26 +01:00
parent a2ecdfcac1
commit 5e037bfd54
1 changed files with 0 additions and 2 deletions

View File

@ -1,4 +1,3 @@
<li class="contacts_property_edit" data-checksum="<?php echo $_['property']['checksum']; ?>">
<form id="contacts_setpropertyform">
<input type="hidden" name="checksum" value="<?php echo $_['property']['checksum']; ?>">
<input type="hidden" name="id" value="<?php echo $_['id']; ?>">
@ -55,4 +54,3 @@
<?php endif; ?>
<input id="contacts_setproperty_button" type="submit" value="<?php echo $l->t('Edit'); ?>">
</form>
</li>