dynamic title input box - via fabrixxm

This commit is contained in:
friendica 2012-01-04 18:03:09 -08:00
parent b0c3dc00b9
commit 47edaf9ad7
14 changed files with 102 additions and 40 deletions

View file

@ -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;