Use html5 placeholder for title text input

This commit is contained in:
Fabio Comuni 2012-01-06 09:11:25 +01:00
parent a9670cbb7d
commit efe308b5ac
5 changed files with 49 additions and 61 deletions

View file

@ -873,6 +873,7 @@ function status_editor($a,$x, $notes_cid = 0) {
'$placeholdertitle' => t('Set title'),
'$wait' => t('Please wait'),
'$permset' => t('Permission settings'),
'$shortpermset' => t('permissions'),
'$ptyp' => (($notes_cid) ? 'note' : 'wall'),
'$content' => '',
'$post_id' => '',
@ -962,4 +963,4 @@ function find_thread_parent_index($arr,$x) {
if($v['id'] == $x['parent'])
return $k;
return false;
}
}