diff --git a/docs/NEWS b/docs/NEWS index 43fee6e0..76c884a4 100644 --- a/docs/NEWS +++ b/docs/NEWS @@ -3,6 +3,9 @@ Version 1.4 () ------------------------------------------------------------------------ + * Add link to preview entries by an author into the usermanagement + (garvinhicking) + * Add memory_limit output to s9y installation, 8MB for 32bit and 16MB for 64bit OSes diff --git a/include/admin/users.inc.php b/include/admin/users.inc.php index 780db1fc..62f1fe47 100644 --- a/include/admin/users.inc.php +++ b/include/admin/users.inc.php @@ -171,7 +171,7 @@ if ($serendipity['GET']['adminAction'] != 'delete') { -   +   @@ -202,7 +202,10 @@ if (is_array($users)) { - " class="serendipityIconLink"><?php echo EDIT . " /> + + + <?php echo PREVIEW; ?> + " class="serendipityIconLink"><?php echo EDIT . " /> " class="serendipityIconLink"><?php echo DELETE . " />