mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-16 20:05:14 +02:00
Use html5 placeholder for title text input
This commit is contained in:
parent
a9670cbb7d
commit
efe308b5ac
5 changed files with 49 additions and 61 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue