[Linpha-cvs] SF.net SVN: linpha: [4608] trunk/linpha2
Status: Inactive
Brought to you by:
bzrudi
From: <fan...@us...> - 2006-10-29 13:35:56
|
Revision: 4608 http://svn.sourceforge.net/linpha/?rev=4608&view=rev Author: fangehrn Date: 2006-10-29 05:35:39 -0800 (Sun, 29 Oct 2006) Log Message: ----------- * fixed thumbview spacers to best fit in firefox, opera and internet explorer Modified Paths: -------------- trunk/linpha2/lib/classes/linpha.template.class.php trunk/linpha2/templates/default/themes/default/DefsThumbView.js Removed Paths: ------------- trunk/linpha2/templates/default/themes/default/images/bl.gif trunk/linpha2/templates/default/themes/default/images/bl_alpha.gif trunk/linpha2/templates/default/themes/default/images/br.gif trunk/linpha2/templates/default/themes/default/images/br_alpha.gif trunk/linpha2/templates/default/themes/default/images/tl.gif trunk/linpha2/templates/default/themes/default/images/tl_alpha.gif trunk/linpha2/templates/default/themes/default/images/tr.gif trunk/linpha2/templates/default/themes/default/images/tr_alpha.gif Modified: trunk/linpha2/lib/classes/linpha.template.class.php =================================================================== --- trunk/linpha2/lib/classes/linpha.template.class.php 2006-10-29 13:24:46 UTC (rev 4607) +++ trunk/linpha2/lib/classes/linpha.template.class.php 2006-10-29 13:35:39 UTC (rev 4608) @@ -258,7 +258,7 @@ if(empty($alpha)) // default { - $str = '<div style="background: url('.LINPHA_DIR.'/misc/templates/roundcorners.php?color='.$color.'&bgcolor='.$bgcolor.'&size='.$size.'&align='.$alignright.') no-repeat top right;">'; + $str = '<div style="background: url('.LINPHA_DIR.'/templates/misc/roundcorners.php?color='.$color.'&bgcolor='.$bgcolor.'&size='.$size.'&align='.$alignright.') no-repeat top right;">'; $str .= '<img src="'.LINPHA_DIR.'/templates/misc/roundcorners.php?color='.$color.'&bgcolor='.$bgcolor.'&size='.$size.'&align='.$alignleft.'" alt="" width="'.$size.'" height="'.$size.'" class="corner" />'; $str .= '</div>'; } Modified: trunk/linpha2/templates/default/themes/default/DefsThumbView.js =================================================================== --- trunk/linpha2/templates/default/themes/default/DefsThumbView.js 2006-10-29 13:24:46 UTC (rev 4607) +++ trunk/linpha2/templates/default/themes/default/DefsThumbView.js 2006-10-29 13:35:39 UTC (rev 4608) @@ -16,7 +16,7 @@ } else // 'thumb' { - var img_spacer_width = 4; // used to calculate nr_cols, 4 = space between thumbs + var img_spacer_width = 7; // used to calculate nr_cols, 4 = space between thumbs var img_spacer_height = 4; // used to calculate nr_rows, 4 = space between thumbs var img_div_spacer_height = 16; // used to calculate max-height of the image (this value is multiplied with the number of text lines (filename, etc.) } \ No newline at end of file Deleted: trunk/linpha2/templates/default/themes/default/images/bl.gif =================================================================== (Binary files differ) Deleted: trunk/linpha2/templates/default/themes/default/images/bl_alpha.gif =================================================================== (Binary files differ) Deleted: trunk/linpha2/templates/default/themes/default/images/br.gif =================================================================== (Binary files differ) Deleted: trunk/linpha2/templates/default/themes/default/images/br_alpha.gif =================================================================== (Binary files differ) Deleted: trunk/linpha2/templates/default/themes/default/images/tl.gif =================================================================== (Binary files differ) Deleted: trunk/linpha2/templates/default/themes/default/images/tl_alpha.gif =================================================================== (Binary files differ) Deleted: trunk/linpha2/templates/default/themes/default/images/tr.gif =================================================================== (Binary files differ) Deleted: trunk/linpha2/templates/default/themes/default/images/tr_alpha.gif =================================================================== (Binary files differ) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |