relocated log tables into another panel in site home and project home
This commit is contained in:
parent
60de017146
commit
0b570f334b
@ -181,6 +181,7 @@ foreach ($urls as $url)
|
||||
</div>
|
||||
|
||||
<?php
|
||||
print '<div id="project_home_sidebar_log_table_container" class="collapsible-box-panel">';
|
||||
print '<table id="project_home_sidebar_log_table" class="collapsible-box-table">';
|
||||
|
||||
if (count($log_entries) > 0)
|
||||
@ -293,7 +294,8 @@ foreach ($urls as $url)
|
||||
printf ('<tr><td>%s</td></tr>', $this->lang->line('PROJECT_MSG_NO_CHANGE_LOG'));
|
||||
}
|
||||
|
||||
print "</table>";
|
||||
print '</table>';
|
||||
print '</div>';
|
||||
?>
|
||||
</div>
|
||||
|
||||
|
@ -139,6 +139,7 @@ foreach ($latest_projects as $project)
|
||||
<span id="site_home_sidebar_log_all_span"><a href='#' id="site_home_sidebar_log_all_button"><?php print $this->lang->line('All'); ?></a></span>
|
||||
</div>
|
||||
|
||||
<div id="site_home_sidebar_log_table_container" class="collapsible-box-panel">
|
||||
<table id="site_home_sidebar_log_table" class="collapsible-box-table">
|
||||
<?php
|
||||
$xdot = $this->converter->AsciiToHex ('.');
|
||||
@ -268,6 +269,7 @@ foreach ($latest_projects as $project)
|
||||
}
|
||||
?>
|
||||
</table>
|
||||
</div>
|
||||
</div> <!-- box -->
|
||||
|
||||
</div> <!-- site_home_sidebar -->
|
||||
|
Loading…
Reference in New Issue
Block a user