Cleaning up some changes from the merge

pull/884/head
Michael Vogel 2014-01-05 16:28:42 +01:00
rodzic aed28a24f1
commit 8eedebfee3
2 zmienionych plików z 0 dodań i 4 usunięć

Wyświetl plik

@ -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')
));

Wyświetl plik

@ -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>