Cleaning up some changes from the merge
This commit is contained in:
parent
aed28a24f1
commit
8eedebfee3
2 changed files with 0 additions and 4 deletions
|
@ -168,8 +168,6 @@ function crepair_content(&$a) {
|
||||||
'$notify' => $contact['notify'],
|
'$notify' => $contact['notify'],
|
||||||
'$poll' => $contact['poll'],
|
'$poll' => $contact['poll'],
|
||||||
'$contact_attag' => $contact['attag'],
|
'$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')
|
'$lbl_submit' => t('Submit')
|
||||||
));
|
));
|
||||||
|
|
||||||
|
|
|
@ -42,8 +42,6 @@
|
||||||
{{include file="field_checkbox.tpl" field=$remote_self}}
|
{{include file="field_checkbox.tpl" field=$remote_self}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
{{include file="field_checkbox.tpl" field=$contact_self}}
|
|
||||||
|
|
||||||
<input type="submit" name="submit" value="{{$lbl_submit}}" />
|
<input type="submit" name="submit" value="{{$lbl_submit}}" />
|
||||||
|
|
||||||
</form>
|
</form>
|
||||||
|
|
Loading…
Reference in a new issue