Project

General

Profile

« Previous | Next » 

Revision 1798

Added by Dietmar about 12 years ago

! admin/media: change preview size, remove CAPTION, STICKY

View differences:

branches/2.8.x/CHANGELOG
13 13

  
14 14

  
15 15

  
16
28 Oct-2012 Build 1798 Dietmar Woellbrink (Luisehahne)
17
! admin/media: change preview size, remove CAPTION, STICKY
16 18
27 Oct-2012 Build 1797 Dietmar Woellbrink (Luisehahne)
17 19
+ add new image class to admin/media for better images preview
18 20
24 Oct-2012 Build 1796 Dietmar Woellbrink (Luisehahne)
branches/2.8.x/wb/admin/media/browse.php
79 79
            'maxwidth=\\\'300\\\' '.
80 80
            'maxheight=\\\'300\\\'>\','.
81 81
//            '>\','.
82
            'CAPTION,\''.basename($name).'\','.
82
//            'CAPTION,\''.basename($name).'\','.
83 83
            'FGCOLOR,\'#ffffff\','.
84 84
            'BGCOLOR,\'#557c9e\','.
85 85
            'BORDER,1,'.
......
92 92
            'VAUTO,'.
93 93
            'HAUTO,'.
94 94
            ''.
95
            'STICKY,'.
95
//            'STICKY,'.
96 96
            'MOUSEOFF,'.
97 97
            'WRAP,'.
98 98
            'CELLPAD,5'.
branches/2.8.x/wb/admin/media/thumbs.php
39 39
        $thumb->resize(30,30);
40 40
// 		$thumb->resizePercent(40);
41 41
	} else {
42
    	$thumb->resize(500,500);
42
    	$thumb->resize(250,250);
43 43
// 		$thumb->resizePercent(50);
44 44
//		$thumb->cropFromCenter(80,50);
45 45
	}
branches/2.8.x/wb/admin/skel/themes/htt/media_browse.htt
29 29

  
30 30
<table summary="" cellpadding="4" cellspacing="0" border="0" width="100%" class="{DISPLAY_LIST_TABLE}">
31 31
<!-- BEGIN list_block -->
32
<tr style="background-color: #{ROW_BG_COLOR};" {MOUSEOVER} >
33
	<td width="18" style="padding-left: 10px;">
32
<tr style="background-color: #{ROW_BG_COLOR};" >
33
	<td width="18" style="padding-left: 10px;" {MOUSEOVER} >
34 34
		<a href="{LINK}" target="{LINK_TARGET}"><img src="{FT_ICON}" class="{DISPLAY_ICON}" border="0" alt="" /></a>
35 35
	</td>
36
	<td>
36
	<td {MOUSEOVER} >
37 37
		<a href="{LINK}" target="{LINK_TARGET}">{NAME}</a>
38 38
	</td>
39 39
	<td width="120">
branches/2.8.x/wb/admin/interface/version.php
51 51

  
52 52
// check if defined to avoid errors during installation (redirect to admin panel fails if PHP error/warnings are enabled)
53 53
if(!defined('VERSION')) define('VERSION', '2.8.3');
54
if(!defined('REVISION')) define('REVISION', '1797');
54
if(!defined('REVISION')) define('REVISION', '1798');
55 55
if(!defined('SP')) define('SP', '');

Also available in: Unified diff