forked from GNUsocial/gnu-social
HTML5 placeholder for notice input form.
This commit is contained in:
parent
eff3256f59
commit
f05f701764
@ -28,11 +28,7 @@
|
|||||||
* @link http://status.net/
|
* @link http://status.net/
|
||||||
*/
|
*/
|
||||||
|
|
||||||
if (!defined('STATUSNET') && !defined('LACONICA')) {
|
if (!defined('GNUSOCIAL')) { exit(1); }
|
||||||
exit(1);
|
|
||||||
}
|
|
||||||
|
|
||||||
require_once INSTALLDIR.'/lib/form.php';
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Form for posting a notice
|
* Form for posting a notice
|
||||||
@ -209,6 +205,7 @@ class NoticeForm extends Form
|
|||||||
// XXX: vary by defined max size
|
// XXX: vary by defined max size
|
||||||
$this->out->element('textarea', array('class' => 'notice_data-text',
|
$this->out->element('textarea', array('class' => 'notice_data-text',
|
||||||
'required' => 'required',
|
'required' => 'required',
|
||||||
|
'placeholder' => _('Share your status...'),
|
||||||
'cols' => 35,
|
'cols' => 35,
|
||||||
'rows' => 4,
|
'rows' => 4,
|
||||||
'name' => 'status_textarea'),
|
'name' => 'status_textarea'),
|
||||||
|
Loading…
Reference in New Issue
Block a user