mirror of
https://github.com/friendica/friendica
synced 2025-04-26 13:10:11 +00:00
dynamic title input box - via fabrixxm
This commit is contained in:
parent
b0c3dc00b9
commit
47edaf9ad7
14 changed files with 102 additions and 40 deletions
|
@ -812,7 +812,8 @@ function status_editor($a,$x, $notes_cid = 0) {
|
|||
'$audurl' => t("Please enter an audio link/URL:"),
|
||||
'$term' => t('Tag term:'),
|
||||
'$whereareu' => t('Where are you right now?'),
|
||||
'$title' => t('Enter a title for this item')
|
||||
'$title' => t('Enter a title for this item'),
|
||||
'$addtitle' => t('click here to add a title')
|
||||
));
|
||||
|
||||
|
||||
|
@ -880,6 +881,8 @@ function status_editor($a,$x, $notes_cid = 0) {
|
|||
'$acl' => $x['acl'],
|
||||
'$bang' => $x['bang'],
|
||||
'$profile_uid' => $x['profile_uid'],
|
||||
'$addtitle' => t('click here to add a title')
|
||||
|
||||
));
|
||||
|
||||
return $o;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue