diff --git a/templates/viewlog.tpl b/templates/viewlog.tpl index 362f320..bf2f717 100644 --- a/templates/viewlog.tpl +++ b/templates/viewlog.tpl @@ -19,7 +19,7 @@ if (count($list_domains) > 0) { if (count($log ?? array()) > 0) { echo ""; echo ""; - echo ""; + echo ""; echo ""; echo ""; echo ""; @@ -29,7 +29,7 @@ if (count($log ?? array()) > 0) { echo ""; echo ""; foreach ($log as $row) { - if (strlen($row['data']) > 35) $row['data'] = substr($row['data'], 0, 35) . " ..."; + if (strlen($row['data']) > 40) $row['data'] = substr($row['data'], 0, 40) . " ..."; echo ""; echo ""; echo "";

" . $LANG['Viewlog_welcome'] . " " . $domain . " (". LOG_SIZE . ")

" . $LANG['Viewlog_welcome'] . " " . $domain . " (last ". LOG_SIZE . " entries)

" . $LANG['Viewlog_timestamp'] . "" . $LANG['Viewlog_data'] . "
" . $row['timestamp'] . "" . $row['username'] . "