screenshots: Add some space between title bars
This commit is contained in:
committed by
Chris Morgan
parent
43b73d2fae
commit
36de1a0d78
@@ -62,6 +62,7 @@ $oVersion = new Version($aClean['iVersionId']);
|
|||||||
|
|
||||||
if($hResult && query_num_rows($hResult))
|
if($hResult && query_num_rows($hResult))
|
||||||
{
|
{
|
||||||
|
echo ' '; // Add some space between title bars
|
||||||
echo html_frame_start("Screenshot Gallery for ".$oApp->sName, 500);
|
echo html_frame_start("Screenshot Gallery for ".$oApp->sName, 500);
|
||||||
|
|
||||||
// display thumbnails
|
// display thumbnails
|
||||||
@@ -72,6 +73,8 @@ if($hResult && query_num_rows($hResult))
|
|||||||
$bUserIsMaintainerOfVersion = false;
|
$bUserIsMaintainerOfVersion = false;
|
||||||
|
|
||||||
echo "<div align=center><table><tr>\n";
|
echo "<div align=center><table><tr>\n";
|
||||||
|
echo ' '; // Add some space between title bars
|
||||||
|
|
||||||
while($oRow = query_fetch_object($hResult))
|
while($oRow = query_fetch_object($hResult))
|
||||||
{
|
{
|
||||||
// if the current version changed then update the current version
|
// if the current version changed then update the current version
|
||||||
|
|||||||
Reference in New Issue
Block a user