aboutsummaryrefslogtreecommitdiff
path: root/mod/twitter/views/default/widgets/twitter/edit.php
blob: 5dd291257c82f34605542dac5f8f853664059471 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?php

/**
 * Elgg twitter edit page
 *
 * @package ElggTwitter
 */

?>
<p>
	<label><?php echo elgg_echo("twitter:username"); ?>
	<?php echo elgg_view('input/text', array(
		'name' => 'params[twitter_username]',
		'value' => $vars['entity']->twitter_username,
	)) ?>
	</label>
</p>
<p>
	<label><?php echo elgg_echo("twitter:num"); ?>
	<?php echo elgg_view('input/text', array(
		'name' => 'params[twitter_num]',
		'value' => $vars['entity']->twitter_num,
	)) ?>
	</label>
	<small style="font-size:.9em"><?php echo elgg_echo("twitter:apibug") ?></small>
</p>