mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +00:00
scratchpad size + moved templates to textdb
This commit is contained in:
parent
9585321ecf
commit
791f671bf4
4 changed files with 13 additions and 8 deletions
|
@ -558,6 +558,9 @@ _request_open_page_edit
|
|||
|Zur Bearbeitung der Einstellungen bitte folgende Seite aufrufen:
|
||||
|[_page_edit]
|
||||
|
||||
_notice_update_scratchpad
|
||||
|[_page_scratchpad] wurde verändert ([_size_scratchpad] bytes).
|
||||
|
||||
_request_call_link
|
||||
|Anruf von [_nick]: Annehmen durch Klick auf [_page_call].
|
||||
|
||||
|
|
|
@ -1352,9 +1352,8 @@ _PAGES_start_description
|
|||
|<script>
|
||||
|var longer = 44
|
||||
|
|
||||
|function cmd(wish, dest) {
|
||||
|function cmd(wish) {
|
||||
| Pef.cmd.value = wish
|
||||
| Pef.dest.value = dest || ''
|
||||
| Pef.submit()
|
||||
| longer = 44
|
||||
| return false
|
||||
|
|
|
@ -553,6 +553,9 @@ _request_description_vCard
|
|||
_request_friendship_implied
|
||||
|## no output
|
||||
|
||||
_notice_update_scratchpad
|
||||
|[_page_scratchpad] has changed ([_size_scratchpad] bytes).
|
||||
|
||||
_request_call_link
|
||||
|[_nick] would like to speak to you. Use [_page_call] to answer the call.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue