This commit is contained in:
friendica 2014-09-06 00:37:43 -07:00
commit 8c63bb40a7
3 changed files with 7 additions and 2 deletions

4
app/bugreport.apd Normal file
View File

@ -0,0 +1,4 @@
url: https://github.com/friendica/red/issues
requires: local_user
name: Bug Report
photo: $baseurl/app/bugreport.png

BIN
app/bugreport.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

View File

@ -224,10 +224,11 @@ function directory_content(&$a) {
'$safetxt' => htmlspecialchars($search,ENT_QUOTES,'UTF-8'),
'$entries' => $entries,
'$dirlbl' => t('Directory'),
'$submit' => t('Find')
'$submit' => t('Find'),
'$next' => alt_pager($a,$j['records'], t('next page'), t('previous page'))
));
// $o .= alt_pager($a,$j['records'], t('next page'), t('previous page'));
}