From 0b570f334b6874578d771260735e77cda8a12502 Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Sun, 19 Apr 2015 16:31:07 +0000 Subject: [PATCH] relocated log tables into another panel in site home and project home --- codepot/src/codepot/views/project_home.php | 4 +++- codepot/src/codepot/views/site_home.php | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/codepot/src/codepot/views/project_home.php b/codepot/src/codepot/views/project_home.php index 97d09f49..c6aa7467 100644 --- a/codepot/src/codepot/views/project_home.php +++ b/codepot/src/codepot/views/project_home.php @@ -181,6 +181,7 @@ foreach ($urls as $url) '; print ''; if (count($log_entries) > 0) @@ -293,7 +294,8 @@ foreach ($urls as $url) printf ('', $this->lang->line('PROJECT_MSG_NO_CHANGE_LOG')); } - print "
%s
"; + print ''; + print ''; ?> diff --git a/codepot/src/codepot/views/site_home.php b/codepot/src/codepot/views/site_home.php index c625c198..a9483926 100644 --- a/codepot/src/codepot/views/site_home.php +++ b/codepot/src/codepot/views/site_home.php @@ -139,6 +139,7 @@ foreach ($latest_projects as $project) lang->line('All'); ?> +
converter->AsciiToHex ('.'); @@ -268,6 +269,7 @@ foreach ($latest_projects as $project) } ?>
+