Cleaning up some changes from the merge
This commit is contained in:
parent
aed28a24f1
commit
8eedebfee3
|
@ -168,8 +168,6 @@ function crepair_content(&$a) {
|
|||
'$notify' => $contact['notify'],
|
||||
'$poll' => $contact['poll'],
|
||||
'$contact_attag' => $contact['attag'],
|
||||
'$contact_self' => array('remote_self', t('Mirror all posts to the wall?'), $contact['remote_self'],
|
||||
t('Shall all posts from this contact posted like your own posts?')),
|
||||
'$lbl_submit' => t('Submit')
|
||||
));
|
||||
|
||||
|
|
|
@ -42,8 +42,6 @@
|
|||
{{include file="field_checkbox.tpl" field=$remote_self}}
|
||||
{{/if}}
|
||||
|
||||
{{include file="field_checkbox.tpl" field=$contact_self}}
|
||||
|
||||
<input type="submit" name="submit" value="{{$lbl_submit}}" />
|
||||
|
||||
</form>
|
||||
|
|
Loading…
Reference in a new issue