Project

General

Profile

« Previous | Next » 

Revision 1253

Added by Dietmar over 14 years ago

fix some more small css-errors in WB Backend (thanks to Ruebenwurzel)

View differences:

branches/2.8.x/CHANGELOG
12 12

  
13 13
------------------------------------- 2.8.1 -------------------------------------
14 14
19-Jan-2010 Dietmar Woellbrink (Luisehahne)
15
#	fix some more small css-errors in WB Backend (thanks to Ruebenwurzel)
16
19-Jan-2010 Dietmar Woellbrink (Luisehahne)
15 17
#	removed wb_path as javascript var (thanks to Bianca)
16 18
19-Jan-2010 Dietmar Woellbrink (Luisehahne)
17 19
#	fix some more small css-errors in WB Backend (thanks to Ruebenwurzel)
branches/2.8.x/wb/admin/interface/version.php
71 71

  
72 72
// check if defined to avoid errors during installation (redirect to admin panel fails if PHP error/warnings are enabled)
73 73
if(!defined('VERSION')) define('VERSION', '2.8.1');
74
if(!defined('REVISION')) define('REVISION', '1252');
74
if(!defined('REVISION')) define('REVISION', '1253');
75 75

  
76 76
?>
branches/2.8.x/wb/templates/classic_theme/templates/groups_form.htt
1 1
<!-- BEGIN main_block -->
2 2

  
3
<h2 style="{DISPLAY_EXTRA};">{HEADING_MODIFY_GROUP}</h2>
3
<h2 style="{DISPLAY_EXTRA}">{HEADING_MODIFY_GROUP}</h2>
4 4

  
5 5
<form name="group" action="{ACTION_URL}" method="post" class="{DISPLAY_ADD}">
6 6
<input type="hidden" name="advanced" value="{ADVANCED}" />
branches/2.8.x/wb/templates/wb_theme/templates/login_forgot.htt
31 31
	<input type="hidden" name="url" value="{URL}" />
32 32
		<table cellpadding="5" cellspacing="0" border="0" align="center" width="500">
33 33
		<tr>
34
			<td height="40" align="center" style="color: #{MESSAGE_COLOR};" colspan="2">{MESSAGE}</td>
34
			<td height="40" align="center" style="color: #{MESSAGE_COLOR}" colspan="2">{MESSAGE}</td>
35 35
		</tr>
36 36
		<tr style="{DISPLAY_FORM}">
37 37
			<td height="10" colspan="2"></td>
branches/2.8.x/wb/templates/wb_theme/templates/start.htt
6 6
		{WELCOME_MESSAGE}. {CURRENT_USER} {DISPLAY_NAME}
7 7
	</td>
8 8
</tr>
9
<tr style="{DISPLAY_WARNING};">
9
<tr style="{DISPLAY_WARNING}">
10 10
	<td colspan="3" align="center" style="color: #FF0000; font-weight: bold;">
11 11
		{WARNING}
12 12
	</td>
......
14 14
<tr>
15 15
	<td align="center" valign="top">
16 16
		
17
		<table cellpadding="0" cellspacing="0" border="0" class="section" style="{DISPLAY_PAGES};">
17
		<table cellpadding="0" cellspacing="0" border="0" class="section" style="{DISPLAY_PAGES}">
18 18
		<tr>
19 19
			<td class="graphic" align="center" valign="middle" rowspan="2">
20 20
				<a href="{ADMIN_URL}/pages/index.php">
......
32 32
		</tr>
33 33
		</table>
34 34
		
35
		<table cellpadding="0" cellspacing="0" border="0" class="section" style="{DISPLAY_ADDONS};">
35
		<table cellpadding="0" cellspacing="0" border="0" class="section" style="{DISPLAY_ADDONS}">
36 36
		<tr>
37 37
			<td class="graphic" align="center" valign="middle" rowspan="2">
38 38
				<a href="{ADMIN_URL}/addons/index.php">
......
50 50
		</tr>
51 51
		</table>
52 52

  
53
		<table cellpadding="0" cellspacing="0" border="0" class="section" style="{DISPLAY_SETTINGS};">
53
		<table cellpadding="0" cellspacing="0" border="0" class="section" style="{DISPLAY_SETTINGS}">
54 54
		<tr>
55 55
			<td class="graphic" align="center" valign="middle" rowspan="2">
56 56
				<a href="{ADMIN_URL}/settings/index.php">
......
68 68
		</tr>
69 69
		</table>
70 70

  
71
		<table cellpadding="0" cellspacing="0" border="0" class="section" style="{DISPLAY_ACCESS};">
71
		<table cellpadding="0" cellspacing="0" border="0" class="section" style="{DISPLAY_ACCESS}">
72 72
		<tr>
73 73
			<td class="graphic" align="center" valign="middle" rowspan="2">
74 74
				<a href="{ADMIN_URL}/access/index.php">
......
92 92
	</td>
93 93
	<td align="center" valign="top">
94 94
		
95
		<table cellpadding="0" cellspacing="0" border="0" class="section" style="{DISPLAY_MEDIA};">
95
		<table cellpadding="0" cellspacing="0" border="0" class="section" style="{DISPLAY_MEDIA}">
96 96
		<tr>
97 97
			<td class="graphic" align="center" valign="middle" rowspan="2">
98 98
				<a href="{ADMIN_URL}/media/index.php">
......
128 128
		</tr>
129 129
		</table>
130 130

  
131
		<table cellpadding="0" cellspacing="0" border="0" class="section" style="{DISPLAY_ADMINTOOLS};">
131
		<table cellpadding="0" cellspacing="0" border="0" class="section" style="{DISPLAY_ADMINTOOLS}">
132 132
		<tr>
133 133
			<td class="graphic" align="center" valign="middle" rowspan="2">
134 134
				<a href="{ADMIN_URL}/admintools/index.php">
branches/2.8.x/wb/templates/wb_theme/templates/settings.htt
570 570
	</td>
571 571
</tr>
572 572
<!-- MORE ADVANCED SMTP MAILER SETTINGS -->
573
<tr id="row_wbmailer_smtp_settings" style="display:{SMTP_VISIBILITY};">
573
<tr id="row_wbmailer_smtp_settings" style="display:{SMTP_VISIBILITY}">
574 574
	<td colspan="3" style="padding-top: 10px;">
575 575
			<p style="line-height: 1.4em; margin-top: 0;">{TEXT_WBMAILER_NOTICE}</p>
576 576
	</td>
577 577
</tr>
578
<tr id="row_wbmailer_smtp_host" style="display:{SMTP_VISIBILITY};">
578
<tr id="row_wbmailer_smtp_host" style="display:{SMTP_VISIBILITY}">
579 579
	<td class="setting_name">{TEXT_WBMAILER_SMTP_HOST}:</td>
580 580
	<td class="setting_value" colspan="2">
581 581
		<input type="text" style="width: 250px" name="wbmailer_smtp_host" value="{WBMAILER_SMTP_HOST}" />
582 582
	</td>
583 583
</tr>
584
<tr id="row_wbmailer_smtp_auth_mode" style="display:{SMTP_VISIBILITY};">
584
<tr id="row_wbmailer_smtp_auth_mode" style="display:{SMTP_VISIBILITY}">
585 585
	<td class="setting_name">{TEXT_WBMAILER_SMTP_AUTH}:</td>
586 586
	<td class="setting_value" colspan="3">
587 587
		<input type="checkbox" name="wbmailer_smtp_auth" id="wbmailer_smtp_auth" onclick="javascript: toggle_wbmailer_auth();" style="width: 14px; height: 14px;" value="true"{SMTP_AUTH_SELECTED} />
588 588
		<label for="wbmailer_smtp_auth" onclick="javascript: toggle_wbmailer_auth(this.value);">({TEXT_WBMAILER_SMTP_AUTH_NOTICE})</label>
589 589
	</td>
590 590
</tr>
591
<tr id="row_wbmailer_smtp_username" style="display:{SMTP_VISIBILITY_AUTH};">
591
<tr id="row_wbmailer_smtp_username" style="display:{SMTP_VISIBILITY_AUTH}">
592 592
	<td class="setting_name">{TEXT_WBMAILER_SMTP_USERNAME}:</td>
593 593
	<td class="setting_value" colspan="2">
594 594
		<input type="text" style="width: 250px" name="wbmailer_smtp_username" value="{WBMAILER_SMTP_USERNAME}" />
595 595
	</td>
596 596
</tr>
597
<tr id="row_wbmailer_smtp_password" style="display:{SMTP_VISIBILITY_AUTH};">
597
<tr id="row_wbmailer_smtp_password" style="display:{SMTP_VISIBILITY_AUTH}">
598 598
	<td class="setting_name">{TEXT_WBMAILER_SMTP_PASSWORD}:</td>
599 599
	<td class="setting_value" colspan="2">
600 600
		<input type="password" style="width: 250px" name="wbmailer_smtp_password" value="{WBMAILER_SMTP_PASSWORD}" />
branches/2.8.x/wb/templates/wb_theme/templates/media_browse.htt
1
<!-- BEGIN main_block -->
2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4
<head>
5
<title>Browse Media</title>
6
<link href="{THEME_URL}/media.css" rel="stylesheet" type="text/css" />
7
<script language="javascript" type="text/javascript">
8
function confirm_link(message, url) {
9
	if(confirm(message)) location.href = url;
10
}
11
</script>
12

  
13
<link href="{THEME_URL}/fancybox.css" rel="stylesheet" type="text/css" />
14

  
15
<script type="text/javascript" src="{INCLUDE_PATH}/jquery/jquery-min.js"></script>
16
<script type="text/javascript" src="{INCLUDE_PATH}/jquery/plugins/jquery-fixedheader.js"></script>
17
<script type="text/javascript" src="{INCLUDE_PATH}/jquery/plugins/jquery-fancybox.js"></script>
18
<script type="text/javascript" src="{INCLUDE_PATH}/jquery/plugins/jquery-metadata.js"></script>
19

  
20
<script language="javascript" type="text/javascript">
21
$(document).ready(function(){
22
	$("#browser").fixedHeader({
23
		width: '100%', height: 355
24
	});
25
	
26
	$("table#browser a.preview").fancybox({ 
27
		'hideOnContentClick': true,
28
		'overlayShow': true,
29
		'zoomSpeedIn': 0,
30
		'zoomSpeedOut': 0
31
	});
32
})
33
</script>
34

  
35
</head>
36
<body onload="parent.document.create.target.value = '{MEDIA_DIRECTORY}{CURRENT_DIR}'; parent.document.upload.target.value = '{MEDIA_DIRECTORY}{CURRENT_DIR}';">
37
<table cellpadding="4" cellspacing="0" border="0" width="100%" class="browse_header">
38
	<tr>
39
		<td align="left" width="100">
40
			<a href="{PARENT_DIR_LINK}">
41
				<img src="{THEME_URL}/images/up_folder_16.png" border="0" class="{DISPLAY_UP_ARROW}" alt="^" align="absmiddle" />
42
			</a>
43
			<a href="{PARENT_DIR_LINK}" class="{DISPLAY_UP_ARROW}">
44
				{TEXT_UP}
45
			</a>
46
		</td>
47
		<td align="center">
48
			{TEXT_CURRENT_FOLDER}: {MEDIA_DIRECTORY}{CURRENT_DIR}
49
		</td>
50
		<td align="right" width="100" >
51
			<a href="browse.php?dir={CURRENT_DIR}">
52
				<img src="{THEME_URL}/images/reload_16.png" border="0" alt="" align="absmiddle" />
53
			</a>
54
			<a id="reload" href="browse.php?dir={CURRENT_DIR}">
55
				{TEXT_RELOAD}
56
			</a>
57
		</td>
58
	</tr>
59
</table>
60

  
61
<table id="browser" cellpadding="4" cellspacing="0" border="0" width="100%" class="{DISPLAY_LIST_TABLE}">
62
	<thead>
63
		<tr style="background-color: #EEE;">
64
			<th width="18" class="headline">{TEXT_TYPE}</th>
65
			<th align="left" class="headline">{TEXT_NAME}</th>
66
			<th align="right" width="80" class="headline">{TEXT_SIZE}</th>
67
			<th align="right" width="80" class="headline">{TEXT_DATE}</th>
68
			<th align="right" width="40" class="headline">{TEXT_RENAME}</th>
69
			<th align="right" width="40" class="headline">{TEXT_DELETE}</th>
70
		</tr>
71
	</thead>
72
	<tbody>
73
		<!-- BEGIN list_block -->
74
		<tr style="background-color: #{ROW_BG_COLOR};" onmouseover="this.style.backgroundColor = '#F1F8DD'" onmouseout="this.style.backgroundColor = '#{ROW_BG_COLOR}'">
75
			<td style="padding-left: 10px;">
76
				<img src="{FILETYPE_ICON}" class="{DISPLAY_ICON}" border="0" alt="" />
77
			</td>
78
			<td>
79
				<a href="{LINK}" target="{LINK_TARGET}" class="{PREVIEW}">
80
					{NAME}
81
				</a>
82
			</td>
83
			<td align="right" style="font-size: 10px;">{SIZE}</td>
84
			<td align="right" style="font-size: 10px;">{DATE}</td>
85
			<td align="right" class="{DISPLAY_RENAME}">
86
				<a href="rename.php?dir={CURRENT_DIR}&id={TEMP_ID}" title="{TEXT_RENAME}">
87
					<img src="{THEME_URL}/images/modify_16.png" alt="" border="0" />
88
				</a>
89
			</td>
90
			<td style="padding-right: 5px;" align="right" class="{DISPLAY_DELETE}">
91
				<a href="#" onclick="javascript: confirm_link('{CONFIRM_DELETE}\n {NAME_SLASHED}', 'delete.php?dir={CURRENT_DIR}&id={TEMP_ID}');" title="{TEXT_DELETE}">
92
					<img src="{THEME_URL}/images/delete_16.png" alt="" border="0" />
93
				</a>
94
			</td>
95
		</tr>
96
		<!-- END list_block -->
97
</table>
98

  
99
<span class="{DISPLAY_NONE_FOUND}">
100
<br />
101
&nbsp; &nbsp; 
102
{NONE_FOUND}
103
</span>
104

  
105
</body>
106
</html>
107

  
1
<!-- BEGIN main_block -->

2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

3
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

4
<head>

5
<title>Browse Media</title>

6
<link href="{THEME_URL}/media.css" rel="stylesheet" type="text/css" />

7
<script language="javascript" type="text/javascript">

8
function confirm_link(message, url) {

9
	if(confirm(message)) location.href = url;

10
}

11
</script>

12

  
13
<link href="{THEME_URL}/fancybox.css" rel="stylesheet" type="text/css" />

14

  
15
<script type="text/javascript" src="{INCLUDE_PATH}/jquery/jquery-min.js"></script>

16
<script type="text/javascript" src="{INCLUDE_PATH}/jquery/plugins/jquery-fixedheader.js"></script>

17
<script type="text/javascript" src="{INCLUDE_PATH}/jquery/plugins/jquery-fancybox.js"></script>

18
<script type="text/javascript" src="{INCLUDE_PATH}/jquery/plugins/jquery-metadata.js"></script>

19

  
20
<script language="javascript" type="text/javascript">

21
$(document).ready(function(){

22
	$("#browser").fixedHeader({

23
		width: '100%', height: 355

24
	});

25
	
26
	$("table#browser a.preview").fancybox({ 

27
		'hideOnContentClick': true,

28
		'overlayShow': true,

29
		'zoomSpeedIn': 0,

30
		'zoomSpeedOut': 0

31
	});

32
})

33
</script>

34

  
35
</head>

36
<body onload="parent.document.create.target.value = '{MEDIA_DIRECTORY}{CURRENT_DIR}'; parent.document.upload.target.value = '{MEDIA_DIRECTORY}{CURRENT_DIR}';">

37
<table cellpadding="4" cellspacing="0" border="0" width="100%" class="browse_header">

38
	<tr>

39
		<td align="left" width="100">

40
			<a href="{PARENT_DIR_LINK}">

41
				<img src="{THEME_URL}/images/up_folder_16.png" border="0" class="{DISPLAY_UP_ARROW}" alt="^" align="absmiddle" />

42
			</a>

43
			<a href="{PARENT_DIR_LINK}" class="{DISPLAY_UP_ARROW}">

44
				{TEXT_UP}

45
			</a>

46
		</td>

47
		<td align="center">

48
			{TEXT_CURRENT_FOLDER}: {MEDIA_DIRECTORY}{CURRENT_DIR}

49
		</td>

50
		<td align="right" width="100" >

51
			<a href="browse.php?dir={CURRENT_DIR}">

52
				<img src="{THEME_URL}/images/reload_16.png" border="0" alt="" align="absmiddle" />

53
			</a>

54
			<a id="reload" href="browse.php?dir={CURRENT_DIR}">

55
				{TEXT_RELOAD}

56
			</a>

57
		</td>

58
	</tr>

59
</table>

60

  
61
<table id="browser" cellpadding="4" cellspacing="0" border="0" width="100%" class="{DISPLAY_LIST_TABLE}">

62
	<thead>

63
		<tr style="background-color: #EEE;">

64
			<th width="18" class="headline">{TEXT_TYPE}</th>

65
			<th align="left" class="headline">{TEXT_NAME}</th>

66
			<th align="right" width="80" class="headline">{TEXT_SIZE}</th>

67
			<th align="right" width="80" class="headline">{TEXT_DATE}</th>

68
			<th align="right" width="40" class="headline">{TEXT_RENAME}</th>

69
			<th align="right" width="40" class="headline">{TEXT_DELETE}</th>

70
		</tr>

71
	</thead>

72
	<tbody>

73
		<!-- BEGIN list_block -->

74
		<tr style="background-color: #{ROW_BG_COLOR}" onmouseover="this.style.backgroundColor = '#F1F8DD'" onmouseout="this.style.backgroundColor = '#{ROW_BG_COLOR}'">

75
			<td style="padding-left: 10px;">

76
				<img src="{FILETYPE_ICON}" class="{DISPLAY_ICON}" border="0" alt="" />

77
			</td>

78
			<td>

79
				<a href="{LINK}" target="{LINK_TARGET}" class="{PREVIEW}">

80
					{NAME}

81
				</a>

82
			</td>

83
			<td align="right" style="font-size: 10px;">{SIZE}</td>

84
			<td align="right" style="font-size: 10px;">{DATE}</td>

85
			<td align="right" class="{DISPLAY_RENAME}">

86
				<a href="rename.php?dir={CURRENT_DIR}&id={TEMP_ID}" title="{TEXT_RENAME}">

87
					<img src="{THEME_URL}/images/modify_16.png" alt="" border="0" />

88
				</a>

89
			</td>

90
			<td style="padding-right: 5px;" align="right" class="{DISPLAY_DELETE}">

91
				<a href="#" onclick="javascript: confirm_link('{CONFIRM_DELETE}\n {NAME_SLASHED}', 'delete.php?dir={CURRENT_DIR}&id={TEMP_ID}');" title="{TEXT_DELETE}">

92
					<img src="{THEME_URL}/images/delete_16.png" alt="" border="0" />

93
				</a>

94
			</td>

95
		</tr>

96
		<!-- END list_block -->

97
</table>

98

  
99
<span class="{DISPLAY_NONE_FOUND}">

100
<br />

101
&nbsp; &nbsp; 

102
{NONE_FOUND}

103
</span>

104

  
105
</body>

106
</html>

107

  
108 108
<!-- END main_block -->
branches/2.8.x/wb/templates/wb_theme/templates/groups_form.htt
1 1
<!-- BEGIN main_block -->
2 2

  
3
<h2 style="{DISPLAY_EXTRA};">{HEADING_MODIFY_GROUP}</h2>
3
<h2 style="{DISPLAY_EXTRA}">{HEADING_MODIFY_GROUP}</h2>
4 4

  
5 5
<form name="group" action="{ACTION_URL}" method="post" class="{DISPLAY_ADD}">
6 6
<input type="hidden" name="advanced" value="{ADVANCED}" />
branches/2.8.x/wb/templates/wb_theme/templates/pages_settings.htt
45 45
		</ul>
46 46
	</td>
47 47
	<td rowspan="10" valign="top" style="padding-left: 20px; padding-top: 8px;">
48
		<div id="allowed_viewers" style="{DISPLAY_VIEWERS};">
48
		<div id="allowed_viewers" style="{DISPLAY_VIEWERS}">
49 49
			{TEXT_ALLOWED_VIEWERS}:
50 50
			<ul style="list-style-type: none; margin: 0; padding: 0;">
51 51
				<!-- BEGIN group_list_block2 -->
branches/2.8.x/wb/templates/argos_theme/templates/groups_form.htt
1 1
<!-- BEGIN main_block -->
2
<h2 style="{DISPLAY_EXTRA};">{HEADING_MODIFY_GROUP}</h2>
2
<h2 style="{DISPLAY_EXTRA}">{HEADING_MODIFY_GROUP}</h2>
3 3

  
4 4
<form name="group" action="{ACTION_URL}" method="post" class="{DISPLAY_ADD}">
5 5
<input type="hidden" name="advanced" value="{ADVANCED}" />

Also available in: Unified diff